@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	background-position: 0px 0px;
	color: #EBEBEB;
	margin: 0px;
}
#wrapper {
	padding: 0px;
	width: 980px;
	height: 735px;
	margin: 0px auto;
}
#header {
	padding: 0px;
	height: 100px;
	text-align: left;
	width: 980px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#mainContent {
	background-image: url(_images/main_blank.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 555px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#links {
	padding: 0px;
	height: 60px;
	width: 980px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(_images/background_links.jpg);
	margin: 0px;
}
#footer {
	margin: 0px;
	height: 20px;
	font-size: 0.7em;
	color: #666;
	background-image: url(_images/background_footer.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.center {
	text-align: center;
}
.darker {
	color: #9AA3A7;
}
a:link {
	text-decoration: none;
	color: #EBEBEB;
}
a:visited {
	text-decoration: none;
	color: #D0D0D0;
}
a:hover {
	text-decoration: underline;
	color: #FBFBFB;
}
a:active {
	text-decoration: none;
}
.list {
	list-style-type: none;
}

