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


body
{
	background-image: url(images/background.png);
	margin: 0px
}



#wrapper
{
	width:1020px;
	
	font-family: Arial, Helvetica, sans-serif;


}


#topbanner
{	
	z-index: -1;
	height:249px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	
}

#topbanner img
{
	float:left;
	margin-left:83px;
	
}

.slideshow
{
	float:left; 
	
	border: #650c0c solid 2px;
	margin-top: 10px;
	width: 329px
}


#leftnav
{
	color:white;
	float:left;
	margin-top: 100px;
	margin-left:20px
}


.leftnav
{
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: right;
	padding-top: 40px;
 	
}

.leftnav a:link
{
	color: white;
	text-decoration: none
}

.leftnav a:visited
{
	color:white;
	text-decoration: none
}

.leftnav a:hover
{
	color:white;
	text-decoration:underline;
}


a:link img
{
	border: none
}

a:visited img
{
	border: none
}

a:hover img
{
	border:none
}

#content
{
	color: #333;
	font-size: 12px;
	float:left;
	
	
	margin-top: 50px;
	margin-left: 89px;
}

.content
{
	line-height: 135%;
	width: 550px;

	padding-top: 5px
}

.headline
{
	line-height: 135%;
	width: 550px;
	float:left;
	padding-top: 5px;
	text-align: left
}


#center
{
	margin-left:40px;
	margin-top: 0px;
	width:854px;
	float:left; 
	background-color: white
}

#photogallery
{
	margin-left:auto;
	margin-right:auto;
	float:left;
}

.photogallery
{
	float:left;
}

#photogallery img
{
	border: #650c0c solid 2px;
	float:left;
	margin-left: 5px
}