/* Styles for Samus Base Template */

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

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

#content
{
	overflow: hidden;
	background-color: #f0ecd8;
	background: #f0ecd8 url('./images/content_bg.jpg') center bottom no-repeat;
}

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

#header a
{
	font-size: 16pt;
	text-decoration: none;
	color: #b46824;
}

#header a:hover
{
	color: white;
}

#header .title
{
	display: none;
}

#left
{
	float: left;
	overflow: hidden;
	padding-right: 6px;
	padding-left: 6px;
	width: 199px;
	min-height: 350px;
	color: white;
	background: #547c46 url('./images/nav_bg.jpg') center bottom no-repeat;
	margin-left: 30px;
}
#left ul li
{
	list-style: none;
	padding: 6px 0px;
}
#left #main_menu ul li a
{
	color: white;
	font-size: 22px;
	font-family: 'times new roman', serif;
	text-decoration: none;
}
#left #relay_component ul li a
{
	color: white;
	size: 14px;
}
.title
{
	display: none;
}
#right
{
	width: 600px;
	padding-left: 18px;
	float: left;
	overflow: hidden;
	/*background: transparent url('./images/content_top.jpg') center top no-repeat;*/
}

#footer
{
	padding-top: 10px;
	color: white;
}

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

#fp_menu ul
{
	margin: 0;
}
#content_footer
{
	width: 100%;
	float: left;
	text-align: center;
}