/* CSS Document */

body
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
}

#container
{
	width:780px;
	margin-left:auto;
	margin-right:auto;		
}

#headHolder
{
	width:100%;
	height:100px;
	text-align:left;
}

#leftHead
{
	float:left;
	width:185px;
	height:100px;	
}

#rightHead
{
	height:65px;
	width:595px;
	padding-top:35px;
	float:right;
}

#topNav
{
	background-color:#cccc99;
	height:18px;
	padding-left:15px;
	width:580px;
	color:#FFFFFF;
	font-weight:500;
	line-height:18px;	
}

#topNav strong
{
	color:#666666;
}

#content
{
	margin-top:30px;
	clear:both;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:20px;
}

#contact
{
	text-align:center;
	color:#333333;
}


#galleryHolder
{
	width:650px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.floatLeft { float:left;clear:both; }
.floatRight { float:right; }
.clear { clear:both; }

#imgRight
{
	float:right;
	

}

#slideshow
{
	float:left;
	width:300px;
	height:200px;
	background-color:#F0F0F0;
	
}

#footImages
{
	clear:both;
	padding-top:30px;
	padding-bottom:20px;
	
}

.footImage
{
	float:left;
	padding-right:30px;
}

#imgLeft
{
	margin-top:10px;	
	float:left;
	width:211px;
	height:231px;
}

#textRight
{
	float:right;	
	width:390px;	
}	

#footer
{
	clear:both;
	width:780px;
	height:18px;
	background-color:#cccc99;
	color:#FFFFFF;
	text-align:center;
	font-weight:500;
	line-height:18px;
}

#container a {color:#999966; text-decoration:none;}
#container a:hover {color:#333333; text-decoration:underline;}
#container p {text-align:center;}

#topNav a {	color:#FFFFFF; text-decoration:none; }
#topNav a:hover { color:#999999; text-decoration:underline; background-color:#333333; }

#footer a {	color:#ffffff; text-decoration:underline; }
#footer a:hover { color:#666666; text-decoration:underline; }

