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
{
	position: relative;
	width: 900px;
	margin: auto;
}

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

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

#pw_topright
{
    float: right;
}

#top
{
	height: 86px;
	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: 160px;
}

#nav
{
	padding-top: 20px;
	background: #5a2121;
	border: 1px solid #ffd67b;
	margin-bottom: 1px;
}

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

#nav li
{
	margin-bottom: 3px;
	height: 36px;
	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;
}

#nav #vote_links img
{
	display: inline;
}

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

#ads p
{
	text-align: center;
}

.clearer
{
	clear: both;
}
