* {
   padding:0;
   margin:0;
}

html,body {height: 100%;}

body {background: url(images/bg.gif);
	margin			: 0;
	padding			: 0;
	text-align			: center;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:100%;
}

/* the bg image provides the blue bar*/
#bg {
background : url(images/bg.jpg) repeat-y 50% 0%;
width:700px;
margin:0 auto;
}

#container {
	width:700px;
	background:transparent;
margin:0 auto;
}

/*this controls the top bar*/
#top {
	background : url(images/top.jpg);
	width:700px;
	height:45px;
	text-align:left;
	padding-left:90px;
	padding-top:10px;
 	voice-family: "\"}\"";
    	voice-family: inherit;
    	width: 610px;
}	

html>body #top {
  width:610px;
}

/*this is the left content*/
#content_one {
	margin-top:20px;
	margin-left:15px;
	height: 410px;
	width:300px;
	float:left;
	font-size:14px;
	color:#3300FF;
}

#content_one p{
	text-align:center;
	padding:10px;
}

/*this is the right content*/
#content_two {
	margin-top:12px;
	margin-left:30px;
	height:20px;
	width:220px;
	float:left;
	font-size:13px;
	color:#660000;
}

#content_two p{
	text-align:right;
	padding:0px;
}

/*this is the right content*/
#content_three {
	margin-top:50px;
	margin-left:45px;
	height:370px;
	width:200px;
	float:left;
	font-size:13px;
	color:#660000;
}

#content_three p{
	text-align:right;
	padding:0px;
}

/*this formats the logo text*/
#headertext_one {
padding-left:10px;
font-size:35px;
color:#00CCCC;
}

#headertext_two {
font-size:35px;
padding-left:10px;
color:#262C62;
}

/*this is the blue bar*/
#sidebar {
	width:130px;
	float:left;
}

/*navigation is here*/
#navcontainer { 
	width: 130px;
	float:left;
}

#navcontainer ul
{
	border-top:1px solid #0099AC;
	margin-left: 0;
	text-align: left;
	margin-top: 320px;
	padding-left: 0;
	list-style-type: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li
{	border-bottom: 1px solid #0099AC;
}
 
#navcontainer a
{
	display: block;
	padding: 8px 0px 3px 10px;
	width: 120px;
	height:20px;
	background: transparent;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #006688;
	color: #fff;
	font-weight:bold;
}

/*footer, obviously*/
#footer {
	background: url(images/footer.jpg);
	width:700px;
	height:40px;
	clear:both;
	margin:0;
	font-size:11px;
	text-align:center;
	padding-top:5px;
	color:#262C62;
}

/* 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;
}
