body {
	background: #eefaff url(/images/bg.gif) repeat-x;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
input,
fieldset,
textarea {
	border: 1px solid #666666;
}
hr {
	color: #666666;
}
input {
	margin-bottom: 10px;
}
input.check {
	vertical-align: middle;
}
#container {
	background: #FFFFFF url(/images/container-bg.jpg) no-repeat;
	width: 905px;
	height: 711px;
	margin: 0 auto;
}
#left {
	float: left;
	width: 510px;
}
#menu {
	float: left;
}
#menu ul {
	float: left;
	list-style: none;
	margin-top: 24px;
}
#menu li {
	float: left;
	padding: 5px 10px;
	height: 18px;
	text-align: center;
}
#menu a {
	text-decoration: none;
	color: #6F6F6F;
}
#menu .active {
	background: url(/images/menu-bg.gif) no-repeat;
	width: 90px;
	color: #FFFFFF;
}
#content {
	float: left;
	margin: 20px 0 0 60px;
	padding-right: 30px;
	width: 400px;
	height: 450px;
	overflow: auto;
}
#content h1 {
	font-size: 140%;
	color: #1272b5;
}
.list {
	float: left;
	width: 150px;
}
.title {
	list-style: none;
	font-size: 120%;
	color: #1272b5;
	padding: 0 0 10px 0;
	margin-left:-15px;
}
#right {
	float: left;
	width: 395px;
}
#logo {
	margin: 20px 0 0 40px;
}
#extra-content {
	margin: 250px 70px 0 40px;
}
#footer-left {
	clear: both;
	margin-top: 40px;
	float: left;
	width: 45%;
	text-align: center;
	line-height: 1.5em;
	color: #FFFFFF;
}
#footer-right {
	margin-top: 40px;
	float: right;
	width: 45%;
	text-align: center;
	line-height: 1.5em;
	color: #FFFFFF;
}
.clear {
	clear: both;
}