﻿html, body {
height: 100%; /* Required */
}
body {
margin : 0;
padding : 0;
font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
line-height : 1.8em;
color : #666;
background : #00206a url(images/wood.jpg);
}
			/*CONTAINER*/
#container {
position: relative;
background : #204e65;
min-height: 100%;
width : 800px;
margin : 0 auto;
padding-bottom: 30px;
border: thick maroon solid;
}
* html #container {
height: 100%;
}
			/*BANNER*/
#banner {
height : 150px;
padding : 5;
margin-top : 5px;
color : #666;
background : #204e65 url(images/newlogo.jpg) no-repeat center;
}

			/*TOP NAVIGATION*/
#navlist {
padding : 0.5em 0;
margin : 0 0 20px 0;
text-align : left;
letter-spacing : 5px;
background : #204e65;
}

			/*MAIN CONTENT*/
#content {
padding : 10px;
margin-top: 10px;
margin-left : 200px;
margin-right:  10px;
margin-bottom: 10px;
color : #666;
background : #e2d79e;
border: THIN maroon solid;
}
			/*SIDEBAR*/
#sidebar {
float : left;
width : 180px;
margin : 10px;
color : #606127;
background : #e2d79e;
list-style-type: square;
border: THIN maroon solid;

}

.navlist ul li {
margin : 0 15px 0 0;
padding : 0;
list-style-type: square;
color : #204e65;
background : inherit;
}
			/*FOOTER*/
#footer {
position: center;
bottom: 0;
width: 750px;
border-top: 1px solid #eee;
background: #e2d79e.0;
} 
			/*LINK PROPERTIES*/
a {
text-decoration : none;
color : #00206a;
}
a:hover {
text-decoration : bold;
color : #8A1406;
}
a images {
border : 0;
}
			/*IMAGE PROPERTIES*/
.noborder {
float : left;
margin-right: 10px;
padding :0 10px;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #B29B35;
}
	