CSS - http://www.karelia.com/


a img { border: none; }

 /* General styles  */

.clear {
	clear: both;
	height: 0;
}

.hidden {
    display:none;
}


img.narrow {
	display: block;
 	clear:right;
    float: right;
}
img.wide {
	display: block;
 	clear:both;
	display: block;
}



html {
background: #999999;
}

body {
	font-size: 76%;
	margin: 0;
	background: #999999;
	font-family: Verdana, Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main-container {
    background: #b7b7b7;
	width:770px;
	border: 1px solid #000000;
	margin: 0 auto;
}

#page {
    margin: auto;
    width: 740px;
    background: #999999;
}

body.no-sidebar #page {
    background: white url(background_no_sidebar.jpg) repeat-y;
}

#page-top {
    margin:0;
    background: url(new_header_bkgd.jpg) no-repeat;

}



#sitemenu-container {
    background: url(header_bottom.jpg) no-repeat;
    clear: both;
    padding-top: 15px;
	
}

#logo {
	background: url(firstones.jpg) no-repeat top;
	height: 182px;
	margin-bottom: 0px;
	clear: both;

	}
#sitemenu {
    background: url(menubg.gif) no-repeat top;
    clear: both;
    height: 34px;
    padding: 0;
    margin-top: -12px;
	text-transform: uppercase;




}

#nav {
	width: 150px;
	margin-left: 10px;
	color:#000000; 
	float: left;
	}

#nav li{
	background: #84b5ce;
	border: 1px solid #000;
	margin-bottom: -1px;
	list-style: none;
	font-weight: bold;
	padding: 3px 5px 0 5px;
	float: right;
	width: 150px;
	font-size: 85%;
}
#nav li ul li{
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 0;
}
#nav li a{
	display: block;
	margin: -3px -5px 0 -5px;
	padding: 3px 5px;
	text-decoration: none;
	color: #000;
	width: 150px;
	text-align: left;
	padding-left: 5px;
}
#nav li ul li a{
	background: #EED574;
	text-align: left;
}
#nav li a:hover{
	background:#5896b6;

}
#sitemenu-content ul {
    text-align: center;
    padding:0;
    padding-top: 6px;
	margin: auto;
    height: 22px;
    overflow: hidden;
    line-height: 2em;


}


#sitemenu-content li {

    padding: 0;
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 1px;
    font: 1.1em Gill Sans, verdana, arial, helvetica, sans-serif;
}

#sitemenu-content a{
    text-decoration: none;
    color: black;
    padding: 2px;
}

#sitemenu-content li.currentPage span {
    color: black;
    padding: 2px;


}

#sitemenu-content a:hover, a:focus, a:active {
   
    padding: 2px;
    background: rgb(150, 150, 150);
    color: white;


}

#maintext {
	width: 550px;
	float: right;
	padding: 0px;

	}

p {
	font-family: Verdana, Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.bl {background: url(bl.gif) 0 100% no-repeat #ebebeb; width: 750px; margin:auto;margin-top:5px;}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
