body, html
{
	padding: 0;
	margin: 0;
	background: #2c1621;
	font-family: sans-serif;
	color: white;
}

img {border: 0;}

a
{
	color: white;
}

a:hover
{
	text-decoration: none;
}

#top_container
{
/* 	background: #843939; */
	padding-top: 4px;
	padding-bottom: 7px;
/* 	border-bottom: 5px solid #ffd67b; */
	margin-bottom: 1px;
}

#top_nav, #top
{
	width: 900px;
	margin: auto;
}

#top_nav
{
	background: #823939;
/* 	padding: 2px; */
	position: relative;
	margin-bottom: 2px;
}

#top_nav>div
{
	margin: 2px;
	border: 2px solid #ff7e00;
}

#top_nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top_nav li
{
	float: left;
	margin-right: 2px;
}

#top_nav li a, #top_nav li img
{
	display: block;
}

#top
{
	height: 122px;
/*
	border: 1px solid #ffd07b;
	background: #180808;
*/
}

#top a
{
	display: block;
	height: 100%;
}

h1
{
	height: 100%;
	margin: 0;
	text-align: center;
}

#logo
{
/* 	padding-top: 23px; */
}

#title_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 100%;
	background: url(images/title_left.png);
	background-repeat: no-repeat;
}

#title_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 39px;
	height: 100%;
	background: url(images/title_right.png);
	background-repeat: no-repeat;
}

#container
{
	position: relative;
	width: 902px;
	margin: auto;
}

#main_content
{
	float: left;
	width: 720px;
	margin: 0 10px;
	margin-top: 10px;
}

#left_side
{
	float: left;
	width: 158px;
	margin-left: 4px;
}

#nav
{
/* 	padding-top: 20px; */
	background: url(images/nav/nav_bg.png) #823939;
/* 	margin-bottom: 1px; */
}

#nav ul
{
	width: 138px;
	padding: 0;
	margin: auto;
/* 	margin-left: 6px; */
	list-style-type: none;
}

#nav li
{
	margin-bottom: 3px;
	height: 44px;
	overflow: hidden;
}

#nav .small
{
	float: left;
	margin-right: 4px;
	width: 36px;
}

#nav .small.last
{
	margin-right: 0;
}

#nav li a, #nav li img
{
	display: block;
}

#nav #vote_links
{
	margin-top: 20px;
}

#nav #donate_button, #nav #vote_links
{
	text-align: center;
}

#donate_button a
{
	text-decoration: none;
}

#nav #vote_links img
{
	display: inline;
}

#nav #twc_container
{
	background: url(images/vote_bg.png);
	padding: 7px 6px 9px 6px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

#nav #vote_links li
{
	margin: 0;
}

#ads
{
	float: left;
	width: 160px;
	overflow: hidden;
}

#ads p
{
	text-align: center;
}

.clearer
{
	clear: both;
}