@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #1e3650;
	font-family: Arial, Helvetica;
	font-size: small;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #a8d8ec url(../images/front.jpg) left top no-repeat;
	color: #1e3650;
}

#header {
	height: 448px;
	margin: 0;
	padding: 0;
}
#title {
	font-size: 160%;
	margin: 0 0 0 575px;
	padding: 240px 0 0 0;
	font-family: "Lucida Handwriting", Arial, Helvetica;
	text-align: center;
}

#content {
	margin: 0;
	padding: 5px 30px 10px 30px;
	background: #c1e6ae;
	background: #d2f7bf;
}
#content h1, h2, h3 {
	font-family: "Lucida Handwriting", Arial, Helvetica;
	font-size: 180%;	
}

#content h3 {
	font-size: 150%;	
}

#contact {
	float: right;
	margin: 5px 0 0 20px;
	text-align: center;
}
#menu {
	font-size: 120%;
	font-weight: bold;
}
 
#footer {
	margin: 0;
	padding: 0;
	font-size: 70%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	} 	
#footer a {
	color:#666;
	text-decoration: none;
}	


img {
	border: none;
}

.clearB {
	clear: both;
}

.rvc {
	font-family: "Lucida Handwriting", Arial, Helvetica;
	font-weight: bold;
}

.description table {
	width: 100%;
}

.description {
	padding: 10px 15px 0 15px;
	vertical-align: top;
	height: 775px;
	background: #d2f7bf;
	background: #e4f9df;
}

#col1 {
	clear: both;
	float: left;
	width: 245px;
}

#col2 {
	float: right;
	width: 515px;
}



th {
	text-align: center;
	font-family: "Lucida Handwriting", Arial, Helvetica;
	font-size: 140%;
	margin-bottom: 0;
}

#links td {
	vertical-align: bottom;
	padding: 5px;
}

/* Gallery Styles */


#gallery {
	position:relative; 
	padding: 20px;
	margin-left: 30px;
	width:750px; 
	height: 400px; 
	background:#e4f9df;
	}



#thumbs {width:300px; float:left; background:#e4f9df;}
#thumbs a {display:block; float:left; margin:0 5px 5px 0 ; width:50px; height:50px; border:1px solid #000;}
#thumbs a img {width:50px; height:50px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; left:310px; top:0; border:1px solid #333; margin-top: 20px;}
