body {
	background-color: #000000;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	background: #772d59;
	color: white;
	text-decoration: none;
} 
#container {
	margin: 0 auto;
	width: 800px;
	background: white;
	border: solid 1px #d8d8d8;
}
#header {
background: #9b4c7b;
	display: block;
	width: 800px;
}	

#header h1 {
padding-left: 6px;
	display: inline;
	color: white;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;

}
#menu ul {
	list-style:none;
	margin:0;
	width: 181px;
	background: #531c3d;
	padding: 0px;
	border-width: 0px 1px 1px 0px;
	border-color: #c1c1c1 #531c3d #c1c1c1 #c1c1c1;
	border-style: solid;
}
#menu ul .headline {
	padding: 4px;
	color: white;
	font-size: 18px;
	line-height: 22px;
}
#content {
	padding-top: 1px;
	margin: 4px 4px 0px 4px;
	
}
#content h1 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#content h2 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#content h3 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#content h4 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#content h5 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#content h6 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}