/* Styles for Samus Base Template */

body
{
	margin: 0;
	font-size: 8pt;
	font-family: tahoma;
	background: url('./images/page_bg.jpg') center top no-repeat;
	background-color: #060122;
	color: white;
}

#header, #content, #footer
{
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

#nav_lower
{
	min-height: 20px;
	margin-top: 140px;
	margin-right: 25px;
	width: 975px;
	margin-bottom: 15px;
}

#nav_lower a
{
	text-decoration: none;
	font-size: 12pt;
	color: aqua;
}

#nav_lower a:hover
{
	border-bottom: 1px solid blue;
	border-top: 1px solid blue;
}

#nav_lower ul
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_lower li
{
	display: inline;
	padding: 0;
	margin: 0 0 0 35px;
}

#nav_lower .title
{
	display: none;
}

#nav_center, #nav_upper
{
	height: 0px;
	display: none;
}

#left
{
	padding-left: 39px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 285px;
	margin-right: 15px;
}
#right
{
	width: 569px;
	padding: 10px 10px;
	margin-right: auto;
	background: #36404C url('./images/content_bg.jpg') right top no-repeat;
}

#middle
{
	display: none;
}

#footer
{
	text-transform: uppercase;
	min-height: 75px;
}

#fp_menu 
{
	background: green;
	margin: 0;
}

#fp_menu ul
{
	margin: 0;
}

#footer a
{
	color: aqua;
}