body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background:#fff url(../images/background.gif) no-repeat fixed 50% 0;
}

td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

img
{
	border: 0px;
}

hr
{
	height: 1px;
}

#global_wrapper
{
	width: 775px;
	height: auto;
}

#header_wrapper
{
	height: 30px;
	padding: 8px;
	background-color: #F1F1F1;
	color: #585858;
	border-bottom: 10px solid #FFFFFF;
}

#header_left
{
	text-align: left;
	float: left;
}

#header_right
{
	text-align: right;
	float: right;
}

#logo_menu
{
	background-color: #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}

#body_wrapper
{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-bottom: 3px solid #CCCCCC;
}

#body_banner
{
	height: 150px;
	border-bottom: 1px solid #FFFFFF;
}

#body_content
{
	height: 450px;
	border: 0px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer_wrapper
{
	width: auto;
	height: auto;
	border-top: 1px solid #FFFFFF;
	padding: 0px;
	color: #FFFFFF;
}

#footer_left
{
	width: 550px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ff0000;
	border-right: 1px solid #FFFFFF;
	float: left;
}

#footer_right
{
	width: 224px;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #700000;
	float: right;
}

.sep
{
	height: 3px;
	border-top: 1px solid #700000;
	border-bottom: 1px solid #CCCCCC;
	
}