html , body{ height: 100%; }
body {
	background: #444;
	color: #fff;
	font: 12px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

	a img { border: 0; }
	.clearfix { overflow: hidden; width: 100%; }

	#wrapper {
		background: #fff;
		width: 900px;
		margin: 0 auto;
		color: #444;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		padding: 20px;
	}
	
	#logo { 
		background: url(images/shadow.jpg) bottom center no-repeat;
		text-align: center; 
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
	
	#sidebar, #right_sidebar {
		width: 200px;
		float: left;
	}
	#right_sidebar { float: right; }
	#menu ul {
		list-style: none; 
		padding: 0;
		margin: 0;
		font-size: 11px;
	}
	#menu ul li { margin: 1px 0; font-weight: bold; }
	#menu ul li ul { margin-bottom: 10px; }
	#menu ul li ul li { font-weight: normal; }  
	#menu ul li a { color: #444; text-decoration: none; }
	#menu ul li a:hover, #menu ul li.current a { text-decoration: underline; }
	
	#content {
		margin: 0 20px;
		width: 460px;
		float: left; 
	}
	
	h1, h2, h3 {
		color: #8a0c28;
		margin: 5px 0;
		padding: 0;
		font-size: 21px;
		font-weight: normal;
	}
	h2 { font-size: 18px; }
	h3 { font-size: 16px; }
	
	a:link, a:visited, a:active {
		color: #000;
	}
	a:hover  { text-decoration: none; }
