#outerwrapper {
	
	height: auto;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	
}
#headerlogo {
	float: left;
	height: 150px;
	width: 400px;
	
	
}
#headernavmenu {
	float: left;
	height: 50px;
	width: 600px;
	padding-top: 90px;
	background: url(../images/slogan.gif);	
}
#maincontent {
	float: left;
	height: 320px;
	width: 1000px;
	padding-left: 3px;	
	padding-top: 3px;
	
	
}
#leftcontent {
	float: left;
	height: 700px;
	width: 340px;
	font: 14px verdana;
	color: #FFFFFF;
	padding-left: 3px;
	border-top: 0px none #111111;
	border-right: 2px solid #111111;
	border-bottom: 0px none #111111;
	border-left: 0px none #111111;
}
#rightcontent {
	font: 14px verdana;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 645px;
	overflow-x: hidden;	
	overflow-y: auto;
}
#rightcontent2 {
	font: 14px verdana;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 645px;

	
}
#footer {
	font: 10px verdana;
	color: #999999;
	background: #000000;
	float: left;
	height: auto;
	width: 1000px;
	border-top: 2px solid #111111;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;	
	
}
#contentwrapper {
	float: left;
	height: auto;
	width: 1000px;
	background: #000000 url(none) no-repeat;
}
h1 {
	font: bold 18px verdana;
	color: #ffffff;
	background: #FF0000;
	text-indent: 10px;
}
a:link {
	font: 14px Verdana;
	color: #FF0000}
a:visited {
	font: 14px Verdana;
	color: #FF0000}
h2 {
	font: bold 14px verdana;
	color: #ff0000;
}
font {
	font: normal 14px verdana;
	color: #FFFFFF;
}

