@charset "utf-8";
#container_sitemain {
	height: 590px;
	width: 900px;
	position: relative;
	margin: auto;
}

#container_sitelogo {
	position: absolute;
	width: 280px;
	height: 70px;
	top: 5px;
	left: 20px;
	visibility: visible;
}
#container_sitelinks {
	position: absolute;
	top: 80px;
	height: 30px;
	width: 600px;
	left: 250px;
	z-index: 4;
	visibility: visible;
}

#container_content {
	position: absolute;
	height: 440px;
	width: 660px;
	top: 120px;
	left: 170px;
	border: 10px solid #FFFFFF;
	z-index: 5;
	clear: both;
	float: right;
	visibility: visible;
	color: #FFF;
	text-align: center;
}
#container_sectionlinks {
	position: absolute;
	z-index: 15;
	left: 60px;
	top: 280px;
	height: 180px;
	width: 160px;
	float: left;
	border: 5px solid #FFFFFF;
	visibility: visible;
}


body {
	background-color: #000000;
}
#text_title {
	position: absolute;
	height: 25px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	top: 35px;
	z-index: 6;
	margin: 0px;
	left: 355px;
	color: #EA9521;
}
#contact_box {
	position: relative;
	height: 250;
	width: 250px;
	top: 100px;
	color: #398ACC;
	left: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

