@charset "UTF-8";
body {
	background-color: #C00;
	background-image: url(images/brainBG.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#nav {
	text-align: right;
	float: left;
	width: 131px;
	padding-top: 7px;
}
#banner {
	text-align: center;
	float: left;
	width: 617px;
	margin: 0px;
	padding-bottom: -3px;
}
#main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-image: url(images/main-middle.jpg);
	text-align: justify;
	float: left;
	width: 617px;
}
#maintop {
	background-image: url(images/main-top.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	float: left;
	height: 17px;
	width: 617px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#footer {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 617px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE;
	background-color: #000;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE;
	text-decoration: none;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE;
	text-decoration: none;
}
.footer {
	text-align: center;
}
.text {
	text-align: left;
	float: left;
	width: 585px;
	padding-left: 25px;
	padding-right: 15px;
	line-height: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
h4 {
	font-size: 18px;
	font-weight: bolder;
	line-height: 22px;
}
a:link {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #444;
}
a:active {
	text-decoration: underline;
	color: #444;
}
a:visited {
	text-decoration: underline;
	color: #444;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
hr {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
