body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 74%;
	background: #22211F; 
	color: white; 
	margin: 0; 
	padding: 0;}

h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 110%;
	font-weight:bold;
	margin: 0; 
	color: #EEE;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	background: #22221f;
}

#sidebar {
	position: absolute; 
	top: 281px; 
	left: 0px; 
	width: 132px;
	background: #9C6891; 
	border-width: 0;
	font-size: 90%;
	color: #EEE;
}
#sidebar a {
	display: block; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-right: 3px; 
	padding-left: 3px;  
	text-align: left; 
	color: #000; 
	text-decoration: none;
}

#sidebar a:link {
	color: #000; 
	background: #9C6891; 
	padding-left: 15;
}
#sidebar a:visited {
	color: #000; 
	background: #9C6891;  
	padding-left: 15;
}

#sidebar a:hover {
	color: #000; 
	background: #A6779C;  
	padding-left: 15;
}

#swish {
	position: absolute; 
	top: 281; 
	left: 132; 
	background: #22211F; 
	padding: 0; 
}

#main {
	position: absolute;
	top: 281px;
	left: 189px;
	width: 523px;
	padding: 0;
	background: #22211F; 
	font-size: 90%;
	line-height:1.4em;

}

#footer {
	font-size: 65%;
}

hr.footer {
	color: #656462;
	background-color: #656462;
	height: 1px;
}
.content {
	font-size: 73%;
}
a.content {
	font-size: 100%;
	text-decoration: none;
	font-weight: 600;
	color: #B585AF;
}
a.content:link {
	font-size: 100%;
	color: #B585AF;
	font-weight: 600;
}
a.content:visited {
	color: #B585AF;
	}
a.content:hover {
	color: #FFF;
}
a.content:active {
color: #FFF;
}
