body {
   background: #F7F7F6 url(images/background.gif) repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
}

h1 {
	 font: 24px Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	 color : #FFEA00;
   letter-spacing: 1px;
   padding-left: 20px;
	 padding-top: 10px;
}

#contentheader {
	background-image: url("images/header_background.jpg");
}

#navcontainer {
        width: 280px;           
}
		
#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    text-indent: 10;
    font: bold 10px/30px Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
		padding-bottom: 1;
}

#navcontainer li {
        padding-top: 1;
       	
       }

#navcontainer a {
        display: block;
        width: 280px;
        height: 30px;
}

#navcontainer a:link, #navcontainer a:visited {
        background: url(images/nav_off.gif);
        background-position: 50% .4em;
		color: #000000;
        text-decoration: none;
}

#navcontainer a:hover {
        background: url(images/nav_on.gif);
        background-position: 50%;
				color: #ffffff;
        text-decoration: none;
}

#navcontainer li a#current {
        background: url(images/nav_current.gif);
        color: #183F66;
        text-decoration: none;
}

#content_container {
	width: 450px;
	margin-top: 20px;
	margin-left: 22px;
	text-align: left;
	font: 11px/20px Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
	
}
.navbottback {
	background-color: #A9C9CF;
}