body {
	margin: 0;
	font: 77% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/body.jpg) repeat-x;
}
img {
	border: none;
}
a {
	color: #368389;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrap {
	width: 1000px;
	margin: auto;
}
.main_left {
	background: url(../images/main_l.jpg) no-repeat left top;
}
.main_right {
	padding: 0 96px;
	background: url(../images/main_r.jpg) no-repeat right top;
}
.header {
	height: 125px;
	padding: 0 18px 0 85px;
	border-top: 6px solid #dcdcdc;
	background: #fff url(../images/header.jpg) no-repeat bottom;
}
.logo {
	display: block;
	float: left;
	margin-top: 33px;
	width: 88px;
	height: 84px;
	outline: none;
}
.header ul {
	margin: 0;
	padding: 9px 0 0;
	list-style: none;
	float: right;
}
.header li {
	float: left;
	margin-left: 21px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}
.header li.home {
	background-image: url(../images/home.gif);
}
.header li.sitemap {
	background-image: url(../images/sitemap.gif);
}
.header li.contact {
	padding-left: 19px;
	background-image: url(../images/contact.gif);
}
.header li a {
	color: #555;
	text-decoration: none;
}
.main {
	background: #fff;
	padding: 0 0 20px 20px;
}
.content {
	float: right;
	width: 532px;
}
.inside {
	padding: 20px;
}
.contentheading, .componentheading {
	color: #c00000;
	font-size: 150%;
}
.leftcol {
	float: left;
	width: 256px;
}
.leftcol .module {
	margin-top: 31px;
	padding: 0 8px 0 15px;
}
.leftcol h3 {
	margin: 0 -8px 16px -15px;
	padding: 0 0 0 17px;
	height: 33px;
	line-height: 33px;
	font-size: 100%;
	color: #731015;
	position: relative;
	background: url(../images/title.jpg) no-repeat;
}
.leftcol td {
	padding-bottom: 5px;
}
.leftcol a.mainlevel {
	padding-left: 27px;
	color: #555;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 0 3px;
}
.footer {
	background: #dcdcdc;
	text-align: center;
	color: #3d3d3d;
	padding: 27px 0 11px;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}
