body {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

#graphic {
	position: absolute;
	top: 10px;
	left: 10px;
}

#textLogo {
	position: absolute;
	top: 39px;
	left: 76px;
}

#tag {
	position: absolute;
	top: 88px;
	left: 78px;
}

#tag p {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}

#textLinks {
	position: absolute;
	top: 70px;
	left: 78px;
	background: #600;
	width: 92%;
}

#textLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#textLinks li {
	width: 100px;
	float: right;
	margin: 0;
	text-align: center;
}

#textLinks a {
	display: block;
	width: 100%;
	text-decoation: none;
}

#textLinks a {
	text-decoration: none;
	color: #fff;
}

#textLinks a:hover {
	background: #fff;
	color: #600;
}

#splashImage {
	height: 225px;
	padding: 0;
	margin-top: 130px;
	border-top: 3px solid #600;
	border-bottom: 3px solid #600;
	background-image: url(images/denverskyline.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	align: center;
}

#graphicLinks {
	border: 0px solid #000;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#graphicLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#graphicLinks li {
	float: left;
	width: 131px;
	padding-right: 75px;
	padding-left: 75px;
	text-align: center;
}

#graphicLinks a {
	display: block;
	float: left;
	text-decoation: none;
	color: #600;
}

#graphicLinks a:hover {
	background: #600;
	color: #fff;
}

#graphicLinks img {
	border: 1px solid #600;
}

#footer {
	width: 100%;
	height: 70px;
	
}

.clearer {
	clear: both;
}

#content {
	height: 225px;
	padding: 10px 0 0 0;
	margin-top: 130px;
	border-top: 3px solid #600;
	margin-right: auto;
	margin-left: auto;
}

#content img {
	margin: 50px;
	border: 1px solid #600;
	float: left;
}

#content p {
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	padding-right: 50px;
	padding-left: 250px;
}

#content li {
	padding-right: 50px;
}

#content ul {
	padding-left: 250px;
}

#content a {
	color: #600;
	text-decoration: underline;
}

#footer {
	height: 300px;
	background-image: url(images/watermark.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}