﻿* {	margin: 0;	padding: 0;}
body {
	width: 1000px;
	margin: 0 auto;
	font: 11px/16px Tahoma, Verdana, sans-serif;
	background: url(images/header.jpg) no-repeat center 130px;
	padding: 0 20px;
}
a {
	color: black;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
}
img {
	border: none;
}
h1 {
	font: 20px arial;
	color: #555555;
	text-align: right;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px dotted #9c9c9c;
}
h3 {
	font-size: 13px;
	font-weight: normal;
}

/* Menu
-----------------------------------------------------------------------------*/

#menu {
	list-style: none;
	font: 20px arial;
	text-transform:	uppercase;
	padding-top: 45px;
}
#menu a {
	color: #717171;
	text-decoration:none;
	padding: 45px 70px;
	background: url(images/menu.gif) repeat-x;
	height: 115px;
	border: 1px solid #bcbcbc;
}
#menu li {
	float: left;
	height: 115px;
}


#content {
	width: 1000px;
	padding-top: 390px;
}

/* Left
-----------------------------------------------------------------------------*/

#left {
	float: left;
	width: 600px;
}
#left img {
	float: left;
}
#left h3 {
	background: url(images/title-dark.gif) repeat-x;
	color: white;
	border: 1px solid #747474;
	text-align: center;
	padding: 5px 10px;
	margin-top: 30px;
}
.main-news {
	color: #777777;
	font-size: 13px;
}
.bill {
	color: #919191;
	position: relative;
}
.date {
	position: absolute;
	right: 0;
}
.more {
	font-size: 13px;
	color: black;
	padding: 10px 0;
}



/* Right
-----------------------------------------------------------------------------*/
#right {
	float: left;
	margin-left: 40px;
	width: 360px;
}
#right h3 {
	background: url(images/title-light.gif) repeat-x;
	color: black;
	border: 1px solid #d2d2d2;
	padding: 5px 10px;
	margin-top: 30px;
	position: relative;
}
#right h3 .date {
	color: #838383;
	font-size: 10px;
	right: 10px;
}
.news {
	color: #a4a4a4;
}
.news img {
	border: 2px solid #8a8a8a;
	float: left;
	margin: 3px 10px 0 0;
}
.read-more {
	font-size: 12px;
	line-height: 30px;
	color: #555555;
}
.read-more ul {
	list-style: square;
	margin-left: 20px;
}
.read-more li {
	padding-left: 10px;
}
.photo {
	border: 1px solid #cccccc;
	padding: 20px 0 0 0;
}
.photo div {
	float: left;
	margin-left: 30px;
	text-align: center;
}
.photo img {
	border: 1px solid #606060;
	margin-bottom: 10px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 116px;
	background: url(images/footer.gif) repeat-x;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 13px;
	padding-top: 20px;
}