html, body {
height: 100%; /* Required */
}

body {
	margin : 0;
	padding : 0;
	font : 80% Century Gothic, Arial;
	line-height : 1.8em;
	color : #666;
	background-color: #B8D9E8;
	background-position: top;
}
			/*CONTAINER*/
#container {
	position: relative;
	width : 880px;
	margin : 0 auto;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}
* html #container {
height: 100%;
}
			/*BANNER*/
#banner {
	height : 250px;
	padding : 0;
	margin-top : 0;
	color : #666;
	background-color: #0078ae;
	background-image: url(img/banner5.jpg);
	background-repeat: no-repeat;
	border-left-color: #333333;
	border-left-style: solid;
	border-left: 1px;
}
#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 : #000066;
	background : inherit;
}
			/*TOP NAVIGATION*/
#navlist {
	padding : 0.5em 0;
	margin : 0 0 0 0;
	text-align : left;
	letter-spacing : 1px;
	background : #0078ae;
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
	padding : 0.5em 0.5em;
	margin: 0;
	color : #000;
	background : #0078ae;
	text-decoration : none;
}
#navlist li a:link,#navlist li a:visited {
	color : #000;
	background : #0078ae;
}
#navlist li a:hover {
color : yellow;
background : transparent url(img/menu_arrow.gif) bottom center no-repeat;
}
#navlist li a#current {
color :  #fff;
background : transparent url(img/menu_arrow.gif) bottom center no-repeat;
}
			/*MAIN CONTENT*/
#content {
	padding : 10px 10px 10px 10px;
	margin-left : 20px;
	margin-bottom : 10px;
	color : #333333;
	background : #fff;
	margin-right: 200px;
}
#content h2 {
	margin : 0 0 0 0;
	font : 160% verdana, "Trebuchet MS", arial, tahoma, sans-serif;
	padding : 5px;
	text-transform : uppercase;
	letter-spacing : 5px;
	color : #000066;
	background : inherit;
	font-family: Arial, Helvetica, sans-serif;
}
			/*SIDEBAR*/
#sidebar {
	float : left;
	width : 180px;
	border-right : 1px solid #eee;
	color : #666;
}
#sidebar a {
color : #333;
background : inherit;
}
#sidebar a:hover {
color : #B29B35;
background : inherit;
}
.navlist ul li {
	margin : 0 15px 0 0;
	padding : 0;
	list-style-type : square;
	color : #0078AD;
	background : inherit;
}
			/*FOOTER*/
#footer {
	clear:both;
	position: absolute;
	bottom: 0;
	width: 750px;
	background: #eee;
} 
#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 0 0;
}
			/*TYPOGRAPHY*/

			/*CLASSES*/
.info {
	color : #BC5510;
}
.post {
	padding : 15px;
	margin : 0px 10px 10px 5px;
	border : 1px solid;
	font-size : 85%;
	color: #999999;
	background : #fff;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.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;
} 
#container2 {
	position: inherit;
	width : 880px;
	padding-bottom: 0px;
	color: #FFFFFF;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#sidebar_RIGHT {
	float : right;
	width : 180px;
	margin : 0 0 0 0;
	color : #666;
	background-repeat: no-repeat;
	height: 400px;
}
#content2 {
	font : 80% Century Gothic, Arial;
	line-height : 1.8em;
	color : #333;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#footer2 {
	clear:both;
	bottom: 0px;
	width: 750px;
	font-family: "Century Gothic", Arial;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 85%;
	margin-left: 50px;
}
#BC5510