body {
	background: url(gr/layout_images/background.jpg) fixed;
	font: 0.95em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #0D1E13;
}

p {
	margin: 5px 0;
}

#header {
	height: 125px;
	border-bottom: 1px solid #8B4143;
}

.six {
	background: url(gr/header_6.jpg);
}

.eight {
	background: url(gr/header_8.jpg);
}

.stellar {
	background: url(gr/header_stellar.jpg);
}

.gallery {
	background: url(gr/header_gallery.jpg);
}

#container {
	margin: 0 auto;
	width: 750px;
	background: #EFEFEF;
	border: 1px solid #8B4143;
}

#content {
	float: right;
	width: 740px;
	padding: 5px;
	text-align: left;
}

#footer {
	clear: both;
	font-size: .8em;
	border-top: 10px solid #8B4143;
	background: #C0C0C0;
	text-align: center;
	height: 30px;
}

a {
	text-decoration: underline;
	color: #8B4143;
	border-bottom: 1px solid #E0E0E0;
}

a:hover {
	text-decoration: none;
	color: #555555;
}

table {
	width: 100%;
	text-align: center;
}

td {
	padding: 3px;
}

td.subhead {
	color: #6C3334;
	font-size: 1.2em;
}

th.header {
	color: #6C3334;
	font-size: 2em;
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
}

img {
	border: 3px solid #8B4143;
}

.names {
	font-size: .8em;
	color: #666666;
}

td a {
	border-bottom: none;
}