
body {
	margin: 0;
	padding: 0;
	font: 82%/150% Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) 50% 0%;
	background-repeat: fixed;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


#page {
	margin: 0px auto;
	width: 900px;
	background: #FFFFFF url(images/body.jpg) repeat-y;
}

#page2 {
	margin: 0px auto;
	width: 900px;
	background: #dbdbc8;
}


a {
	color: #377d7d;
	text-decoration: none;
}
a:visited {
	color: #377d7d;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 30px;
	height: 30px;
	font: 26px/100% Arial;
	color: #4b463e;
}


h2 {
	color: #377d7d;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #377d7d;
	letter-spacing: -1px;
	font: normal 140%/100% Arial;
	padding-bottom: 3px;
	padding-top: 8px;
	margin-bottom: 14px;
}

h3 {
	font: normal 140%/100% Arial;
	color: #4b463e;
	margin: 10px 0px 5px;
}

hr {
	color:4b463e;
	border: none;
	background-color: #4b463e;
	height: 1px;
	margin-left: 20px;
	margin-right: 20px;
}	

#header {
	background: #babb9a;
	height: 170px;
	border-bottom: 2px solid #999;
	position: relative;
}


#content {
	margin: 15px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
}

#content2 {
	margin: 60px 40px 20px 60px;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
}

#sidebar {
	float:right;
	padding: 20px 0px 0px 0px;
	width: 180px;
	height: 940px;
	font: 90%/150% Arial, Helvetica, sans-serif;
	line-height: 120%;
	overflow: scroll;
}

#leftbar {
	float:left;
	padding: 20px 0px 0px 0px;
	width: 180px;
	height: 940px;
	overflow: scroll;
}

#sponsors {
	padding: 20px 25px 20px 25px;

}

#news {
	padding: 20px 25px 20px 25px;

}

#slideshow {
	padding: 10px 10px 10px 10px;

}

#middle {
	padding: 10px 20px 14px 20px;

}

#bottom {
	padding: 14px 20px 14px 20px;

}

#sponsors a:link {
	color: #377d7d;
	text-decoration: none;
}
#sponsors a:visited {
	color: #377d7d;
	text-decoration: none;
}
#sponsors a:hover {
	color: #CC6600;
	text-decoration: underline;
}

#news a:link {
	color: #377d7d;
	text-decoration: none;
}
#news a:visited {
	color: #377d7d;
	text-decoration: none;
}
#news a:hover {
	color: #CC6600;
	text-decoration: underline;
}

#sidebar h3 {
	font: normal 130%/100% Arial;
	color: #4b463e;
	margin: 10px 0px 5px;
}

#footer {
	clear: both;
	background: #babb9a url(images/footer.jpg) repeat-x;
	color: #4b463e;
	width:inherit;
	height: 140px;
	font-size: 95%;
	line-height: 130%;
	border-top: 2px solid #999;
	
}
#footer a{
	color: #4b463e;
}

#footer a:visited{
	color: #377d7d;
}

#footer a:hover{
	color: #CC6600;
	text-decoration:none;
}

#footer li{
	display:inline;
}

#footer .wide-col{
	width: 900px;
	text-align:center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 60px;
	padding-bottom: 50px;
}


