body {
	color: #5e5e5e;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	background: #e5e5e5 url('images/bg.jpg') repeat 0px 0px;
}
a:link, a:visited, a:active {
	color: #6f6464;
	text-decoration: none;
	font-size: .9em;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
#header a {
	color: #fff;
}
img {
	border: none;
}
#mainContainer {
	background-color: #e5e5e5;
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	border: 1px #333 solid;
}
#header {
	width: 750px;
	height: 115px;
	background: transparent url('images/header.jpg') no-repeat 0px 0px;
	position: relative;
}
#mainContent {
	margin: 0px;
	padding: 15px;
}
#login {
	position: absolute;
	top: 5px;
	right: 5px;
}
#buttons {
	width: 750px;
	height: 37px;
	background: transparent url('images/buttons.jpg') no-repeat 0px 0px;
	padding: 11px 0px 0px 0px;
}
#buttons a {
	color: #fff;
}
#buttons ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#buttons ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
}
li#one {
	padding: 0px 125px 0px 80px;
}
li#two {
	padding: 0px 125px 0px 80px;
}
li#three {
	padding: 0px 0px 0px 80px;
}
#footer {
	background-color: #6f6464;
	color: #fff;
	text-align: right;
	font-size: .7em;
}
label {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.red {
	font-size: .8em;
	color: red;
}
#fillContent {
	float: left;
	height: 300px;
	width: 10px;
}
#contentContent {
	float: left;
	font-size: .8em;
	width: 705px;
}
#contentContent p {
	line-height: 18px;
}
#contentContent a {
	color: #758db2;
}
.clearboth {
	clear: both;
}