body { 
    background-image: url('../global/brain_strip_mirror.jpg'); 
    /*background-size: 320px 1000px;*/
    /*background-color: #8ab;*/
    font-family: "Verdana", "Calibri", sans-serif; 
    font-size: 90%;
    /*color: #F6D861;*/
    color: white;
}

#center_container {
	margin: 0 auto;
	width: 800px;
	padding-top: 10px;
} 
#banner {
	border: 1px solid #ddd;
	height: 140px;
	width: 800px;
	position: relative;
}

a,a:link,a:hover,a:visited { color: white; text-decoration:underline; }

#main {
	position: relative;
	top: 20px;
	width: 800px;
	background-color: #036;
	border: solid 1px #ddd;
}

/*--- menu system ---*/
.menu {
	/*background-color:#113;*/
	background-color:#ddd;
}
table.menu a {
	/*width:88px;*/
	display: block;
	/*border: 1px solid #F6D861;*/
}
div.menu a {
color: #113;
background: #ddd;
font-weight: bold;
text-align: center;
text-decoration:none;
padding: 8px 4px;
font-size: 14px;
}
div.menu a:link {
color:#113;
/*background: #660099;*/
}
div.menu a:hover {
color: #113;
background:white;
/*border: 1px solid #003366;*/
}
/*--- end menu system ---*/

#main_content {
	padding: 20px 40px;
}
h1 {
	font-weight: bold;
	font-size: x-large;
}
h2 {
	font-weight: bold;
	font-size: large;
	/*text-decoration: underline;*/
}
h3 {
	font-weight: bold;
	font-size: large;
}
h4 {
	font-weight: bold;
	font-size: medium;
}

