body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(assets/images/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0 0 30px 0;
	background-attachment: fixed;
	text-align: center;
}
#wrap {
	width: 760px;
	margin: 20px auto 0 auto;
	background-image: url(assets/images/bg_wrap.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#header {
width: 740px;
height: 175px;
margin: 0 0 0 10px;
background-image: url(assets/images/bg_header.jpg);
background-repeat: no-repeat;
background-position: left top;
}
.logo {
width: 302px;
height: 125px;
margin: 29px 0 0 26px;
border: 0;
}
.clear {
clear: both;
}
#container {
	width: 750px;
	background-image: url(assets/images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: 738px 42px;

}
#left {
float: left;
width: 150px;
}

#nav {
	width: 10.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 50px 0 0 30px;
	padding: 30px 0 50px;
	border: 1px dashed #009900;
	font-size: 14px;
} 
#nav ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#nav li{
list-style-type: none;
width: 5em;
margin: 0 0 10px;
border-bottom: 1px dotted #009900;
padding: 0 0 1px 46px;

}
#nav li a {
color: #003399;
text-decoration: none;
font-weight: normal;
}
#nav a:hover {
  color: #009900;
}
#content {
float: right;
width: 500px;
margin: 42px 0 94px;

} h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
color: #003399;
font-weight: normal;
float: right;
width: 11.5em;
padding: 2px 0 8px;
margin: 8px 0 0;
border-bottom: 1px solid #009900; }

h2 {
	font-size: 18px;
	color: #009900;
	margin: 0;
	padding: 0 0 0 16px;
	font-weight: normal;
	background-image: url(assets/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	
}


.intro {
	
	font-size: 12px;
	line-height: 19px;
	color: #003399;
	width: 460px;
	margin: 74px 0 0 0;
	padding: 0;
	
}


#footer {
	width: 759px;
	background-image: url(assets/images/bg_footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #003399;
	padding: 0 0 0 0;
	height: 36px;

	

	
}

p.footer {
	float: right;
	width: 15em;
	padding: 0;
	margin-top: 4px;
  
  
}


.hidden {
	position:absolute; 
	left:0px; 
	top:-60px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
	} 

#gallery {
	position: relative;
	margin-top: -20px;
	margin-left: 30px;
	width: 200px;
	padding: 156px 0 100px 0;
}
#gallery span {
	display:none;
		
}	
#gallery a:hover {
	color: #000000;
	background: #000000;
	text-decoration: none;
}
#gallery a:hover span {
	display:block;
	position:absolute;
	left: 220px;
	top:1px;
	width:400px;
	height:383px;
	text-align:left;
	background-color: #FFFFFF;
}

img {
	border: 0 none;
}


.thumb {
	float: left;
	margin: 3px;
	height: 63px;
	width: 81px;
	border: 1px solid #666666;
	padding: 3px;
	
}
.large {
	padding: 6px;
	margin-bottom: 4px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

.start {display:block; position:absolute; width:383px; height:291px; top:1px; left:220px; padding:6px; border:1px solid #666666;}
