#unreal-wrapper {
    min-height: 10%;
	width: 95%;
	background: #000;
}

#main-wrapper {
    background: #ddd;
    min-height: 90%;
	top: 0px;
	width: 95%;
    position: relative;
    text-align:left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear:both;
}

#banner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	position:relative;
    background: #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:110px;
	width: 100%;
	top: 0px;
	list-style: none;
}

html>body #banner {
	height:111px;
}
	
html>body #main-wrapper {
/*	left:20px; */
}

#banner table {
	width: 100%;
	background: #444;
}

#topnav {
    background: #444;
	width: 520px;
	height: 26px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#topnav li {
	float: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#topnav a, a:link, a:active, a:visited {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#topnav a:hover {
	color: #ff9;
}

.sidenav {
	list-style: none;
	padding:0px 10px 0px 20px;
}

#topnav span {
	display: block;
	padding: 5px 20px 0px 25px;
}

#leftcontent {
	position: absolute;
	left:0px;
	top:142px;
	width:205px;
	height: 60%;
    background: #ddd;
	border: 0px;
}

#rightcontent {
	position: absolute;
	right:0px;
	top:142px;
	width:205px;
	height: 60%;
    background: #ddd;
	border: 0px;
}

#centrecontent {
	border-left: 0px solid black;
	border-right: 0px solid black;
	position: relative;
	top: 31px;
	min-height: 350px;
    background: #eee;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px 205px 30px 205px;
	padding: 20px 0px 0px 20px;
}
	html>body #centrecontent {
	margin-left: 205px;
	margin-right:205px;
}
	
#leftcontent h1 {
     padding:10px 0px 10px 0px;
     margin:10px auto 0px 20px;
     font-size: 20pt;
}

#rightcontent h1 {
     padding:10px 0px 10px 0px;
     margin:10px auto 0px 20px;
     font-size: 20pt;
}

#leftcontent h2 {
     padding:14px 0px 10px 0px;
     margin:10px auto 0px 20px;
     font-size: 18pt;
}

#rightcontent h2 {
     padding:14px 0px 10px 0px;
     margin:10px auto 0px 20px;
     font-size: 18pt;
}

#leftcontent h3 {
     padding:14px 0px 10px 0px;
     margin:10px auto 0px 20px;
     font-size: 14pt;
}

#rightcontent h3 {
     padding:14px 0px 10px 0px;
     margin:10px auto 0px 20px;
     font-size: 14pt;
}

#footer {
	width: 100%;
	background: #000;
	border-top: 1px solid #ddd;
	color: #DDD;
	text-align: center;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

