html {
	min-height: 100%;
}

body {
	color:#FFFFFF;
	margin: 10px 10px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #4D2815 url(../styles/none);
	min-height:100%
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
	min-height: 100%;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
	color: #000000;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width:717px;
	height:288px;
	position:relative;
	background: url(../assets/header.jpg);
	border-bottom: .5px solid #CCCCCC;
}
#header ul{
	width:711px;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px;
	height:25px;
	padding:6px 0px 0px;
	text-align:center;
	background: #9CBE66;
	border-top: 1px solid #FFFFFF;
	border-right: 3px solid #9CBE66;
	border-bottom: 1px solid #98C4E1;
	border-left: 3px solid #9CBE66;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a.selected{
	text-decoration:underline;
	color:#4D2815;
}
#header ul a:hover{
	text-decoration:underline;
	color:#4D2815;
}
#logo_w1, {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
	width: 270px;
}
#logo_w1{
	top:21px;
	left:70px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{
	color:#A4CAE0;
}
#header_text a:hover{
	color:#9CBE66;
}
.smaller {
	font-size: 9px;
}



/********************** Content ***************************/
#content {
	width:717px;
	background: url(../assets/images/content_bg.gif);
	min-height:100%
}
img{
	padding: 3px;
	border: 0.5px solid #CCCCCC;
}
img_left{
	color:#E46840;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}
h1{
	color:#80A3BA;
	margin: 20px 0px 20px 0px;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}
h2{
	color:#9CBE66;
	text-align:left;
	width:200px;
	margin: 10px 0px 15px 0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
h3{
	color:#4D2815;
	font-size:10px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
	line-height: 14px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{
	color:#74B4ED;
}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#006633;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerimg
 {
	clear:both;
	font-size:9em;
	height:10px;
	bottom: auto;
	background: url(../assets/images/footer_bg_25.gif);
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
	color: #FFFFFF;
	border-right: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	font-size: 9px;
}

/********************** img ***************************/
.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}
.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

