
body {
	background: #474747 url('../image/body_menu_left.gif') repeat-y center top fixed;
	font: normal 0.7em Tahoma,Verdana,sans-serif;	
}

#main_left {
	float: right;
	width: 770px;
}
#main_right {
	float: left;
	width: 203px;
}

/* footer */
#footer {
	color: #666;
	clear: both;
}
#footer .right {color: #555;}
#footer .right a {color: #555;}
#footer .right a:hover {
	color: #777;
	text-decoration: underline;
}
#footer .left a {color: #777;}
#footer .left a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .left {


	padding: 9px 0 9px 8px;
	width: 200px;
	margin-left: -1px;

}
#footer .right {
  background: #ffffff;
  border-top: 1px solid #000000;
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 761px;
}
