@charset "utf-8";
/* CSS Document */

body{
	background-color:#333333;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;

}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:underline; 
    font-weight: normal;
}

#wrapper{
	background-color:#FFF;
	padding:0;
	width:1000px;
	margin:0 auto;
	border:none;
}

#top{
	background-color:#29100C;
	color: #000;
	margin:0;
	height:28px;
	width:1000px;
	clear:both;
}

#topright{
	font-size:20px;
	color:#FFF;
	width: 500px;
	float: right;
	text-align: center;
}


#content{
	width:1000px;
	clear:both;
}

#contentleft{
	width:500px;
	background-image:url(../images/left-image.jpg);
	float: left;
	height: 590px;
	margin: 0px;
	padding: 0px;
}

#contentright{
	width:500px;
	float: right;
	padding-bottom: 10px;
}


h1{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 15px 20px;
	padding:0px;
}

h2{
	color:#421913;
	font-size:24px;
	font-weight:bold;
	margin:20px 0px 15px 20px;
	padding:0px;
}


#copy{
	line-height:16px;
	margin-top:15px;
	margin-left:18px;
	margin-right:10px;
}

#copy ul{
	margin-bottom:8px;
	margin-top:8px;
}


#callToAction{
	font-size:14px;
	font-weight:bold;
	margin-top: 10px;
	color: #000;
}

#contact{
	font-size:13px;
	margin-top:15px;
	line-height: 20px;
}

#footer{
	background-color:#a99c7e;
	height:40px;
	width:1000px;
	font-size:10px;
	color:#000;
	text-align: center;
	clear:both;
}

#footer p{
	padding:0px;
	margin:0px;
	padding-top:7px;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline; 
    font-weight: normal;
}

.left{
	float:left;
	padding-right:40px;
	margin-top: 10px;
}
