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

body {
	background-color: #000;
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header {
	background-image: url(../images/bg_head2.png);
	background-repeat: repeat-x;
	height: 225px;
	width: 100%;
}
#logo {
	position:absolute;
	top:93px;
	width:385px;
	height:96px;
	z-index:1;
	right: 0px;
}
#logographic {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:141px;
	z-index:2;
}
#contentarea {
	background-color: #111111;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	height: 800px;
	padding-top: 25px;
}

#feature {
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#feature img {
	float: left;
	width: 240px;
	margin: 0 auto;
	padding: 10px;
}
.spacer {
	height: 25px;
	width: 100%;
	clear: both;
}
#homecontent {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	list-style-image: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #FF4D8F;
	font-weight: bolder;
	font-variant: normal;
}
#homecontent ul li {
	list-style-type: none;
	list-style-position: outside;
}

#contact {
	margin: 0 auto;
width: 600px;
}
#contact h3{
color: white;
}
