body {
	background:url(../images/bg-body.jpg) repeat-x top center #FFFFFF;	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:75%; /* Sets default font size to 10px */
	color:#222222;
}
* {
	margin:0;
	padding:0;
}
img { border:0; }
#wrapper {
 margin:0 auto;
 width:900px;
 background:#ffffff;
 font-size:1.20em;
}
a.current {
background: #FC6400;
}
a.section {
background: #979597;
}
#header {
	height:99px;
	background:url(../images/bg-header.jpg) no-repeat;
}
#header h1 {
	padding: 10px 0 0 55px;
	color:blue;
}
#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.png) repeat-x;
	padding:0 10px;
}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
}
#content {
	float:left;
	width:650px;
	min-height:400px;
	padding: 20px;
	overflow: hidden;
}
#footer {
	clear:both;
	height:15px;
}
#menu ul { list-style-type:none; }
#menu li { float:left; }
#sidebar ul {
	list-style-type:none;
	margin-top:10px;
}
#sidebar li { overflow: hidden; }
#sidebar-bottom {
	height:20px;
	background:url(../images/bg-sidebar-bottom.gif) no-repeat top center;
}
#footer-valid {
	float:left;
	padding-top:0px;
	padding-left:20px;
	cursor:default;
	color:#000000;
}
#feed {
	height:25px;
	width:126px;
	background:url(../images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
}
