@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #d4c083;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}
.bkg {
	height:159px;
	background:url(images/headerBKG.jpg) repeat-x;
	}

.header {
	height:159px;
	width:960px;
	margin:0 auto;
	background:url(images/header.jpg) no-repeat top center;
}
h3 {
	padding:0px;
	margin-bottom:10px;
}
.content {
	background:url(images/body.jpg) no-repeat top center #d4c083;
	min-height:485px;
	padding: 10px 0;
	text-align:center;
}
.photo{
	background:url(images/photo.jpg);
	height:449px;
	width:609px;
	position:relative;
	margin:-50px auto 0 auto;
}
.footer {
	background:url(images/footer.jpg) repeat-x;
	height:57px;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}