body{
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;}

body > #sidebar{
	position: fixed;}

#sidebar{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555555;
	border-right: 2px solid #000000;}

#logo{
	width: 200px;
	height: 200px;
	background-color: #444;}


.menu{
	width: 200px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 100%;
	color: #333;}

* html .menu{w\idth: 167px;} /*IE 6 only */ 

.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;}

.menu li {
	border-bottom: 1px dashed #333333;
	margin: 0;}

.menu li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #555555;
	color: #fff;
	text-decoration: none;
	width: 100%;}

html>body .menu li a{width: auto;} /*Non IE6 width*/

.menu li a:hover{
	border-left: 10px solid #222222;
	background-color: #666666;
	color: #fff;}

.active{
background-color: #666666;
color: #fff;}

.menu li.active a{
border-left: 10px solid #222222;
color: #fff;
}

#content{
	width: 540px;
	margin-left: 200px;
	padding: 20px;}

#content h1.line, h2.line, h3.line, h4.line, h5.line, h6.line{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;}
	
#content h1.right, h2.right, h3.right, h4.right, h5.right, h6.right{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	text-align: right;}
	
#content h1.center, h2.center, h3.center, h4.center, h5.center, h6.center{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	text-align: center;}

blockquote{
	background-color: #d0d0d0;
	border-left: 5px solid #555555;
	padding-left: 15px;}
	
img{
	border: 0px;}

.imgleft{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear:both;}
	
.imgcenter{
	display: block;
    margin-left: auto;
    margin-right: auto;}
	
.imgright{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:both;}

a:active, a:visited, a:link{
	color: #5E8E3E;
	text-decoration: underline;}

a:hover{
	color: #000000;
	text-decoration: none;}

#footer{
	margin: 0 auto;
	width: 540px;}