body{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background-color: #f1f1e1;
	font-family: arial;
	font-weight: lighter;
}
h1{
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin: 10px 0 0 10px;
	color: #ff4500;
}
.center{
	width: 960px;
	margin: 10px auto;
}
.top{
	width: 960px;
	height: 20px;
	background: url(images/bodytop.jpg) no-repeat;
	float: left;
}

.content{
	float: left;
	width: 920px;
	background: url(images/bodymiddle.jpg) repeat-y;
	padding: 0 20px 0 20px;
}
.content .header{
	width: 100%;
	height: 108px;
	background: url(images/line.png) repeat-x bottom;
}
.content .header img{
	border: 0px;
	float: left;
}
.content .header .advtop{
	margin: 7px 0 0 12px;
	float: left;
}
.content .menu{
	width: 100%;
	height: 25px;
	text-align: center;
	margin: 20px 0 10px 0;
}
.content .menu .cent{
	width: 550px;
	margin: 0 auto;
}
.content .menu .cent .sep{
	width: 1px;
	height: 15px;
	background-color: #aaaaaa;
	float: left;
}
.content .menu .cent a{
	font-size: 13px;
	text-decoration: none;
	color: #343434;
	margin: 0 10px 0 10px;
	float: left;
	font-weight: bold;
}
.content .menu .cent a:hover{
	color: #ff4500;
	text-decoration: underline;
}
.content .left{
	width: 600px;
	float: left;
}
.content .left .box{
	width: 592px;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #b7af9c;
	padding: 4px;
}
.content .left .box .items{
	float: left;
	margin: 10px 16px 10px 12px;
	width: 120px;
	overflow: hidden;
	height: 120px;
}
.content .left .box .items img{
	border: 0px;
}
.content .left .box .items p{
	font-size: 12px;
	color: #228B22;
	font-weight: bold;
}
.content .left .box .items a{
	color: #228B22;
	text-decoration: none;
}
.content .left .halfbox{
	width: 280px;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #b7af9c;
	padding: 4px;
}
.content .left .halfbox .title{
	float: left;
	font-weight: bold;
	color: #ff4500;
	font-size: 13px;
	text-decoration: none;
}
.content .left .halfbox .boxline{
	float: left;
	width: 280px;
}
.content .left .halfbox .boxline .items{
	float: left;
	margin: 10px 10px 10px 10px;
	width: 120px;
	overflow: hidden;
	height: 120px;
}
.content .left .halfbox .boxline .items img{
	border: 0px;
}
.content .left .halfbox .boxline .items p{
	font-size: 12px;
	color: #228B22;
	font-weight: bold;
}
.content .left .halfbox .boxline .items a{
	color: #228B22;
	text-decoration:none;
}
.content .left .alright{
	float: right;
}

.content .right{
	width: 300px;
	float: left;
	margin-left: 20px;
}
.content .right .box{
	width: 292px;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #b7af9c;
	padding: 4px 4px 10px 4px;
}
.content .right .box .title{
	float: left;
	font-weight: bold;
	color: #ff4500;
	font-size: 13px;
	text-decoration: none;
	margin: 0px;
	width: 292px;
}
.content .right .box .stiri_top .topnews{
	width: 292px;
	margin: 10px 0 0 0;
	float: left;
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 7px;
}
.content .right .box .stiri_top .topnews img{
	border: 0px;
}
.content .right .box .stiri_top .topnews .dott_sep{
	height: 1px;
	margin: 0px;
}
.content .right .box .stiri_top .topnews a{
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	color: #343434;
	font-weight: bold;
}
.content .right .box .stiri_top .topnews a:hover{
	color: #ff4500;
}
.content .right .box .stiri_top .topnews .photo img{
	width: auto;
	height: 50px;
}
.content .right .box .stiri_top .topnews .header{
	width: 215px;
	margin: 0px;
	background-image: none;
	height: auto;
	float: left;
}
.content .right .box .vedetebox{
	float: left;
	width: 120px;
	height: 170px;
	border: 1px solid #dddddd;
	margin: 10px 10px 0 12px;
	overflow:hidden;
}
.content .right .box .vedetebox .img{
	float: left;
	width: 120px;
	height: 150px;
	overflow: hidden;
}
.content .right .box .vedetebox img{
	width: 120px;
	border: 0px;
}
.content .right .box .vedetebox a{
	font-size: 12px;
	text-decoration: none;
	color: #343434;
	font-weight: bold;
}
.content .right .box .vedetebox p{
	margin-left:4px;
}
.content .right .box .vedetebox a:hover{
	color: #ff4500;
}
.content .right .noborder{
	border: 0px;
}

.bottom{
	width: 960px;
	height: 20px;
	background: url(images/bodybottom.jpg) no-repeat;
	float: left;
}