body{
	border: 0px solid red;
	text-align: left;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;

    background-image:url('/images/site/body_bg.jpg');
	background-position: 0px 284px;
    background-repeat:repeat-x;


}
form{
	margin: 0px;
}

.corner *{
 display:block;
 height:1px;
 overflow:hidden;
}

#main{
	text-align: left;
	margin:0px;
	margin-top: 35px;
	width: 945px;
	border: 0px solid black;
   
}
#top_menu{
	height: 70px;
	margin-left: 40px;
}

#main_body{
	height: 670px;
	border: 0px solid blue;
 background-color: white;
}

.menu_font{
	color: #333333; 
	font-size: 16px; 
	font-weight:bold; 
	text-decoration: none;
}
.menu_font:hover{
	color: #9F0000; 
}
#menu_sub{
	border: 0px solid black;
	height: 30px;
	overflow:hidden;
}
.menu_sub_item_list{
	color: white; 
	font-size: 12px;
}
.menu_sub_item_list a{
	color: white; 
	font-size: 12px;
	text-decoration: none;
}
.menu_sub_item_list a:hover{
	text-decoration: underline;
}
.nav{
	text-decoration: none;
	color: #333333;
}
.nav:hover{
	text-decoration: underline;
}
