@charset "utf-8";
/* CSS Document */
body  {
	font-family: Verdana, Geneva, sans-serif;
	color: #dbdbdb;
	font-size: 100%;
	background: #a1a1a1;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header {
	text-align: left;
	background: #4a0808;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 10px;
}
#email {
	float: right;
	padding-right: 15px;
}
.clear {
	clear: both;
}
#navigation {
	background: #4a0808;
	letter-spacing: 3px;
	font-size: 100%;
	padding: 5px 5px;
}
#banner {
	background: url(Images/banner.jpg);
	height: 150px;
	width: 100%;
	margin-bottom: 10px;
}
#main {
	background: #4a0808;
	letter-spacing: 1px;
	font-size: 80%;
	padding: 10px 10px;
	margin: 10px 10px;
	text-align: left;
}
#maintext {
	width: 68%;
	float: left;
}
#randomimage {
	float: right;
	border: 1px solid #8d8682;
}
.clear {
	clear: both;
}
#footer {
	background: #4a0808;
	letter-spacing: 1px;
	font-size: 55%;
	padding: 5px 5px;
}
p#featured {
	display: block;
	float: right;
	width: 45%;
	margin-right: 5px;
	background: #c3c8c9;
	color: #000;
	padding: 3px 3px;		
}

p#review {
	font-style: italic;
	float: right;
}
a:link, a:visited {
 text-decoration: none;
 color: #fff;
}
a:hover, a.selected {
	text-decoration: underline;
}
.donepreview {
	float: left;
	height: 158px;
	width: 99px;
	margin-right: 10px;
}
h1 {
	font-size: 18px;
	margin: 0px;
	margin-bottom: 30px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 30px;
}
.doneboxes {
	background: #a1a1a1;
	color: #000;
	padding: 10px;
	min-height: 158px;
}
	.doneboxes:hover {
		background-color: #CCC;
		text-decoration: none;
	} 
		.doneboxes:visited {
			background-color: #CCC;
			text-decoration: none;
		} 
			.doneboxes img {
				float: left;
				height: 158px;
				width: 99px;
				margin-right: 10px;
				text-indent: inherit;
			}
#maintexthappening {
	width: 60%;
	float: left;
}
#rotator
{
	float: right;
	border: 1px solid #8d8682;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 304px;
	height: 456px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 304px;
	height: 456px;
}
#player {
	float: left;
}