*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #444;
	text-align: center;
	min-width: 800px;
	font-size: 1em;
	background-color: #464;
}

h1, h2, h3 { font-weight: normal; }
h1, h2, h3 { font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif; }
h1 { font-size: 3em; }

#wrapper, #cap
{
	width: 812px;
	margin: 0 auto;
}

#cap { margin: 0 auto; }

#container
{
	width: 800px;
	position: relative;
	background-color: #efe;
	border-width: 1px;
	border-style: solid;
	border-color: #030;
	margin: 0 auto;
	background-repeat: repeat-y;
}

#branding
{
	background-color: #558855;
	color: #DDD;
	width: 800px;
	height: 200px;
	position: relative;
	overflow: hidden;
	background-image: url(/images/149.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#branding h1, #branding h2 { visibility: hidden; }

#mainNav, #info
{
	position: relative;
	background-color: #ca6;
	text-align: center;
	padding: .5em 1em .5em 1em;
}

#mainNav
{
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #740;
}

#info
{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #740;
}

#mainNav ul li, #info ul li
{
	list-style-type: none;
	display: inline;
	color: #000;
}

#mainNav ul li a, #info ul li a
{
	text-decoration: none;
	padding: .5em 1em .5em 1em;
	color: #221100;
}

#mainNav ul li a:hover, #info ul li a:hover
{
	color: #DDBB88;
	background-color: #221100;
}

#subContent, #content
{
	font-size: .875em;
}

#subContent a, #content a
{
	color: #339;
	text-decoration: none;
}

#subContent a
{
	display: block;
	padding: 1em 20px 1em 20px;
}

#subContent a:visited, #content a:visited { color: #993333; }

#subContent a:hover
{
	text-decoration: underline;
        background-color: #cfe;
}

#subContent
{
	float: left;
	width: 230px;
}

#subContent div
{
	text-align: center;
	width: 220px;
	margin: 60px auto 2em auto;
	border-bottom: 1px #db8 solid;
	}

#subContent p
{
	background-color: #db8;
	color: #221;
	padding-top: .2em;
	padding-bottom: .2em;
}

#subContent div li
{
	list-style-type: none;
    background-color: #cfc;
	text-align: left;
	border-top: 1px #db8 solid;
}

#content a:hover { text-decoration: underline; }

#content
{
	width: 500px;
	float: right;
	overflow: hidden;
	text-align: left;
	padding: 2em 35px 2em 35px;
}

#content p { margin-top: 5px; }

#content img
{
	margin: 15px auto 15px auto;
	text-align: center;
	display: block;
	padding: 4px;
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	background-color: #ddd;
}

#content img.divider
{
	text-align: center;
	display: block;
	margin: 15px auto 50px auto;
        padding: 0;
	border: none;
}

#sponsors #content li { list-style-type: none; }

#sponsors #content img
{
	border: none;
	padding: 0;
	background-color: #efe;
}

#copyright
{
	color: #cdc;
	font-size: .6em;
	font-style: italic;
}

.clear { clear: both; }

.rssThumbFloat
{
	float: left;
	width: 128px;
	height: 300px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	font-size: .85em;
}

