body {
	background-image: url('../images/rhl_background.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	}

pre {
	color: #900;
	font-size: small;
	}

#sidebar {
	position: absolute;
	width: 200px;
	left: 10px;
	}

#all_content {
	width: 950px;
	margin: 0 auto;
}

#content {
	padding: 0 0 20px 0;
	}

#footer {
	padding-left: 220px;
	}

#page_title {
	background: #333;
	padding: 3px;
	color: #FFF;
	}

#header {
	background-image: url('../images/header_background.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 180px;
	}

a {
	color: #fe6600;
	}

a:hover {
	color: #1a1f1c;
	}

hr {
	display: none;
	}