body {
	margin:0;
	padding:0;
	color:#303030;
	/*background:#fafafa url(../images/bodybg.gif) top left repeat-y;*/
	background-color: #fff;
	font:76% Verdana, Tahoma, sans-serif;
}
ul {
	list-style:circle;
	margin:15px 0 20px 0;
	font-size:0.9em;
}
li {
	margin:0 0 8px 25px;
}
img {
	float:left;
	margin:1px 15px 1px 0;
	padding:1px;
	background:#ffffff;
	border:0px solid #d0d0d0;
}
#sidebar {
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height: 100%;
	overflow: hidden;
	background:#e0e0e0 url(../images/sidebarbg.gif) top right repeat-y;
	text-align:right;
}
body > #sidebar {
	position:fixed;
}
#content {
	width: 800px;
	margin:0 0 0 240px;
	padding:20px 0;
	background:#fff;
}

h1#logo
{

	height: 31px;
	width: 210px;
	margin: 0 0 10px 10px;
	background:#e0e0e0 url(../images/buldecor-logo.png) top right no-repeat;

}

h1#logo span
{
	display: none;
}

#content hr
{
	clear: both;
	width: 100%;
}
