body {
margin:0; 
padding:0; 
width:850px; 
text-align:left; 
font-size:14px; 
font-family: verdana,Arial,Helvetica,sans-serif; 
background:#333; 
color:#fff;

}
table {
width:100%; 
height:100%;
}

#lcol img, #ccol img, #rcol img {
margin:2px; 
padding:2px,2px,2px,2px; 
}

h1,h2,h3,h4,h5,h6 {
padding:0;
margin:2px; 
font-family:Verdana,Arial,Helvetica,sans-serif;
}
h1 {font-size:1.75em; color:#FFFFCC; border-bottom:1px dotted #009900;}
h2 {font-size:1.5em; border-bottom:1px dotted #009900;}
h3 {font-size:1.25em; border-bottom:1px dotted #009900;}
h4 {font-size:1.15em; border-bottom:1px dotted #009900;}

ul {
margin:0;
padding-left:12px;
list-style:square;
color:#FFFF3C;  /*#009900*/
}  

li {margin:2px 0 2px 10px; color:#FFFFFF;}

a {
background:inherit; 
color:#FFFF3D; /*#009900*/
text-decoration:none; 
font-weight:bold;
}  

a:hover {
background:inherit; 
color:#00FF00; 
text-decoration:none; 
border-bottom:1px solid #00FF00; 
font-weight:bold;
}

#wrapper {border:2px solid #009900; width:850px;}
#lborder {width:14px; background-image:url(images/lborder.jpg); background-repeat:repeat-y;}

#navbar, #footer {
background:inherit; 
color:#009900; 
padding:5px; 
background-image:url(images/hfbak.jpg); 
background-repeat:repeat-x; 
background-position:top center; 
font-size:12px;
}

#navlinks {text-align:left; float:left; width:55%;}

#search {text-align:right; width:45%; float:right;}

#logo, #hdeco {
border-bottom:1px solid #777; 
border-top:1px solid #999; 
height:150px; 
background-image:url(images/headbak.jpg); 
background-repeat:repeat-x;
}

#logo {text-align:left;}

#hdeco {text-align:right;}

#main {
border-left:2px solid #009900; 
border-right:2px solid #009900; 
background:#000;}

#lcol, #ccol, #rcol {
width:33%; 
/*background-image:url(images/cback.jpg); 
background-repeat:no-repeat; 
background-position:bottom right; */
padding:5px; 
background-color:#333;
}

/* If you want to add a background hover effect to the left, center and right columns, uncomment the following line */
#lcol:hover, #ccol:hover, #rcol:hover {
width:33%; 
/*background-image:url(images/cbackhover.jpg); 
background-repeat:no-repeat; 
background-position:bottom right; */
padding:5px; 
background-color:#009900;
}


#footer {
text-align:center; 
border-top:1px solid #999; 
background-color:inherit; 
color:#999999;
}

#rborder {
width:14px; 
background-image:url(images/rborder.jpg); 
background-repeat:repeat-y;
}

