body {
	background-color: #003300;
}
#wrapper {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: auto;
	width: 952px;
	border: medium outset #FEDEB7;
	background-position: top;
	background-image: url(images/gradient_back.jpg);
	background-color: #CCEEDD;
	background-repeat: no-repeat;
	height: auto;
}
#header {
	background-image: url(images/antler_ridge_header.jpg);
	background-position: center;
	height: 200px;
	width: 952px;
	border-bottom-style: dotted;
	border-bottom-width: medium;
	border-bottom-color: #CCCCCC;
}
#leftSide {
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #006600;
	font-weight: bold;
	line-height: 1.2em;
	float: left;
	background-color: #CCEEDD;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
}
#narrative {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #003333;
	height: auto;
	width: 940px;
	float: left;
	background-color: #CCEEDD;
	padding:10px 4px 0;
}

#rightSide {
	height: auto;
	width: 200px;
	float: right;
	background-color: #CCEEDD;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
.rustBolded {
	color: #CC3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.smallerText {
	font-size: smaller
}
.busBolded {
	color: #330066;
	font-weight: bold;
}
.busName {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.busNameLarge {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #CC3300;
}
#home-intro {
	text-align:left;
	float:left;
	width:530px;
	padding:0 10px;
}
#home-intro div {
	font-size:110%;
	font-weight:bold;
	line-height:125%;
}
#home-intro p {
	padding:2px 0;
}
#home-intro h1 {
	font-size:24px;
	line-height:125%;
	padding:0;
	margin:10px 0 0 0;
}
* .red {
	color:#ff0000;
}
* .purple {
	color:#482159;
}
#webguy {
	text-align:right;
	line-height:14px;
	padding:5px;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#webguy a {
	color:#999;
}

