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

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#000000;
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#000000;
	margin-bottom:-290px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:650px;
	width:980px;
	clear:left;
	background-color:#000000;
}
		
#topbar {
	width: 980px;
	height: 133px;
}

#maincontent {
	width: 980px;
	height: 437px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincontent a, a:hover {
	color:#f36f21;
}

#bottombar {
	width: 980px;
	height: 60px;
}

#hrbar {
	width: 980px;
	height: 10px;
	background: url(img/bar.jpg);
}

/* bar elements */

#topbarleft {
	width: 325px;
	height: 133px;
	background: url(img/logotop.jpg);
}

#topbarright {
	float: right;
	width: 655px;
	height: 133px;
	background: url(htmlimg/menu.jpg);
}

#topbarrighttop {
	width: 655px;
	height: 90px;
}

#topbarrightbottom {
	width: 655px;
	height: 43px;
}

#bottombarright {
	position: relative;
	float: right;
	height: 60px;
	width: 202px;
	background: url(img/bottomright.jpg) no-repeat;
}

#bottombarmiddle {
	position: relative;
	float: right;
	height: 60px;
	width: 475px;
	background: url(img/bottommiddle.jpg) no-repeat;
}

#bottombarleft {
	height: 60px;	
}

#bottommenu {
	margin: 0 auto;
	width: 980px;
}

#menu {
	width: 100%;
	margin: auto;
	padding: 0px 0.5em;;
	color: #ffffff;	
}

#menu ul {
	list-style-type: none;
}

#menu li {
	width: 20%;
	text-align: center;
	float:left;
}

#menu a {
	color: #9975B2;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

