body {
	background: url(images/bg.jpg) repeat-x;
	font-family: Georgia;
	font: 14px black;
	text-align: center;
	}
	
p {
	text-align: left;
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
h1 {
	font-size: 16px;
	color: #792a22;
	text-align: left;
	margin: 25px 0 0px 0;
	}
	
a:link {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
	}
	
a:visited {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
	}
	
a:hover {
	font-weight: normal;
	color: inherit;
	text-decoration: underline;
	}
	
a:active {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
	}
	
#wrapper {
	width: 700px;
	margin:auto;
	text-align: center;
	}
	
#logo {
	height:105px;
	padding-top: 21px;
	text-align: center;
	}

#primarynav {
	width:700px;
	text-align: center;
	height: 32px;
	margin: 0 0 0 30px;
	}
	
a.nav, a.nav:link {
	display:block; 
	width:125px; 
	height:30px; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:Georgia; 
	font-size:15px; 
	color:#e4d4be; 
	line-height:25px; 
	float:left;
	}

a.nav:hover {
	font-size: 15px;
	color:#fff; 
	}
	
.current {
	display:block; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:Georgia; 
	font-size:15px; 
	line-height:25px; 
	float:left;
	background: url(images/topnav_activebg.jpg) no-repeat;
	height: 30px;
	width: 100px;
	color:#792a22; 
	}
	
#content {
	background: #fff;
	border-top: none;
	border-left: 2px solid #792a22;
	border-right: 2px solid #792a22;
	border-bottom: 2px solid #792a22;
	width:680px;
	margin: 0 0 50px 0;
	padding: 10px;
	}
	
#footer {
	font-size: 12px;
	color: #000;
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
	text-align: left;
	height: 15px;
	}

.footerleft {
	width:400px;
	float: left;
	}

.footerright {
	width:210px;
	float: right;
	}
	
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active  {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}
	
.thumb {
	padding: 5px;
	border: 1px solid #ccc;
	height: 100px;
	width:100px;
	float: left;
	margin: 12px;
	 }
