body {
	margin:0;
	background-color:#000;
	color:#FFF;
	text-align:center;
	font-size:smaller;
	font-family:verdana,arial,helvetica,sans-serif;
	background-image:url(../statimages/site_back.jpg);
}
#page {
	width:790px;
	position:relative;
	text-align:left;
	margin:0 auto;
	padding:0 15px 0 17px;
	background-image:url(../statimages/edgesBG.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	color:#000;
}
#headerBlock {
	height:125px;
	background-image:url(../statimages/header_keys.jpg);
	background-position:100% 0;
	background-repeat:no-repeat;
	background-color:#E4E5E7;
	color:#000;
}
#headerBlock h1 {
	height:15px;
	font-size:10px;
	margin:0;
	padding:0 10px;
	font-weight:normal;
	color:#FFF;
}
#headerBlock #mainLogo {
	padding:5px 0 21px 19px;
}

#menuStrip {
	line-height:27px;
	color:#FFF;
	background-color:#00517F;
	font-size:85%;
	text-align:center;
}
#bodyBlock {
	background-color:#FFF;
	background-image:url(../statimages/sidebar_shadow.gif);
	background-position:225px;
	background-repeat:repeat-y;
	min-height:620px;
}
#contentColumn {
	float:right;
	width:565px;
	background-image:url(../statimages/body_back_plain.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
	min-height:600px;
	padding-bottom:50px;
}
#contentColumn #contentSpacer {
	padding:27px 20px 18px 23px;
	color:#536069;
	font-size:85%;
}

#contentColumn #contentSpacer h2 {
	margin-top:0;
	font-size:2em;
	font-family:arial,helvetica,sans-serif;
	color:#334049;
}

#contentColumn #contentSpacer.Homepage {
	padding:27px 218px 18px 23px;
}

#contentColumn .imagesRight {
	float:right;
	margin:27px 18px 0 0;
}
#contentColumn .imagesRight img {
	margin-bottom:10px;
	display:block;
}

#contentColumn #contentSpacer blockquote {
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	margin:0 0 1em 0;
	padding:0 0.5em;
	font-family:arial,helvetica,sans-serif;
	color:#334049;
}

#contentColumn #contentSpacer p {
	margin:0 0 1em 0;
}


#leftNav {
	width:225px;
	background-image:url(../statimages/left_back_plain.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
	min-height:520px;
	padding-bottom:130px;
	background-color:#E26900;
	color:#FFF;
}
#leftNav ul {
	margin:0;
	padding:43px 0 0 14px;
	list-style:none;
}
#leftNav ul li {
	margin:0;
	padding:0;
	list-style:none;
	height:29px;
	line-height:29px;
	background-image:url(../statimages/menu_off.gif);
	background-repeat:no-repeat;
}
#leftNav ul li a {
	display:block;
	height:29px;
	line-height:29px;
	padding:0 0 0 32px;
	background-image:url(../statimages/menu_off.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
	font-size:1.2em;
}
#leftNav ul li a:hover {
	background-image:url(../statimages/menu_on.gif);
	color:#00517F;
}
#leftNav ul li a span {
	font-weight:bold;
}
#leftNav blockquote {
	font-weight:bold;
	font-style:italic;
	margin:200px 1em 0 1.3em;
	font-size:1.3em;
	font-family:arial,helvetica,sans-serif;
}

#footClear {
	clear:both;
	height:2px;
	line-height:2px;
	font-size:1px;
	background-color:#FFF;
	color:#000;
}

#flashyThing {
	position:absolute;
	top:373px;
	left:45px;
}

#contentSpacer address {
	font-style:normal;
	text-align:left;
	line-height:1.4em;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	font-size:1em;
}


/**** HOMEPAGE AND CONTACT BACKGROUND STUFF ****/
/**** (It could be consistant across the site, but nooooooo, that would be boring! ****/

.homePage #contentColumn,
.iContact #contentColumn {
	background-image:url(../statimages/body_background.jpg);
}
.homePage #leftNav,
.iContact #leftNav {
	background-image:url(../statimages/left_background.jpg);
}

.homePage #footClear,
.iContact #footClear {
	background-color:#9B9B99;
}
