@charset "utf-8";


#body {
	background-color: #30343D;
	background-repeat:no-repeat;
}

#content {
	height: 1000px;
	width: 1000px;
	margin: 10px auto 10px auto; 
	background-color: #30343D;
}

/* CSS Document */

#content #header {
	background-color: #30343D;
	height: 200px;
	width: 1000px;
	background-image: url(../images/misc/header_new_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content #sidebar {
	background-color: #30343D;
	float: left;
	height: 600px;
	width: 250px;
}
#content #maincontent {
	height: 600px;
	width: 1000px;
	background-color: #30343D;
	float: none;
	clear: right;
	padding-left: 250px;
	margin-left: -250px;
}
#content #footer {
	background-color: #30343D;
	height: 75px;
	width: 1000px;
}
.maincontentheadertext {
	font-size: 16px;
	color: #0066CC;
}
.maincontenttext {
	font-size: 18px;
	color: #999999;
}


.sidebarback{
	background-image: url(../images/misc/button_back.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.sidebartextcolor {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.footertext {
	font-size: 16px;
	color: #999999;
}
.headerline {
color: #999999
}
