html
{
	background: #73c0ff url(images/BG_Gradient.png) repeat-x;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body
{
	padding: 0;
	margin: 0;
	background: url(images/footer.png) no-repeat bottom center;
	text-align: center;
	width: 100%;
	display: table;
}

#wrapper
{
	width: 850px;
	margin-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	margin: 10px;
	float: left;	
}

#tagline
{
	font-size: 20px;
	font-family: "Verdana";
	color: #ffffff;
	font-style: italic;
	padding: 50px 0px 0px 0px;
	text-align: right;
}

#links
{
	clear: both;
}

#border
{
	background: #b0793f;
	padding: 5px;
	clear: both;
}

#main
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #8c6535;
}

#content
{
	margin: 0 230px 0 0;
}



#mainfeature
{
	background: #f8f8ff;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

#mainfeature h1
{
	font-family: "Arial";
	font-style: italic;
	text-align: left;
}

#mainfeature a:link, #mainfeature a:visited
{
	color: #8c6535
}

#mainfeature img
{
	text-align: center:
}

#sidebar
{
	text-align: left;
	background: #8c6535;
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	margin: 5px;
	padding: 0;
}

#sidebar h2
{
	color: #f8f8ff;
	font-style: italic;
}

#sidebar ul
{
	list-style-type: circle;
	margin-left: 0;
	padding-left: 15px;
	color: #000000;
}

#sidebar a:link, #sidebar a:visited
{
	color: #f8f8ff;
	font-size: 14px;
}

#optin
{
	background: #de9850;
	border: 3px ridge #b0793f;
	padding: 5px;
}

#impnews
{
	border-bottom: 3px dotted #de9850;
}

#events
{
	color: #f8f8ff;
	font-weight: bold;
	border: 3px dotted #de9850;
	text-align: center;
}

.date
{
	color: #f8f8ff;
	font-weight: bold;
}

#footer
{
	padding: 5px;
	font-size: 10px;
}

#footer a:link, #footer a:visited
{
	color: #f8f8ff;
}
	

