body{
	font-family: arial, tahoma, sans-serif;
	width: 100%; text-align: center;
	background-image:url(body_bg.jpg); background-repeat: repeat-x;
	margin: 0px;
}
img { border: 0px; } 

.wrap{
	width: 1056px; height: auto;
	font-size:11px;  text-align: left;
}	

.main{
	float: left; width: 848px; height: auto;
}	

	.top{
		float: left; width: 848px; height: auto;
	}	

		.logo{
			float: left; width: 169px; height: auto;
			text-align: center; padding-top: 12px;
		}	
		
		.menu{
			float: left; width: 679px; height: 24px;
			text-align: right; padding: 6px 0 0 0;
		}	
			.menu a { font-size: 11px; color : #000; text-decoration: none; font-weight: bold; margin-left: 12px; text-transform: uppercase;}
			.menu a:hover { color : #a00; }
			.activ a { color : #a00;}
		
		.header{
			float: left; width: 679px; height: auto;
		}	

	.content{
		float: left; width: 848px; height: auto;
	}	
		.left{
			float: left; width: 348px; height: auto; padding: 18px 0 0 0;
		}	
			.left img { margin: 0 0 7px 0; }
		.right{
			float: left; width: 500px; height: auto;
		}	
			.right .title {
					float: right; width: auto; height: 41px; background: #da251c;
					font-size: 23px; color: #fff; text-align: center; font-weight: bold; text-transform: uppercase;
					padding: 13px 10px 0 10px; margin: 4px 0 22px 0;
				}

.adds{
	float: right; width: 183px; height: auto; /*123*/
	padding: 0 0 0 15px;
}	
	.adds img { border: 0px; margin: 5px 0 5px 0; }

.noborder{ border: 0px; }
.clear{ clear: both; font-size: 0px; line-height: 0px; }