html, body {
	background-color: #c86526;
	/*background-image: url(../img/background.png);*/
	font: 1em/1em Arial, sans-serif;
	margin: 0;
	text-align: center;
}
#wrap {
	/*background-image: url(../img/top_span.png);
	background-repeat: repeat-x;*/
	width: 100%;
	height: 500px;
	padding: 0;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
}
#content {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: auto;
	margin-top: 0;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: black;
	border-right-width: 1px;
	border-left-width: 1px;
	text-align: left;
	width: 800px;
	background-color: #d6d3de;
	padding: 0;
	position: relative;
	top: -16px;
}
#header {
	background-color: #674684;
	text-align: left;
	
	border-right-color: black;
	border-right-style: solid;
	
	border-left-style: solid;
	border-left-color: black;
	
	border-top-color: black;
	border-top-style: solid;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	width: 800px;
	
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer {
}
#sidebar {
	height: 100%;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
#main_bar {
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #fafbff;
	width: 569px;
	float: right;
	margin: 0;
	padding-top: 5px;
	height: 100%;
	min-height: 500px;
}


.clear_br {
	clear: both;
	height: 0px;
}
#sidebar p {
	font-size: 0.9em;
	margin-top: 15px;
}
a {
	color: #4e396c;
}
a:visited {
	color: #4e396c;
}
a:hover {
	background-color: #4e396c;
	color: #f3f4ff;
}
.name {
	color: white;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 1.4em;
	position: relative;
	left: 20px;
}

.sub_name {
	color: white;
	position: relative;
	left: 20px;
}
p {
	font-size: small;
}
