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-color: #7f7f7f;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
			/*CONTAINER*/
#container {
position: relative;
min-height: 100%;
width : 750px;
margin : 0 auto;
padding-bottom: 30px;
}
* html #container {
height: 100%;
}
			/*BANNER*/
#banner {
	height : 159px;
	padding : 0;
	margin-top : 0;
	color : #666;
	background-color: #7dce27;
	background-image: url(img/spaat_header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
}
#banner h1 {
margin-top : 0;
padding : 5px 5px 0 0;
font : 170% verdana, "Trebuchet MS", arial, tahoma, sans-serif;
text-align : right;
letter-spacing : 5px;
color : #4B2207;
background : inherit;
}
			/*TOP NAVIGATION*/
#navlist {
	text-align : left;
	letter-spacing : 2px;
	background-color: #004F76;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
	padding : 0.5em 0.5em;
	margin: 0;
	color : #FFFFFF;
	text-decoration : none;
}
#navlist li a:link,#navlist li a:visited {
	color : #FFFFFF;
}
#navlist li a:hover {
	color : #A0C4DA;
	background : transparent url(img/menu_arrow.gif) bottom center no-repeat;
}
#navlist li a#current {
	color :  #A0C4DA;
	background : transparent url(img/menu_arrow.gif) bottom center no-repeat;
}
			/*MAIN CONTENT*/
#content {
	padding : 10px;
	margin-left : 200px;
	margin-bottom : 10px;
	color : #01547E;
	background : #fff;
}
#content h2 {
	margin : 0;
	text-transform : uppercase;
	letter-spacing : 3px;
	color : #666666;
	background : inherit;
	font-family: verdana, "Trebuchet MS", arial, tahoma, sans-serif;
	font-size: 115%;
}

#content h4 {
	margin : 0;
	text-transform : uppercase;
	letter-spacing : 1px;
	color : #666666;
	background : inherit;
	font-family: verdana, "Trebuchet MS", arial, tahoma, sans-serif;
	font-size: 115%;
}
			/*SIDEBAR*/
#sidebar {
float : left;
width : 180px;
margin : 0 10px 0 0;
padding : 10px;
border-right : 1px solid #eee;
color : #666;
}
#sidebar a {
	color : #01547E;
	background : inherit;
}
#sidebar a:hover {
	color : #3399FF;
	background : inherit;
}
#sidebar {
float : left;
width : 180px;
margin : 0 10px 0 0;
padding : 10px;
border-right : 1px solid #eee;
color : #666;
}
#sidebar a {
	color : #01547E;
	background : inherit;
}
#sidebar a:hover {
	color : #3399FF;
	background : inherit;
}
.navlist ul li {
	padding : 0;
	list-style-type : square;
	color : #666666;
	background : inherit;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
}
			/*FOOTER*/
#footer {
	clear:both;
	position: absolute;
	bottom: 0;
	width: 750px;
	border-top: 1px solid #eee;
	background-color: #01547E;
} 
#footer p {
margin-left: 5px;
}
			/*LINK PROPERTIES*/
a {
text-decoration : none;
color : #BC5510;
}
a:hover {
text-decoration : none;
color : #1E99EB;
}
a img {
border : 0;
}
			/*IMAGE PROPERTIES*/
.noborder {
float : left;
margin-right: 10px;
padding :0 10px;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #B29B35;
}
			/*CLASSES*/
.info {
color : #B29B35;
}
.post {
padding : 3px;
margin : 20px 10px 10px 5px;
border : 1px dashed #8a795d;
font-size : 80%;
color: #aaa;
background : #fff;
} 
.post .date { 
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
#clear {
	clear: both;
}
#sidebar h3 {
	color: #FFFFFF;
	padding: 3px;
	background-image: url(img/h3_bg.jpg);
	background-repeat: no-repeat;
}
#sidebar a {
	list-style-type: square;
}
