<style>

body {
	margin: 10px 10px 0px 10px;
	padding: 0px;
     }

#title {
       margin-right: 0px;
       margin-left: 11em;
       }

#title a {
       float: left;
       font-size: 14px;
       font-family: arial;
       }

#leftmenu { top: 150px; float: left; z-index: 2; }
#bannerbox { top: 4px; height: 146px; }
#leftmenu, #bannerbox {
	    border-right: 2px solid #00ABFF;
	    padding: 4px;
	    width: 11em;
	    position: absolute;
	    text-align: center;
	    font-size: 14px;
	    font-family: arial;
	    }

#leftmenu a, #bannerbox a, #title a {
	     display: block;
	     padding: 8px 0 8px 0;
	     color: #00F;
	     background: #FFF;
	     text-decoration: none;
	     }
#leftmenu a:visited, #bannerbox a:visited, #title a:visited {
	     display: block;
	     color: #00F;
	     background: #FFF;
	     }
#leftmenu a:hover, #bannerbox a:hover, #title a:hover {
	     display: block;
	     color: #00F;
	     font-weight: bold;
	     }
#leftmenu a:active, #bannerbox a:active; #title a:active {
	     display: block;
	     color: #00F;
	     background: #FFF;
	     }

#maincontent {
	     border-top: 2px solid #00ABFF;
	       background: #FFF;
	       width: *;
	       margin-left: 4px;
	       margin-right: 4px;
	       padding: 4px;
	       top: 150px;
	       position: absolute;
	       font-family: arial;
	       padding-left: 11em;
	       z-index: 1;
	       }

#footer {
	bottom: 0;
	margin: 0;
	border-top: 2px solid #00ABFF;
	width: *;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	font-family: arial;
}

#footer a {color: #00F; text-decoration: none}
#footer a:visited {color: #00F; text-decoration: none}
#footer a:hover {color: #00F; text-decoration: underline}
#footer a:active {color: #F00; text-decoration: none}

#about {position: absolute; width=50%; text-align: left;}
#contact {width=50%; text-align: right;}

A:link {color: #00F; text-decoration: underline}
A:visited {color: #00008B; text-decoration: underline}
A:hover {color: #00F; text-decoration: none}
A:active {color: #F00; text-decoration: underline}

h1, h2, h3, h4, h5, h6 {color: #00F;}

P.special {color: black; font-weight: bold; text-align: center;
padding: 8px; background: #ADD8E6; }

</style>
