/* Styles for Samus Base Template */

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

a
{
	color: #4c697d;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	color: #008080;
}
h1
{
	font-size: 28px;
}
h2
{
	font-size: 22px;
}

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

#content
{
	background: #f2ebbf;
	width: 879px;
	overflow: hidden;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#nav_upper
{
	height: 135px;
	background: transparent url('./images/header.jpg') center top no-repeat;
}



#nav_center
{
	padding-top: 25px;
	height: 57px;
	background: #f2ebbf url('./images/home_nav.jpg') center top no-repeat;
	text-align: center;
}

#nav_center .title
{
	display: none;
}

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

#nav_center li
{
	padding-right: 40px;
}

#nav_center a
{
	color: #f2ebbf;
	text-decoration: none;
	font-size: 24px;
}

#nav_center a:hover
{
	border-bottom: 1px solid #f2ebbf;
	color: #c8edf3;
}

#nav_center_inside
{
	padding-top: 25px;
	height: 57px;
	background: #f2ebbf url('./images/nav_bg.jpg') center top no-repeat;
	text-align: center;
}

#nav_center_inside .title
{
	display: none;
}

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

#nav_center_inside li
{
	padding-right: 40px;
}

#nav_center_inside a
{
	color: #f2ebbf;
	text-decoration: none;
	font-size: 24px;
}

#nav_center_inside a:hover
{
	border-bottom: 1px solid #f2ebbf;
	color: #c8edf3;
}

#nav_lower
{
	height: 280px;
	padding-left: 475px;
	padding-top: 10px;
	width: 424px;
	background: #f2ebbf url('./images/home_pic.jpg') left top no-repeat;
}

#fp_bucket_relay
{
	background: transparent url('./images/bucket_head.jpg') center top no-repeat;
	width: 186px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	float: left;
	margin-left: 11px;
	min-height: 220px;
}

#footer
{
	background: transparent url('./images/page_terminator.jpg') center top no-repeat;
	height: auto;
	padding-top: 25px;
	text-transform: uppercase;
	color: #989a99;
}

#footer a
{
	text-decoration: none;
	color: #1599a6;
}

#footer a:hover
{
	text-decoration: underline;
}

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

#fp_menu ul
{
	margin: 0;
}

#content_with_head {
	background:transparent url(./images/content_header.jpg) no-repeat scroll center top;
	margin-left:-10px;
	padding:15px;
	width:869px;
}