body {
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width: 794px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#mast_head {
	width: 794px;
	height: 95px;
	position: relative;
	left: 0px;
	top: 0px;
}
#mast_head_logo_block {

	width: 343px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 79px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#mast_head_logo {

	width: 343px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 55px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#mast_head_logo_surv {

	width: 214px;
	padding: 0px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 55px;
}

#mast_head_logo_pm {

	width: 128px;
	padding: 0px;
	height: 24px;
	position: absolute;
	left: 214px;
	top: 55px;
}

#mast_head_banner {

	width: 406px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 79px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#mast_foot {
	width: 794px;
	position: relative;
	float: left;
	margin-top: 10px;
	clear: both;
	position: relative;
	float: left;
}

#mast_foot_border {
	width: 794px;
	height: 26px;
	background-image: url(template/ftr_bg.gif);
	background-repeat: repeat-x;


}

#mast_foot_text {
	text-align: center;
	position: relative;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #009933;
	font-size: 10px;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
float: left;
}

#nav-menu li a
{
	background: #fff url(template/nav_menu_bg.gif) repeat-x center;
	height: 35px;
	line-height: 23px;
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-right: 8px;
	text-decoration: none;
	padding-left: 8px;
} 
	
	#nav-menu li a:hover
  { 
    background-image: url(template/nav_menu_bg_on.gif);

}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none;
}
/* End hide */

#nav-menu
{
	height: 35px;
	width: 794px;
	background-image: url(template/nav_menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;

}	

#content {
	width: 794px;
}
#content_body {
	float: left;
	width: 573px;
	position: relative;
}
