
.wrap {
	margin: 0;
	background: #FFFFFF url('images/image01.jpg') repeat-x left top;
	padding-top: 50px;
}

.site-logo {
	width: 290px;
	height: 100px;
	background: url('images/image03.jpg') no-repeat left top;
	color: #9D9D9D;
	text-align: left;
	float: left;
}

.site-logo h1 {
	margin-top: 20px;
}

.site-logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.site-logo h2 a {
	text-decoration: none;
	color: #9D9D9D;
}

.navigation {
	width: 250px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

.navigation ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

.navigation li {
	padding: 10px 0px;
	background: url('images/image05.gif') repeat-x left top;
}

.navigation .first {
	background: none;
}

.navigation a {
	background: url('images/image06.gif') no-repeat left 6px;
	margin-left: 20px;
	padding-left: 15px;
	text-decoration: none;
	color: #525252;
}

.navigation a:hover {
	background: url('images/image07.gif') no-repeat left 6px;
	color: #9F6840;
}

.navigation .active {
	background: url('images/image07.gif') no-repeat left 6px;
	color: #9F6840;
}

.page-content {
	margin-top: 10px;
	margin-right: 10px;
	background: url('images/image05.gif') repeat-x left top;
	clear: both;
}

.latest-news 
{
	clear: both;
	width: 210px;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url('images/image05.gif') repeat-x left top;
	text-align: left;
}

.latest-news p {
	margin: 0px;
	padding: 0px;
}

.latest-news .date {
	width: 80px;
	margin: 20px 0px 4px 0px;
	padding: 2px 7px;
	background: #333333;
	font-weight: bold;
	color: #FFFFFF;
}

.content_title {
	line-height: 22px;
	padding: 20px 5px;
	text-align: left;
}

.content {
	line-height: 22px;
	padding: 0px 5px;
	text-align: left;
}

.content h2 {
	font-weight: normal;
}


.footer {
	background: #EAEAEA url('images/image02.jpg') repeat-x left top;
	color: #979797;
	clear: both;
	width: 100%;
}

.footer p {
	margin: 0px;
	padding: 0px;
	padding: 20px;
	text-align: center;
	font-size: 11px;
}

.footer a {
	color: #727272;
}
