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

a:link {
	color: #080808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #848484;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

body {
	background-color:#c8c8c8;
	margin:0px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color	:#fffff;

}


#bgdiv	{
	margin:auto;
	width:100%;
	height:400px;
	background-image:url(img/bg.gif);
	z-index:-100;
	
	
}


#container	{
	width:900px;
	z-index:10;
	top:0px;
	margin:auto;
	
}

#top {
	position:absolute;
	width:900px;
	height:35px;
	top:0px;
	margin:auto;
	
	
	
}

#separator1 {
	position:absolute;
	width:900px;
	height:1px;
	top:101px;
	background-color: #CCC;
	margin:auto;
	
	
}

#intro	{
	position:absolute;
	width:900px;
	top:111px;
	margin:auto;
	z-index:12;
	float:left;
	
	}
#separator2 {
	position:absolute;
	width:606px;
	height:1px;
	top:316px;
	background-color: #999;
	margin:auto;
	
	
}
#separator3 {
	position:absolute;
	width:900px;
	height:1px;
	top:456px;
	background-color: #999;
	margin:auto;
	
	
}
#news	{
	position:absolute;
	width:180px;
	height:30px;
	top:326px;
	background-image:url(img/newsbt.gif);
	}
	
#newstxt	{	
	position:absolute;
	width:900px;
	top:360px;

	}

#events	{
	position:absolute;
	width:180px;
	height:30px;
	top:466px;
	background-image:url(img/events.gif);
	}
	
#eventstxt	{	
	position:absolute;
	width:900px;
	top:500px;

	}
#contact_container	{
	width:270px;
	height:300px;
	position: absolute;
	background-color: #F2F2F2;
	z-index:20;
	clear:both;
	left: 610px;
	top: 10px;
	padding:10px;

}
.contact	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#333;
	font-weight:bold;
	
}

img.googlemap	{
	margin: 5px 10px 10px 0px;
        padding: 0px 0px 0px 0px;

}
