* {	margin: 0;	padding: 0; border: none; }
body {
	width: 930px;
	padding: 0 35px;
	margin: 0 auto;
	font: 11px/14px tahoma;
	background: #FFF url(images/header.jpg) no-repeat top;
	color: #4e4e4e;
}
h1 {
	font: normal 16px tahoma;
	text-transform: uppercase;
	margin: 30px 0 20px;
	text-decoration: underline;
	color: #545454;
}
h2 {
	font: normal 14px tahoma;
	color: #7ba84c;
	border: 1px solid #9bd55e;
	padding: 6px 10px;
	margin-bottom: 15px; 
}
h3 {
	font: normal 13px tahoma;
	color: #79b3cb;
	border: 1px solid #8fc7de;
	padding: 6px 5px;
	margin-bottom: 5px; 
}


a {color: #414141;text-decoration: none;}
a:hover {text-decoration: none;}

#menu {
	padding: 275px 0 50px 15px;
}
#menu li {
	font-size: 13px;
	list-style: none;
	margin-left: 20px;
	float: left;
	text-transform: uppercase;
}
#menu a {
	color: #056caa;
}


/* news */
#news {
	margin-left: -58px;
}
#news .item {
	width: 271px;
	float: left;
	margin-left: 58px;
}
#news .item img {
	margin: 7px 0;
}
#news .more {
	text-align: center;
	border: 1px solid #8fc7de;
	margin-top: 10px;
	padding: 6px;
}
#news .more a {
	color: #9a9a9a;
	text-transform: uppercase;
}
/* left *******************************/
#left {
	width: 271px;
	float: left;
}
/* main-news */
#main-news h1 {
	color: #83bee1;
}
/* read-more */
#read-more h1 {
	color: #f76f02;
}
#read-more a {
	color: #9f9f9f;
}
#read-more li {
	font-size: 12px;
	color: #9f9f9f;
	list-style: none;
	padding: 7px 0;
	border-top: 1px solid #cecece;
}

/* right *******************************/
#right {
	float: left;
	width: 600px;
	margin-left: 58px;
}
/* bill */
#bill h1 {
	color: #7ba84c;
}
#bill .item {
	margin-bottom: 35px;
}
#bill .more {
	border: 1px solid #c1c1c1;
	margin-top: 10px;
	padding: 6px 10px;
	color: #a6a6a6;
	font-size: 12px;
}
#bill .more a {
	float: right;
	color: #a6a6a6;
}
/* photo */
#photo {
	border: 1px solid #c1c1c1;
	padding-left: 20px;
}
#photo img {
	float: left;
	margin: 35px 20px;
}



/* footer */
#footer {
	margin: 40px 0;
	background: url(images/footer.jpg) no-repeat right center;
	font-size: 12px;
	padding: 50px 130px 50px 0;
	text-align: center;
}

