/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2a1608;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cea883;
}

#topper {
	background-image:url(../images/topper.jpg); 
	height:61px;
	border-bottom:2px solid #af8963;
	}
	
#header {
	background-image:url(../images/header-bg.jpg); 
	height:176px; 
	border-bottom:2px solid #af8963;
	}

#logo {
	width:820px; 
	margin:0 auto; 
	text-align:right;
	}
	
#nav {
	width:920px; 
	margin:0 auto;
	height:60px;
	text-align:justify;
	}
	
#content {
	background-color:#352317; 
	margin:0; 
	padding:0;
	border-bottom:2px solid #af8963;}
	
#content-wrapper {
	width:870px; 
	margin:0 auto; 
	padding:0;
	}
	
#left {
	float:left; 
	width:540px;
	padding:0 0 20px 0;
	margin:20px 0 0 0;
}

#left2 {
	float:left; 
	padding:0 0 20px 0;
	margin:20px 0 0 0;
}

#cms {
	float:left; 
	padding:0 0 20px 0;
	margin:20px 0 0 0;
}

#cms2 {
	float:left; 
	padding:0 0 20px 0;
	margin:20px 0 0 0;
}

#right {
	width:300px; 
	float:right;
	padding-bottom:20px;
	}
	
#recent{
	border:1px solid #af8963; 
	background:#4A392E; 
	width:260px; 
	padding:15px 15px 0 15px; 
	margin:0 0 0 4px;}
	
#footer {
	background-image:url(../images/footer-img.jpg); 
	background-repeat:no-repeat; 
	background-position:45em 0; 
	height:150px; 
	width:870px; 
	margin:0 auto;
	padding:20px 10px 0 0;}

#clear {
	clear:both;}
	
#contactinfo {
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	background-position:0 .05em;
	float:right;
	width:325px;
	padding:0 5px 30px 0;}
