@charset "utf-8";
/* CSS Document */

body {
	background-color: #101734;
	background-image: url(images/about/bg_about.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font: 13px;
	color: #FFFFFF;
}
#container {
	overflow:hidden;
	width:977px;
	margin:0 auto;
}
#header-container {
	margin-left:5px;
}

#title-image-container {
	margin-left:5px;
}
#footer {
	margin-left:5px;
}

/* ---FRONT-IMAGE-HOVER--- */
#title-image-front {
	overflow:hidden;
	width: 972px;
	margin-left:5px;
}
/* ---CONTENT--- */
#content-container {
	background-image: url(images/sitemap/content-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	overflow:hidden;
	margin:6px 0 0 0;
	width: 977px;
	height:200px;
}
h3 {
	color:#000;
	margin:2px 0 0 13px;
	font-size: 19px;
}
#left {
	margin-left:4px;
	float:left;
	width:222px;
}
#left ul {
	margin:19px 0 0 0;
	padding:19px 0 0 0;
	list-style:none;
}
#left li {
	margin-bottom:7px;
}
#left li a{
	text-decoration:none;
	color:#000;
	font-size:12px;
}
#middle-left {
	float:left;
	width:222px;
	margin-left: 29px;
}
#middle-left ul {
	margin:19px 0 0 0px;
	padding:19px 0 20px 0;
	list-style:none;
}
#middle-left li {
	margin-bottom:3px;
}
#middle-left li a{
	text-decoration:none;
	color:#000;
	font-size:12px;
}
#middle-right {
	float:left;
	width:222px;
	margin-left: 29px;
}
#middle-right ul {
	margin:19px 0 0 0px;
	padding:19px 0 20px 0;
	list-style:none;
}
#middle-right li {
	margin-bottom:7px;
}
#middle-right li a{
	text-decoration:none;
	color:#000;
	font-size:12px;
}
#right {
	float:right;
	width:222px;
}
.rightli {
	padding-left:90px;
	padding-top:9px;
	color:#000;
	font-size:12px;
}
.rightli2 {
	padding-left:80px;
	padding-top:0px;
	color:#000;
	font-size:12px;
}