body {
background: #BB7A46;
background-repeat: no-repeat;
background-position: 0% 25%;
background-attachment: fixed;
width:780px;
color: #717272;
font-size: 11px;
font-family: Verdana, sans-serif;
padding:10px auto 0 auto;
margin:auto;
}

A:link {
	COLOR: #8F5933; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #8F5933; TEXT-DECORATION: none;
}
A:active {
	COLOR: #8F5933; TEXT-DECORATION: none;
	}
A:hover {
	COLOR: #DD861F; TEXT-DECORATION: none;
	}

.container {
background-color: #FFF;
border: 1px solid #AAAAAA;
}

UL { 
 color: #DD861F; 
}

UL SPAN { 
 color: #000; 
}

.navigation {
	letter-spacing: 1px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
	float: middle;
	text-align: center;
	background-color: #FFF;
	padding: 10px 10px 10px 10px;
}

.logo {
	border-bottom: 5px solid #FDED73;
	text-align: right;
	color: #F1A93B;
	font-size: 24px;
	padding: 15px;
}
.logo em{
	display:block;
	text-align: right;
	color: #CC0000;
	font-weight: normal;
	font-size: 10px;
}

.image {
	background: url(photo_header.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 100%;
	height: 279px;
}

.boxcontain {
	background-color: #A2A2A3;
	width: 46%;
	float: right;
	height: 147px;
}

.bluebox {
	height: 100px;
	border-bottom: 2px dotted #FFF;
	border-right: 2px dotted #FFF;
	background: #669CC0 url(dots.gif);
	background-repeat: no-repeat;
	background-position: 99% 97%;
	float: left;
	width: 80%;
}

.rightgrey {
	background: #A2A2A3;
	height: 147px;
	float: left;
}

.content {
	padding: 5px;
}

.leftcontent {
	background:#fff;
	padding:20px;
}

.footer {
	font-size: 11px;
	text-align: center;
	color: #FFF;
	padding: 20px 3px 3px 3px;
	float: middle;
}

.bottomnav {
	font-size: 10px;
	float: middle;
	text-align: center;
	line-height: 15px;
	text-align: center;
	padding: 3px 3px 3px 3px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
}