
#bodybox {
   width:85%;
   margin-right:10%;
   margin-left:5%;

}


#sidebox {
  float:left;
  width:25%;
} 

#topbox {
  float:left;
  width: 100%;
  text-align:center;
} 

#mainbox {
  float:left;
  width:65%;
  padding-left:10%;
}


#footbox {
   float:left;
   clear:both;
   width: 100%;
   padding-top:2em;
}

#foot1 {
	float:left;
	width: 30%;
}

#foot2 {
	float:left;
	width: 40%;
       
     text-align: center;
}


#foot3 {
	float:left;
	width: 30%;
      text-align: right;
}

h1,h2,h3,h4 { 
   color:red; 
   font-family: verdana,arial,sans-serif;
}

p,ul,ol { 
   font-size: 80%; 
   font-family: verdana,arial,sans-serif;
}

a:link { text-decoration:none; }
a:hover {color:red; }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }
