body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: white;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
}
html {
	margin-bottom: 10px;
}
form {
	padding: 0;
	margin: 0;
}
#site {
	width: 750px;
	margin: 0px auto; 
}
#container {
	padding: 5px;
	width: 100%;
	height: 100%;
}
#navbar {
	width: 5%;
}
#header-right {
	text-align: right;
	width: 200px;
	padding-top: 65px;
	padding-right: 0px;
	float: left;
}
#header-left {
	text-align: left;
	height: 100px;
	width: 540px;
	padding-bottom: 10px;
	float: left;
}
* html #header-left {
	padding-bottom: 0px;
}
.heading {
	color: #f0a633;
	font-weight: bold;
	font-size: 12px;
}
.text {
	font-size: 12px;
}
#content {
	width: 740px;
	border: 1px solid #834901;
	float: left;
	height: 430px; 
}
#content-text {
	padding: 10px;
	float: right;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	font-size: 12px;
	height: 395px; 
	width: 95%;
}
#content-wrap {
	height: 395px;
	width: 100%;
	padding-right: 3px;
	overflow: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#children {
	float: left;
	color: #f0a633;
	width: 730px;
	padding: 5px;
	text-align: right;
	background-color: #000000;
	border: 1px solid #834901;
	text-align: left;
}
#children a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bolder;
}
#children a:hover {
	text-decoration: underline;
}
#footer {
	float: left;
	width: 730px;
	text-align: right;
	background-color: #834901;
	padding-right: 10px;
	border: 1px solid #834901;
}
