body {
margin: 0;
padding : 0;
background: #25374a url(images/bg.jpg) center repeat;
color: #231f20;
}
			/*WRAP*/
#container {
width: 855px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 80%;
line-height: 1em;
background: transparent;
color: #231f20;
}
			/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 160px;
border-bottom:3px solid #fff;
background: #fff url(images/topimage.jpg);
color: #000;
}
			/*TOP NAVIGATION*/
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 85%;
font: Georgia, serif;
font-weight:bold;
text-align: center;
border-bottom:3px solid #fff;
background: #5c7795;
color: #000;
line-height: 1.3em;
}
#navbar a {
float:left;
width:8em;
height:35px;
color:#231f20;
background:#5c7795;
padding:.4em;
border-right:0px solid #fff;
}
#navbar a:hover {
background:#25374a;
text-decoration: none;
color: #fff;
}
#navbar li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
padding: .5em;
margin-left: 200px;
font:Arial, Helvetica, sans-serif;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 175px;
margin: 0;
padding: 0 1em 0 1em;
line-height: 1.8em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
font-weight:bold;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
font-weight:bold;
}
#sidebar ul li a {
display: block;
color: #231f20;
background: inherit;
font-weight:bold;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
font-weight:bold;
background: #231f20;
color: #fff;
}
			/*FOOTER*/
#footer {
clear: both;
width:750px;
padding: 5px;
margin: 0;
font-size: 0.8em;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #25374a;
color: #fff;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
font-weight:bold;
background : inherit;
color : #25374a;
}
a:hover {
text-decoration : none;
font-weight:bold;
background : inherit;
color :  #25374a; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 5px 0 0 20px;
font-size: 140%;
letter-spacing: 1px;
color: #8b5e3b;
font:Georgia, "Times New Roman", Times, serif
}

h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 2px;
background : transparent;
color :   #8b5e3b;
font: Georgia, serif;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 1px;
background : inherit;
color :  #8b5e3b;
font: Georgia, serif;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #25374a;
font: Georgia, serif;
}
