* {
   padding:0;
   margin:0;
}

html,body {height: 100%;}

body {
	background:#fff;
	margin			: 0;
	padding			: 0;
	text-align		: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #FFFFFF;
}

/* the bg image provides the blue bar*/
#bg {
	width:800px;
	margin:0 auto;
	background-color: #bb8942;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	border: thick solid #52331F;
}

#container {
	width:800px;
	background:transparent;
	margin:0 auto;
}

/*this controls the top bar*/
#top {
	width:700px;
	height:55px;
	text-align:center;
	padding-left:90px;
	padding-top:25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 610px;
	background: bb8942;
}	

html>body #top {
	width:700px;
	height: 150px;
}

/*this is the left content*/
#content_one {
	margin-top:20px;
	width:600px;
	float:left;
	font-size:80%;
}

#content_one p{
	text-align:left;
	padding:10px;
}

/*this is the right content*/
#content_two {
margin-top:20px;
width:200px;
float:right;
font-size:80%;
}

#content_two p{
	text-align:left;
	padding:10px;
}

/*this formats the logo text*/
#headertext_one {
font-size:250%;
color:#fff;
}

#headertext_two {
font-size:250%;
padding-left:10px;
color:#262C62;
}

/*this is the blue bar*/
#sidebar {
	width:200px;
	float:left;
}

/*navigation is here*/
#navcontainer { width: 200px;
float:left;}

#navcontainer ul
{
	margin-left: 0;
	margin-top:30px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #9399d5;
}

#navcontainer a
{
	display: block;
	padding: 10px 3px 3px 3px;
	width: 194px;
	height:30px;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #9399d5;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #C58936;
	color: #CCC;
	font-weight:bold;
	background-image: url(images/hover.jpg);
}

/*footer, obviously*/
#footer {
	width:700px;
	height:75px;
	clear:both;
	margin:0;
	font-size:80%;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
	background-color: bb8942;
}

/* this is my link, please leave if poss */
span.design {
	font-size:80%;
	color:#9a9a9a;
}

a.design {
	text-decoration:none;
	color:#9a9a9a;
}

a.design:hover {
	color:#000;
}

a.midtext {
text-decoration : none;
color:#126C12;
font-weight:bold;
}

/*this positions the three circles at the side */
#side_logo {
position:absolute;
height:864px;
width:144px;
top:0;
left:0;
}
