#wrapper {
	width: 750px;
	background-color: #FFFFFF;
}
#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 750px;
}
#header h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	margin-bottom: 10px;
}
.photos {
	float: left;
	height: 133px;
	width: 200px;
	margin: 20px;
}
#content {
	background-color: #FFFFFF;
	width: 740px;
	padding-left: 10px;
}
#footer {
	background-color: #FFFFFF;
	width: 750px;
	clear: both;
}
#footer h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
body {
	background-image: url(../images/colorado/beige%20stripe.gif);
	background-repeat: repeat;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
}

