body {
	background: #414141;
	color: #fff;
	font: 95% 'Comic Sans MS', cursive;
	/* Georgia, Verdana, Helvetica, sans-serif; */
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(img/bg.gif);
}

* html body {
	line-height: 20px;
}

img	{
	border: 0;
	/* float: right;
	position: relative;
	margin: 0.25em 0.25em 0.25em 0.25em; */
}

a:link { 
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link { 
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited { 
	color: #fcc;
	font-weight: bold;
	text-decoration: none;
}
	
#content a:hover, #content a:active { 
	color: #c00;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 775px;
}

#content {
	clear: both;
	margin-top: 15px;
	width: 775px;
}

#content h2 {
	font: 150% 'Comic Sans MS', cursive;;
	color: #c00;
	margin: 0;
	text-align:center;
}
#footerbg {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}

#footer{
	border: 1px solid #c00;
	clear: both;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 750px;
	background-color:#000;
}

#left {
	border: 1px solid #c00;
	float: left;
	margin-right: 12px;
	width: 225px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	overflow: hidden;
	background-color:#000;
}

#nav {
	border: 1px solid #c00;
	font-size: 13px;
	height: 75px;
	padding-top: 16px;
	text-align: center;
	width: 750px;
	background-color:#000;
}

#right {
	border: 1px solid #c00;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 485px;
	background-color:#333;
	display: inline;
}

p {
	margin-bottom: 5px;
}

#left h2 {
	font: 135% 'Comic Sans MS', cursive;
	color: #c00;
	margin: 0;
	font-weight: 500;
}

#left p {
	font: 75% 'Comic Sans MS', cursive;
	color: #fff;
	margin: 0;
	font-weight: 300;
}

hr {
	width: 100%;
	color: #c00;
	height: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.quest {
	color:#ff0;
}

.thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbnails li {
	float: left;
	list-style: none;
	margin: 0;
	margin: 0px 10px 10px 0px;
	padding: 0;
}

/* updates */
#updates {
	background: #666;
	width: 100%;
	padding: 2;
	text-align: center;
	border: 1px solid #c00;
}

#updates p {
	font: 85%;
	padding: 0;
	margin: 0;
}

#updates h2 {
	font-size: 115%;
	margin: 0;
}