
@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

span.imgtxt {
	display: none;
}

.copyrights {
	float: left;
	font-size: 10px;
}

a:link, a:visited, a:active {
	color: #ab7b5b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul.union {
	list-style: none;
}

ul.union li {
	margin-bottom: 5px;
}

#wrapper {
	margin: 20px auto;
	width: 960px;
}

#main-wrapper {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header {
	background-image: url(../images/css-images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	width: 960px;
}

#logo {
	background-image:url('../images/css-images/logo.png');
	cursor: pointer;
	display: block;
	height: 136px;
	left: 55px;
	position: relative;
	top: 30px;
	width: 508px;
	z-index: 1;
}

#circle-logo {
	background-image:url('../images/css-images/circle-logo.png');
	display: block;
	height: 258px;
	left: 650px;
	position: absolute;
	top: 10px;
	width: 185px;
	z-index: 2;
}
	

#container {
	background-color: #000;
	background-image: url(../images/css-images/container-bg.jpg);
	background-repeat: repeat-x;
	min-height: 460px;
	width: 960px;
}

#left-sidebar {
	float: left;
	min-height: 350px;
	width: 200px;
}

#right-sidebar {
	float: right;
	min-height: 250px;
	padding-top: 80px;
	width: 330px;
}

#right-sidebar .news-box {
	background-image: url(../images/css-images/news-box.jpg);
	background-repeat: no-repeat;
	height: 285px;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	width: 253px;
}

#right-sidebar .news-box h2 {
	font-size: 24px;
	text-align: center;
}

#content {
	margin: 0 335px 0 205px;
	padding: 50px 20px 0 20px;
}

#content-wide {
    margin: 0 35px 0 205px;
	padding: 50px 20px 0 20px;
}

#content .pic-container {
	padding-top: 25px;
}

#content .pic {
	border: 1px solid #fff;
	float: left;
	width: 179px;
	height: 120px;
	margin-right: 6px;
}

#content .pic img {
	display: block;
}

#footer {
	clear: both;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 940px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#sitemap {
	padding-left: 50px;
	padding-top: 40px;
}

#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	margin-bottom: 15px;
}

#sitemap ul li a {
	color: #f1f1f1;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#sitemap ul li a:hover {
	color: #ab7b5b;
}
