.right{
float: right;
}

.left{
float: left;
}

body{
margin:0;
padding: 0;
background: url(../images/bg3.jpg) top left no-repeat;
background-color: #302923;
font-family: "Century Gothic";
}

#header{
padding-left: 400px;	
height: 200px;
}

	#header #nav{
	font-family: Times, Arial;
	color: #a69b8c;
	}

#content{
padding-left: 40px;	
/*height: 600px;*/
width: 650px;
margin-bottom: 75px;
}
	#content h1{
	font-family: "Century Gothic";
	color: #a69b8c;
	font-weight: 400;
	font-size: 3em;
	margin:0 0 40px 0;
	padding: 0;
	width: 650px;
	}
	
	#content div h3{
	color: #A69B8C
	}
	
	#content p{
	color: #f2e1cc;
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	line-height: 150%;
	
	}
	
	#content img{
	margin: 10px;
	border: 2px solid #9b7f5d;
	}
	
#content #nav{
margin-bottom: 30px;
color: #fff;
width: 840px;
font-weight: 700;
}
	#content #nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
		#content #nav ul li{
		display: inline;
		}
		
			#content #nav ul li a{
			color: #dfd0bc;
			text-decoration: none;
			}	
			
			#content #nav ul li a:hover{
			color: #fff;
			}
	
#footer{
background: url(../images/header_top_bar.jpg) top left repeat-x;
background-color: #1a1713;
height: 500px;
padding: 20px 0 0 40px;
}

	#footer h2{
	color: #a69b8c;
	font-weight: 400;
	}
	
	#footer img{
	margin: 15px 30px 0 0;	
	border: 2px solid #9b7f5d;
	}
		
		#footer #nav_bottom{
		margin: 40px 0 0 0;
		font-size: 0.7em;
		}
			#footer #nav_bottom ul{
			list-style-type: none;
			margin: 0;
			padding: 0;
			}
				#footer #nav_bottom ul li{
				display: inline;
				}
				
					#footer #nav_bottom ul li a{
					color: #dfd0bc;
					text-decoration: none;
					}	
					
					#footer #nav_bottom ul li a:hover{
					color: #fff;
					}