html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-color: #FFFFFF;
color: #000000;
text-align: center;
}

#wrapper {
width: 880px;
background-color:#FFFF99;
margin-left: 20px;
margin-right: 20px;
margin-right: 20px;
border: 2px solid #000000;  /* border around whole wrapper*/
text-align:left;
}

#banner {
height: 110px;
background-image: url(../images/gateways.gif);
background-repeat: no-repeat;
border-bottom: 1px solid #000000; /*border around top banner*/
}

#leftcol #nav ul { /*border around left side box*/
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 100%;
/*border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;*/
border-right: 1px solid #000000;
/*border-bottm: 1px solid #000000;*/
/*border-top: 1px solid #000000;*/
}

#leftcol #nav ul li {
padding: 0;
margin: 0; 
}

#leftcol #nav ul li a{
	background-color: #FFFF99;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 4px 6px 4px;
	text-decoration: none;
	height: 1%;
}


#leftcol #nav a:hover, #leftcol #nav a:focus {  /*border around hover buttons, when hovered*/
background-color: #000000;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

#nav ul {
padding: 0;
margin: 0;
background-color:#FFCC00;
border-bottom: 1px solid #000000; /*problem lines, seems to control left and top base line*/
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a {
font-size: 78%;
color: #FFFFFF;
background-color:#000000;
text-decoration: none;
padding: 0 20px 0 20px;
/*border-right: 1px solid #000000;   /*border around top navigation buttons*/
text-align: center;
width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus { /* top hover buttons*/
background-color: #FF9900; 
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}

#content{
margin-left:170px;
	width:570px;
	position: relative;
}

#content p{
	font-size: 80%;
	margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: 20px;
}

.clearit{
clear: both;
}

#footer{
border-top: 1px solid #000000;
background-color: #FF9900;
color: #FFFFFF;
clear: both;
/*margin-bottom:5px; /*problem line, bottom space*/
}

#footer p {
font-size: 70%;
margin:0;
padding: 3px;
}

#footer #nav ul { /*border around left side box*/
background-color: transparent;
font-size: 81%;
/*border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottm: 1px solid #000000;*/
}

#footer #nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#footer #nav ul li a{ /*borders around actual buttons*/
background-color: #FF9900;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
color: #000000;
padding: 0px 25 0px 25px;
text-decoration: none; 
height: 1%;
}


#footer #nav a:hover, #footer #nav a:focus {  /*border around hover buttons, when hovered*/
background-color: #000000;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
color: #fff;
}


#leftcol{
float: left;
margin-top: 0px;
margin-bottom: 0px;
	width: 150px;
	height: 445px;
		background-color: #FF9900;

	}

#content p.right{
float: right;
}

.container{
	width: 99%;
	float:right;
	position: absolute;
	}

#middle #nav ul li {
padding: 0;
margin-left: 0px; 
font-size: 80%;
}

#middle #nav ul li a {
padding: 0;
margin-left: 0px; 
font-size: 80%;
}

#middle #content{
	margin-left:170px;
	width:570px;
	position: relative;
}

#middle #content p{
	font-size: 90%;
	margin: 0px;
}
