/* Styles for Samus Base Template */

body
{
	margin: 0;
	font-size: 8pt;
	font-family: tahoma;
	color: white;
	background: black;
}

#wrapper, #header, #top_nav, #body
{
	width: 902px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 164px;
	background: url('./images/header.jpg') no-repeat;
}

#top_nav
{
	height: 48px;
	padding-top: 3px;
	background: url('./images/nav_bg.gif') repeat-x;
}

#top_nav ul
{
	list-style: none;
}

#top_nav li
{
	display: inline;
	margin-right: 12px;
	margin-left: 12px;
}

#top_nav a
{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	color: #3b0101;
}

#top_nav a:hover
{
	text-decoration: underline;
	color: #f5dea4;
}

#body
{
	background: #3b0101 url('./images/page_footer.gif') bottom no-repeat;
	padding: 10px;
	width: 882px;
}

#footer
{
	background: transparent;
	margin-top: 10px;
	text-align: center;
}
