/* Styles for Samus Base Template */

body
{
	margin: 0;
	font-size: 10pt;
	font-family: arial;
	background: #01577a url(images/background.jpg) top repeat-x;
	color: #ffffff;
}

a
{
	color: cyan;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#page_container
{
	width: 800px;
	margin: 0 auto;
}

#main_nav
{
	background: url(images/nav_bg.gif) center top no-repeat;
	margin-top: 15px;
	padding-top: 7px;
	height: 38px;
	text-align: center;
}

#main_nav .title, #sub_nav .title
{
	display: none;
}

#main_nav ul, #sub_nav ul
{
	margin: 0;
	padding: 0;
}

#main_nav ul li, #sub_nav ul li
{
	display: inline;
	list-style: none;
	margin-right: 20px;
}

#main_nav ul li a
{
	font-size: 14pt;
	color: #b53e69;
}

#sub_nav ul, #sub_nav ul
{
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

#sub_nav ul li, #sub_nav ul li
{
	display: inline;
	list-style: none;
	margin-right: 20px;
}

#sub_nav ul li a
{
	font-size: 11pt;
	font-weight: bold;
	color: #FFFF00;
}

#copyright
{
	text-align: center;
}

#footer
{
	margin: 25px;
}

#overlay
{
	position: absolute; 
	display: none; 
	width: 900px; 
	height: 400px; 
	background: #ffffff;
	border: 2px #000000 solid;
}