body {
	margin: 0;
	padding : 0;
	background: #FFFFEE url(../demo/fvo/images/witgeelbackground.png) repeat center top;
	color: #000066;
	text-align: left;
}
			/*WRAP*/
#container {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font: 76%/1.8em "Trebuchet MS", "lucida sans", tahoma, sans-serif;
	background: #FFFFEE url(../demo/fvo/images/witgeelbackground.png) repeat center top;
	color: #000066;
}
			/*TOP BANNER*/
#banner {
	padding: 0;
	margin-bottom: 0;
	height: 130px;
	border-bottom:0px solid #fff;
	background: #FFFFEE url(../demo/fvo/images/PNG/BannerFVO.png);
	color: #FFFFFF;
}
			/*TOP NAVIGATION*/

#navbar ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 120%;
	text-align: right;
	border-bottom:0px solid #d8ebf3;
	background: #F19E09;
	color: #F19E76;
	height: auto;
}

#navbar a {
float:left;
width: 7 em;
height:30px;
text-decoration:none;
color:#000066;
background:#F19E09;
padding:0.5em 0.6em;
border-right:1px solid #000066;
}
#navbar a:hover {
background:#D8EBF3;
color: #000066;
}
#navbar li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
	padding: 1em;
	margin-left: 0px;
	font: 76%/1.8em "Trebuchet MS", "lucida sans", tahoma, sans-serif;
	font-size: 12px;
	color: #000066;
	margin-top: 0px;
	background: #FFFFEE url(../demo/fvo/images/witgeelbackground.png) repeat center top;
}
			/*SIDEBAR*/
#sidebar {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #000066;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #DA7910;
}
			/*FOOTER*/
#footer {
	clear: both;
	width:1095px;
	padding: 3px;
	margin: auto;
	font-size: 0.8em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f19e09;
	color: #000;
	right: 300px;
	top: auto;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #DA7910;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #FF0000; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
color :   #F19E09;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #F19E09;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
color :  #F19E09;
}
h4 {
	margin: 0;
	padding: 4px 0;
	font-size: 130%;
	letter-spacing: 3px;
	background : inherit;
	color :   #F19E09;
}
h5 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 130%;
	letter-spacing: normal;
	background : inherit;
	color :   #F19E09;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 22px;
letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(../demo/CSS/images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(../demo/CSS/images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(../demo/CSS/images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}

