* { margin: 0; padding: 0; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}
body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #263814;
}
a { color: #7b9366; text-decoration: none; font-weight: normal; }
a:hover { color: #ffffff; text-decoration: underline; font-weight: normal; }
a img { border: none; }
.clearfloats { clear: both; }
#site {
	width: 740px;
	margin: auto;
	position: relative;
}
#right_callout {
	position: absolute;
	top: 150px;
	left: 750px;
}
#header	{
	height: 70px;
}
#header a, header a:hover { font-weight: bold; }
#header td {
	font-size: 14px;
	color: #dbdecd;
	line-height: 18px;
}
#header img {
	float: left;
}
#main_image {
	text-align: center;
	border: 10px solid #ffffff;
	position: absolute;
	z-index: 100;
	top: 70px;
}
#navbar { 
	background: #1a270c;
	padding: 12px 45px 12px 0;
	text-align: right;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	margin-top: 313px;
}
#navbar a { color: #ffffff; text-decoration: none; }
#navbar a:hover { color: #f3e5bc; text-decoration: none; }
#left_col {
	width: 275px;
	text-align: center;
	float: left;
	position: absolute;
	top: 330px;
	z-index: 500;
}
#left_col p img {
	margin: 5px;
	border: 1px solid #1a270c;
}
#left_col p img:hover { border: 1px solid #f3e5bc; }

#content {
	color: #dbdecd;
	padding: 15px 2px 15px 20px;
	width: 442px;
	float: right;
}
#footer {
	position: relative;
	color: #7b9366;
	border-top: 3px solid #263510;
	font-size: 11px;
	width: 680px;
	margin: 20px auto auto;
	padding: 10px 0;
}
#footer img {
	float: right; 
	margin-top: -3px;
}
#footer a, #footer a:hover { text-decoration: none; font-weight: normal; }
#stanlogo {
	float: left;
	width: 400px;
}
#stanlogo img { float: left; padding-right: 10px; }
#stanlogo H1 {
	text-transform: uppercase;
	color: #bcc1b6;
	font: normal 14px/16px "Trebuchet MS";
	letter-spacing: 1px;
	margin-top: 22px;
}
#content H1 {
	color: #bcc1b6;
	font: normal 16px "Trebuchet MS";
	margin-bottom: 14px;
	letter-spacing: 1px;
}
#content H1 span {
	font-weight: normal;
	letter-spacing: 0;
	font-size: 14px;
}
#content H1 img { margin-bottom: -4px; }
