
body{
	margin:0;
	padding:0;
	background: url(images/bg_main.jpg);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
h2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: #0C5825;
 font-weight: bold;
}
ul{
	margin-top:-10px;
 margin-left: 20px;
 padding-left: 0;
}
li{
 list-style-image: url(images/li.gif);
}
a:link, a:active, a:visited {
	color: #0C5825;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0C5825;
}
#root{
 background: url(images/bg_root2.jpg);
	width:760px;
	margin:auto;
}
#contTop{
 background: url(images/bg_main.jpg);
	width:760px;
	height:260px;
	text-align:left;
}
#contLeft{
 background: url(images/bg_main2.jpg);
	margin:0;
	width:270px;
	float:left;
}
#contCenter{
	background:#fff;
	width:370px;
	float:left;
	font-size:12px;
	padding:20px;
}

#contRight{
 background: url(images/bg_main2.jpg);
	width:60px;
	float:right;
}
#contBottom{
 width:760px;
 height:130px;
	background: url(images/bg_main2.jpg);
	text-align:center;
}
.clear{
	width:0;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
	clear:both;
}
