body {
  background-color: black;
}


#container {

width: 100%;
margin: 0 auto;

}

#header {

width: 100%;
height: 50px;
position: relative;
background-image: url("http://www.drvirgilbrown.com/bg/plantswave.jpg"); 
background-repeat: repeat-x;

}

h2  {
top: 30px;
position: relative;
font-size: 30px;
color: #cc0000;
padding: 10px;
font-family: Verdana;
text-align: center 

}

#header a  {

color: black;
text-decoration: underline;
font-weight: bold;
font-family: verdana;
font-size: 14px;

}

#header a:visited {

color: #000000;
text-decoration: underline;
font-weight: bold;

}

#header a:hover {

color: #cc0000;
text-decoration: none;
font-weight: bold;

}


.HorizLinks  {

position: absolute; top: 77px; left: 100px; 

}

.HorizLinks ul { 

margin: 0px; 

}

.HorizLinks li {

margin: 0px 15px 0px 0px;
list-style-type: none;
display: inline;
	
}


#horizontalnav  {

width: 100%;
height: 30px;
position: relative;
background-color: #F2D6AF;
border-bottom: 2px solid #000000;

}

.navlinks  {

position: absolute; top: 4px; left: 100px; 

}

.navlinks ul { 

margin: auto;

}

.navlinks li {

margin: 0px 5px 0px 0px;
list-style-type: none;
display: inline;
	
}

.navlinks li a {

color: black;
padding: 5px 12px 7px;
text-decoration: none;
font-size: 16px;
font-family: Verdana;

}

.navlinks li a:hover{

color: red;
background-image: url(images/BGhover.jpg);
 /*If you want to use a color for the background instead replace above line with background-color: [insert color here with # sign in front];*/
text-decoration: underline;


}


#header p  {

color: #ffcc66;
font-size:15px;
font-family: Arial;
font-weight: bold;

}



#leftnav {

Float: left;
width: 175px;
height: 700px;
background-color: #000000;
background-image: url("http://www.drvirgilbrown.com/art/revvirgilbrown634.jpg");
background-repeat: repeat-x;
color: orangered;
font-size:14px;
font-family: arial;
font-weight: bold;
border-right: 2px dotted #000099;



}



#rightnav {

float: right;
width: 175px;
height: 700px;
background-color: #000000;
background-image: url("http://www.drvirgilbrown.com/art/1bike.jpg");
background-repeat: repeat-x;
color: orangered;
text-align:center;
font-size:14px;
font-family: arial;
font-weight: bold;
border-left: 1px dashed #000099;

}


#body  {

position: relative;
text-align: center
margin: auto;
width: 600px;
padding: 5px 0px 0px 5px;

}




h4 {

font-size: 16px;
text-align:center;
padding: 10px;
font-family: Verdana;
color:#800000;

}


h3,h5 {
font-size: 14px;
text-align:center;
padding: 10px;
font-family: Verdana;
color: #000000;

}

#footer {

clear: both;
text-align:center;
font-size:14px;
font-family: arial;
font-weight: bold;
background-color: #F2D6AF;

}


.box  {

position: relative;
text-align: center;
left: 250px;
width:300px;
padding: 5px 0px 0px 5px;
border:10px solid #F2D6AF;
margin:0px;
letter-spacing: 3px; 

}

h4 {
font-size: 16px;
text-align:center;
padding: 10px;
font-family: Verdana;
color:#800000;

}

</div>