	
html {
		background:#000;
}

	body {
		background:#fff;
margin: 0 auto;
		padding:0px;
        width: 770px;
border: 3px solid darkgreen;
color: darkblue;
font: 11px tahoma, sans-serif;
		}
	
	#leftcontent {
		width:120px;

float: left;
		}

	#centercontent {
width: 600px;
margin-left: 20px;
background: #E3E9E3;

float: left;
		}

	#rightcontent {
		width:120px;
		background:#fff;
		border:1px solid #000;
float: right;
		}
	
	#banner {
		background:#fff url(header.jpg);
		height:80px;
padding: 65px 0 0 0;
		}
		

#banner a {
color: #fff;
}

	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:32px;
		padding-top:10px;
		}
		

	#rightcontent p {
		font-size:10px
		}

#footer {
clear: both;
text-align: center;
}
	
a {
color: darkgreen;
text-decoration: none;
}

a:hover {
color: green;
}


.menubottle {
width: 120px;
}

.items a {
color: #002D98;

padding: 2px 0 2px 4px;
margin: 0 0 0 0;
display: block;
font: bolder 12px  tahoma, arial, sans-serif ;
border: 0 0 #;
text-decoration: none;
text-align: left;
}

.items a:visited {
color: #002D98;

}

.items a:hover {

color: #CD8400;
text-decoration: none;
}




#navcontainer
{
background: #f0e7d7 url(bg.gif);
margin: 0 auto;
padding: 0;
font: 11px arial;
text-align: center;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 770px;
font-size: 1em;
}

ul#navlist li
{
display: block;
float: left;
width: 144px;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 4px;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #fff;
text-decoration: none;
background: #f0e7d7 url(bg.gif);
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #fff;
background: #f0e7d7 url(bg1.gif);
border-color: #aaab9c #fff #fff #ccc;
}

#left {
background: #fff;
}


.menubottle {
width: 125px;
}

.items a:link {
color: #DBE2B7;
background: green url(http://fisherperson.com/bg.gif);
padding: 3px 0 3px 4px;
margin: 1px 0 0 0;
display: block;
font: bold 12px georgia, tahoma, sans-serif;
border: 1px solid darkblue;
text-decoration: none;
text-align: left;
}

.items a:visited {
color: #DBE2B7;
background: green url(http://fisherperson.com/bg.gif);
font: bold 12px georgia, tahoma, sans-serif;
}

.items a:active {
color: #DBE2B7;
background: green url(http://fisherperson.com/bg.gif);
font: bold 12px georgia, tahoma, sans-serif;
}

.items a:hover {
background: green url(http://fisherperson.com/bg.gif);
font: bold 12px georgia, tahoma, sans-serif;
color: #fff;
text-decoration: none;
}

