/* CSS Document */

img {display: block;}

body {
	background-color:#3e4546;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3e4546;
}

.main, .footer {
	margin-top: 53px;
	margin-bottom: 30px;
/*	padding-bottom: 20px; */
	background-color:#F5F5F6;
	width:928px;
}
.footer {
	margin-top: 0;	
	background-color:#3e4546;
	color:#FFFFFF;
}

.left {
	width:290px;
}
.center, .news {
	padding:15px;
}

.picture_right {
	float:right;
	margin:10px;
}

