body {
	background: url('../images/background.jpg') #5f92d2 repeat-x 0% 0%;
	
	font-family: Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#000000;
				
	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.gif);
	width:717px;
	height: 170px;
	background-color:#99CC66;
	position:relative;
}
#header ul{
	background-color:#5f92d2;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:138px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:left;
	left: 0px;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 12px;


}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#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;
}
h1{
	color:#28556b;;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	line-height:1.5em;
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#c77e0c}
#left a:hover{color:#FFFFFF;}
#left h1 { color::#28556b;}
#photos a{
	margin-right:14px;
	vertical-align:bottom;
}
#right {
	float:right;
	width:220px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#6C37A9;
}
#right a:hover{
	color:#c77e0c;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(../images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}
.tbl_title
{
font-family:"Trebuchet MS", Tahoma;
	font-size:12px;	
	color: #fff;
	text-align:center;
	background: url('../images/title_back.jpg') repeat-x 0px 0px;
}

#b a
{
color:#FFFFFF;
font:bolder;
}


input,textarea,select{
	padding-left: 2px;
	background-color: #eff3f7; 
	border: 1px dashed #000000;
	color: #537caf;
	text-decoration:underline;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}
.pix {
border:#FFFFFF;
border-width:2px;
width=80px;
height:80px;
}

.thumbnail{ position: relative; z-index: 0;

 }

.thumbnail:hover{ background-color: transparent; z-index: 50; }

.thumbnail img{ /*CSS for enlarged image*/

background-color: #ffffff;
padding: 5px;
border: 1px dashed gray;
color: black;
text-decoration: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 1;
left: -138px; /*position where enlarged image should offset horizontally */

}
