/* Styles for Samus Base Template */

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

h1, h2, h3, h4, h5, h6, p
{
	margin-top: 0;
}

a:hover
{
	text-decoration:underline;
}

a
{
	color:#114604;
	font-weight:bold;
	text-decoration:none;
}

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

#nav_upper
{
	width: 770px;
	height: 155px;
	background: url('./images/logo.jpg') center top no-repeat;
}

#nav_center
{
	display: none;
}

#nav_lower
{
	text-align: center;
	width: 750px;
	padding: 10px 0;
}

#nav_lower a
{
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	font-weight:bold;
	color: #000000;
}

#nav_lower a:hover
{
	color: #FFFFFF;
}

#nav_lower ul
{
	margin: 0;
	padding: 0;
}

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

#nav_lower li
{
	padding: 0 15px;
}

#nav_lower .title
{
	display: none;
}

#left, #right
{
	display: none;
}

#middle
{
	background: #FFF8CA;
	width: 750px;
	padding: 10px;
}

#footer
{
	text-align: center;
	background: #FFF8CA url('./images/footerbg.jpg') bottom left repeat-x;
	padding-bottom: 25px;
	margin-bottom: 35px;
}

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

#fp_menu ul
{
	margin: 0;
}