/* CSS Document */

body {
	background-color: #336633;
	font-family: Arial, Helvetica, sans-serif;}
	
#wordmark {margin:3px 0 10px 5px; text-align:left;}
#wordmark img {border:0;}
	
.clear {
	clear: both;
	float: none;}
	
#container {
	width: 740px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #000;}

#header {
	width: 740px;
	height: 225px;
	margin: 0px auto;
	background: url(images/stem_logo.gif) top left no-repeat;}
	
#header h1 {
	color: #1b4913;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: italic;
	word-spacing: -1px;
	position: relative;
	top: 100px;
	left: 140px;}
	
#header h2 {
	color: #1b4913;
	font-size: 130%;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 100px;
	left: 140px;}
	
#content {
	width: 595px;
	float: right;
	position: relative;
	top: -70px;
	left: 0px;}
	
#content img {
	padding: 4px;
	border: 1px solid #000;}
	
#content img.index_photo {
	width: 258px;
	float: left;}
	
#nav {
	width: 140px;
	margin-left: 268px;}
	
#nav ul {
	width: 140px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;}
	
#nav ul li {
	display: block;
	height: 32px;
	margin: 22px 0px;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #aecaaa;
	border-width: 1px 1px 1px 0px;
	border-color: #000;
	border-style: solid;}
	
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;	
	padding-top: 10px;
	padding-left: 5px;
	height: 22px;
	color: #000;
	text-decoration: none;}
	
#nav li a:hover { color: #fff;}

#text {
	width: 500px;
	clear: both;
	padding-top: 10px;
	font-size: 75%;}
	
#text h1 {
	color: #336633;
	font-size: 145%;}
	
#text h2 {
	color: #336633;
	font-size: 125%;}
	
#text h3 {
	color: #336633;
	font-size: 100%;}

#footer {
	margin: 10px auto;
	font-size: 65%;
	color: #fff;
	text-align: center;}
	
#footer a:link, #footer a:visited { color: #aecaaa; }
#footer a:hover { color: #fff; }

	
	


