body {
	background-color:#2784DF;
	background-color:#7db5eb;
	background-color:#2785df;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}
#header ul{
	background-color:#a6c633;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2,#logo_w3 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
/*	font-style: italic; */
	color: #FFFFFF;
	position: absolute;
}
#logo_w1{
	top:5px;
	left:75px;
}
#logo_w2{
	top:30px;
	left:85px;
}
#logo_w3{
	top:55px;
	left:95px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
}
img{
	border-width: 0px;
	border-style: solid;
	border-color: #ffffff;
}
h1{
	color:#000000;
	color:#5d8aa4;
	font-weight:bold;	
	font-size:14px;
	font-size:18px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	color:#8da534;
	font-weight:bold;	
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right: 10px;
	margin-bottom: 10px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.jpg);
font-size:1px;
height:10px;
}
#footer {
	width: 717px;
	font-size: 10px;
	text-align: center;
	padding: 20px 0px;
}
/******************** Image Thumbnails ***************/
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 400px;
    height: 300px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* any IE */
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
.wraptocenter a 
{
/*	background-color */
}

.centerleftshadowimage {
	width: 1px;
	margin-left:7px;
}			

.shadow {
	float: left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	background-color: #aaa;
}
.shadow img {
	margin: -6px 6px 6px -6px;
	display: block;
	position: relative;
	padding: 4px;
	background-color: #fcfcfc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
/*
.imagecontainer{
	  float:left;
	  clear:left;
	  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(images/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 10px 10px !important;
	  margin: 10px 0 10px 5px;
	  margin: 10px auto;
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
*/