/* Styles for Samus Base Template */

body
{
	margin: 0;
	font-size: 8pt;
	font-family: tahoma;
	background: #073B6A url('./images/background.jpg') top repeat-x;
	color: #CCCCFF;
}

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

a:hover
{
	text-decoration: none;
	color: #FFFF99;
}

a:visited
{
	text-decoration: none;
        color: #FFFF99;
}

#header, #main, #footer
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


#header
{
	height: 41px;
	padding-top: 140px;
	background: url('./images/header.jpg') center top no-repeat;
}

#header ul, li
{
	list-style-type: none;
	display: inline;
}

#header ul
{
	padding: 0;
}

#header li
{
	padding-right: 25px;
}

#header a
{
	font-size: 12pt;
	text-decoration: none;
	color: #6591C2;
}

#header a:hover
{
	color: white;
}

#header .title
{
	display: none;
}

#left
{
	width: 620px;
	padding-right: 18px;
	float: left;
}
#right
{
	float: left;
	padding-right: 8px;
	padding-left: 2px;
	width: 250px;
	min-height: 350px;
	color: black;
	background: #13548C url('./images/right_box.jpg') center top no-repeat;
}

#footer
{
	padding-top: 10px;
	padding-bottom: 10px;
}

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

#main_menu
{
	margin-top: 10px;
}

#fp_menu ul
{
	margin: 0;
}

#member_directory
{
}
