 /* Styles for Division Template */

body
{
	margin: 0;
	background: url(images/bg_image.gif);
	background-repeat: repeat-x;
	background-color: #e2e2ed;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

#nav_upper .title
{
	display: none;
}
#fp_menu .title
{
	display: none;
}
#content, #footer
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#nav_upper
{
	margin-top: 10px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

#nav_upper ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#nav_upper ul li {
	display: inline;
	padding-right: 10px;
}

#nav_upper a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav_upper a:hover {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}


#nav_center
{
	width: 949px;
	height: 527px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	background: url(images/header_bg.jpg);
}

#left
{
	width: 315px;
	height: 1px;
}
#right
{
	width: 275px;
	
}

#middle
{
	width: 315px;
	margin-left: 25px;
	margin-right: 10px;
}

#footer
{
	text-align: center;
}

#fp_menu
{
	position: relative;
	background: url(images/breakbox_top.png);
	behavior: url(/iepngfix.htc);
	background-repeat: no-repeat;
	background-color: white;
	margin-top: 286px;
	margin-left: 17px;
	
	float: left;
	width: 190px;
	border-bottom:1px solid #999999;
	
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

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

#fp_menu  ul li 
{
	margin: 0;
	list-style-type: none;
}
#fp_menu  a
{
	color: #000000;
	text-decoration: none;
}

#fp_menu  a:hover
{
	color: #0000FF;
}

#footer_nav .title
{
	display: none;
}

#footer_nav ul
{
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer_nav ul li
{
	list-style: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footer_nav a
{
	text-decoration: none;
}

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