body{
	margin:0px;
	padding:0px;
	background-image:url('front_body.jpg');
	background-repeat:repeat-y;
	background-position:center;
	background-color:#1f1f1f;
	font-size:12px;
	color:white;
	font-family:Tahoma;	
}
td{font-size:12px;}
a{color:white;}
.Main{
	background-image:url('front_bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;	
}
#TopMenu{
	margin-top:13px;
	margin-left:230px;
}
#TopMenu a{
	display:block;
	height:30px;
	width:130px;
	margin:2px;
	float:left;
}
#Content{
	margin-top:6px;
	width:791px;
	height:566px;
	background-image:url('/public/m/0.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}
#Content a{
	height:182px;
	width:255px;
	display:block;
	float:left;
	margin:4px;
}
#Nav{
	margin-right:9px;
	margin-bottom:80px;
}
#Nav a{
	display:block;
	margin-top:10px;
	border-bottom:solid 1px white;
	width:120px;
	font-size:14px;
	text-decoration:none;
}

