body {
	background-color: black;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#main {
	width: 800px;
	margin: 0px auto;
	position: relative;
	background: #333 url("images/bottom.gif") bottom left no-repeat;
	padding-bottom: 1px; /* Stupid hack */
}

#footer {
	width: 800px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #999;
	padding: 2px 0px;
}

#header {
	height: 389px;
	position: relative;
	border-bottom: 3px solid black;
}

	#header #left {
		width: 600px;
		height: 100%;
		float: left;
		background: url("images/header_large_left.jpg") top left no-repeat;
	}
	
	#header #right {
		width: 200px;
		float: right;
		height: 100%;
		background: url("images/header_large_right.jpg") top left no-repeat;
	}
	
	#info {
		position: absolute;
		top: 246px;
		left: 614px;
	}
	
.group {
	margin: 6px 0px;
	line-height: 120%;
	_line-height: 125%;
}
	
.label {
	font-size: 10px;
	font-weight: bold;
	font-style: italic !important;
}

#content {
	padding: 25px;
	position: relative;
}

	#content .left {
		float: left;
		width: 500px;
		border-right: 1px dotted #666;
		padding-right: 25px;
	}
	
	#content .right {
		float: right;
		width: 200px;
		padding-left: 20px;
	}
	
	.clear {
		clear: both;
	}

#menu {
	list-style: none;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	background-color: #191919;
	height: 30px;
}

#menu a {
	font-size: 13px;
	padding: 9px 15px;
	line-height: 2.3em;
	text-decoration: none;
}

#menu a:hover {
	background-color: #666;
}

#menu a.selected {
	background-color: #333;
	text-decoration: none;
	color: #EE0055;
}

.guestquote1, .guestquote2 {
	font-style: italic;
	background: url("images/openquote.gif") top left no-repeat;

	padding: 15px;
	margin: 10px;
}

.guestquote1 p, .guestquote2 p {
	margin:0px;
}

.guestquote2 {
	background: url("images/openquote2.gif") top left no-repeat;
	background-color: #666;
}

.guestquote1 div {
	background: url("images/closequote.gif") bottom right no-repeat;
}

.guestquote2 div {
	background: url("images/closequote2.gif") bottom right no-repeat;
}

.author {
	width: 100%;
	text-align: right;
}

.error {
	display: block;
	background-color: #666;
	border: 1px solid #ff0066;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0px;
}

.message {
	display: block;
	background-color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
}