Code for "style.css" 
body { background-color: white; 
font-family: Verdana; 
font-size: 12px; 
color:brown; 
margin:0px; 
padding-bottom:20px; 
scrollbar-face-color:antiquewhite; 
scrollbar-highlight-color:red; 
scrollbar-3dlight-color:orange; 
scrollbar-darkshadow-color:brown; 
scrollbar-shadow-color:pink; 
scrollbar-arrow-color:red; 
scrollbar-track-color:ivory; 
} 
 
.header { height:70px; 
background:white; 
border:0; 
} 
 
#mainbody { margin-left:120px; 
padding-top:90px; 
padding-right:20px; 
padding-bottom:5px; 
padding-left:55px; 
background:white; 
border:0px solid brown; 
} 
 
#menu { position:absolute; 
top:181px; 
left:20px; 
width:165px;
height:400px; 
background:url(../assets/navnew.jpg) left top no-repeat;; 
border:0px  
text-align: center; 
} 
 
.menuitem { width:100px; 
font-size:10px; 
border:0px 
text-align: center;
font-color: white  
} 
 
.menuhead { left: 0px; 
width:95px; 
background:cornsilk ; 
color:brown; 
border:3px solid cornsilk ; 
text-align: center; 
font-weight:bold; 
font-size:10px;
font-color: white 
} 
 
.footer { width:100%; 
text-align:center; 
margin-top:25px; 
padding:1px; 
background:url(../assets/hr.gif) center no-repeat;; 
border:0px; 
} 
 
a:hover { font-size:14px; 
background-color:#EB7B00; 
color:brown} 
 
h1 { font-size:30px} 
 
h2 { font-size:24px} 
 
h3 { font-size:20px} 
 
p,h1,h2,h3 { margin: 10px 10px 10px 10px} 
 
.heading { font-family:Lucida Calligraphy; 
font-size:36px; 
background-color:yellow; 
color:brown; 
font-weight:bold; 
text-align: center} 
