body {
	background-color: #FFF;
	color: #888;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size: 12px;
}

#container {
	width: 910px;
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px 50%;
	left: -455px;
}

#container #title {
	height: 24px;
	padding: 39px 75px 37px 75px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#container #navigation {
	margin: 0px 75px 10px 75px;
	height: 12px;
	text-transform: uppercase;
	background-image: url(../images/stripe-square.gif);
}

#container #navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#container #navigation li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#container #navigation a {
	color: #888;
	text-decoration: none;
	padding: 0px 12px 0px 18px;
	background-image: url(../images/stripe-square.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#container #navigation a:hover {
	color: #f6a81f;
	background-image: url(../images/orange-square.gif);
}

#container #banner {
	margin: 0px 75px;
	background-image: url(../images/stripe-square-light.gif);
}

#container #banner img {
	background-color: #FFF;
	padding: 0px 12px 0px 0px;
}

#container #bannertitle {
	margin: 10px 75px 0px 75px;
	height: 12px;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url(../images/stripe-square.gif);
}

#container #bannertitle p {
	margin: 0px;
}

#container #bannertitle a {
	color: #888;
	text-decoration: none;
	padding: 0px 12px 0px 18px;
	background-image: url(../images/stripe-square.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#container #bannertitle a:hover {
	color: #f6a81f;
	background-image: url(../images/orange-square.gif);
}

#container #content {
	margin: 40px 75px;
}

#container #content h1 {
	margin: 0px 0px 18px 0px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	font-size: 24px;
}

#container #content p {
	margin: 0px 0px 18px 0px;
	line-height: 18px;
}

#container #content a {
	text-decoration: none;
	color: #666;
	padding: 0px 1px;
}

#container #content a:hover {
	color: #FFF;
	background-color: #f6a81f;
}

#container #content strong {
	font-weight: bold;
	color: #777;
}

#container #content #thumbholder {
	width: 160px;
	height: 210px;
	margin: 0px 15px 15px 15px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/thumbnail-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

#container #content #thumbholder #thumbnail {
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 0px 15px 0px;
	height: 160px;
	width: 160px;
}

#container #content #tribute {
	font-style: italic;
	padding: 0px 30px;
	color: #777;
}

#container #content #inform {
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

#container #content #inform ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#container #content #inform li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.commentbox {
	margin: 5px;
	padding: 3px;
	background-color: #FFF;
	border: solid 1px #999;
	width: 200px;
	color: #666;
}

.commentarea {
	margin: 5px;
	padding: 3px;
	background-color: #FFF;
	border: solid 1px #999;
	width: 400px;
	max-width: 480px;
	height: 100px;
	max-height: 200px;
	color: #666;
}

.commentsubmit {
	margin: 5px;
	padding: 3px 10px;
	background-color: #FFF;
	border: solid 1px #999;
	color: #666;
	cursor: pointer;
}

small {
	font-size: 10px;
}

#container #footer {
	clear: both;
	margin: 0px 75px 25px 75px;
	text-align: center;
	line-height: 20px;
	background-image: url(../images/stripe-square.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 25px 0px 0px 0px;
}

#container #footer a {
	text-decoration: none;
	color: #777;
	padding: 1px 2px;
}

#container #footer a:hover {
	color: #FFF;
	background-color: #f6a81f;
}
