body{
	margin: 0;
	padding: 0;
	background: #ffffff url('../_img/main/body_bg.jpg') repeat-x;
	font-family: Verdana, Arial, Tahoma, Sans Sherif;
	font-size: 12px;
}
img{
	border: 0;
}
table{
	border-collapse: collapse;
}
tr,td{
	margin: 0;
	padding: 0;
}
h2{
	margin: 0;
	padding: 0;
}
#main{
}
#header{
	width: 735px;
	height: 115px;
	background: url('../_img/main/header.jpg') no-repeat;
}
#menu{
	width: 185px;
	height: 415px;
	background: #fff url('../_img/main/menu_bg.jpg') no-repeat bottom left;
}
#left{
	width: 165px;
	height: 610px;
	background: url('../_img/main/left_bg.jpg') no-repeat bottom;
}
#left_image{
	width: 165px;
	height: 610px;
	background-position: bottom;
	background-repeat:  no-repeat;
}
#content{
	width: 550px;
	height: 415px;
	background: url('../_img/main/content_bg.jpg') no-repeat top left;
}

table#footer{
	background-position: top left;
	background-repeat: no-repeat;
	width: 730px;
	height: 80px;
}
#footer{
	
	font-size: 10px;
	color: #8f8f8f;
}
#footer a{
	color: #8e061f;
}
#footer a:hover{
	text-decoration: none;
}