body {
	background:url(../images/bg-2.jpg)  top #E8F7F9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
}
* {
	margin:0;
	padding:0;
}
img { border:0; }
#wrapper {
 margin:0 auto;
 width:800px;
 background:#ffffff;
 font-size:1.20em;
}
#header {
	height:120px;
	background:url(../images/header.jpg) no-repeat;
}
#header h1 {
	padding: 50px 0 0 30px;
}
#menu {
	height:28px;
	line-height:35px;
	background:url(../images/navi.png) repeat-x;
	padding:0 10px;
}
#sidebar {
	float:right;
	width:180px;
	background:url(../images/bg-sidebar.gif);
	margin-right:1px;
}
#content {
	float:left;
	width:550px;
	min-height:400px;
	padding: 20px;
	overflow: hidden;
}
#footer {
	clear:both;
	width:800px;
	height:100px;
	background:url(../images/bg-footer-2.jpg) no-repeat;
}
#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-2.gif) no-repeat top center;
}
#footer-valid {
	float:left;
	padding-top:65px;
	padding-left:220px;
	cursor:default;
	color:#4f4848;
}
#feed {
	height:25px;
	width:160px;
	background:url(../images/bg-feed-2.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
}
