@charset "utf-8";
body {
	background:#000000;
}

/* CSS Document */

html, body {
	margin-top: 0;
	padding: 0;
}

body {
	font-family: Calibri;
	font-size: 12px;
	color: #666666;
	background: #000000;
	position: absolute;
}

.hidden {
	display: none;
}

#page-container {
	width: 800px;
	margin: auto;
}

#main-nav {
	height: 23px;
	background: #000000;
}

#header {
	margin-top: 5px;
	border: 1px solid #ceb356;
	height: 172px;
	background: #000000
				url(../images/headers/headertable.png);
}

#bu-buttons {
	margin-top: 5px;
	background:#999999;
	height: 65px;
	border: 1px solid #ceb356;
	text-align:center;
}

#main-content {
	margin-top: 5px;
}

#main {
	margin-top: 0px;
	padding: 0px;
	background:#4c4b4b;
	background-image:url(../images/headers/mainback.png);
	background-repeat:repeat-x;
	border: 1px solid #ceb356;
	color:#000000;
	text-align:justify;
}

#main p {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 15px;
	text-align: justify;
	text-indent: 10px;
}

#main img {
	padding:2px;
	border: 1px solid #ceb356;
	background-color: #ceb356;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

#main h1 {
	text-align:center;
}

#main h3 {
	text-align:center;
}

#main h4 {
	line-height: 14px;
	font-weight:normal;
	text-align:center;
}

#sidebar {
	float:right;
	clear:both;
	width: 175px;
	background:#666666;
	background-image:url(../images/headers/sideback.png);
	background-repeat:repeat-x;
	border: 1px solid #ceb356;
	color: #000000;
	line-height: 10px;
}

#sidebar .padding {
	padding: 2px;
}

#sidebar h1 {
	font-family:Calibri;
	font-size:medium;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	height: 23px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #ceb356;
	background: url(../images/headers/footer.png);
	background-repeat: repeat-x;
	padding: 5px;
	text-align:center;
}
