@charset "utf-8";
#bleft {
	float: left;
}
#bright {
	float: right;
}
body {
	margin: 0px;
	padding: 0px;
	background: #666666;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000033;
}

#header {
	height: 150px;
	background: #990000;
	width: 840px;
	text-align: center;
	padding-top: 20px;
	z-index: -1;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	padding-bottom: 30px;
}
#head {
	height: 200px;
	width: 100%;
	clear: both;
}
#footer {
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	right: auto;
}
#bbleft {
	float: left;
}
#bbright {
	float: right;
}
#bbottom {
	width: 840px;
	background: #990000;
	height: 20px;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin: 0px;
	padding: 0px;
	color: #000033;
}
#background {
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background: #990000;
	padding-top: 5px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #CC9933;
}
#bottom {
	height: 10px;
	width: 800px;
	background: #CC9933;
}
#nav {
	height: 25px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 180px;
}
.btn {
	background: url(base/tab2.jpg) no-repeat;
	height: 25px;
	width: 100px;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
#btext {
	margin-top: 10px;
}

#nav a {
	height: 25px;
	width: 100px;
	display: block;
	text-decoration: none;
	color: #000033;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 0px;
}
#text {
	border: 2px solid #990000;
	padding: 10px;
}
#content {
	width: 780px;
	padding: 10px;
}

#space {
	height: 10px;
}
#nav a:hover {
	background: url(base/tab3.jpg);
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}
h5 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}



ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
