body {
	font-size: 65.5%; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #121212;
	color: #FFF3DD;
	text-align: center;
	margin: 0px;
	padding: 0px; 
	}

#page {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 950px;
	background-color: #000000;
	}

a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #FFF3DD;
	text-decoration: none;
	font-weight: bold;
	}

a.thumb img {
	padding: 0px;
	margin: 1px;
	display: inline;
	border: 1px solid #000000;
	}

a.thumb:hover img {
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	padding: 0px;
	margin: 1px;
	display: inline;
	border: 1px dotted #FFFF00;
	}

a.thumb-mgp img {
	padding: 0px;
	margin: 3px;
	display: inline;
	border: 1px solid #000000;
	}

a.thumb-mgp:hover img {
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	padding: 0px;
	margin: 3px;
	display: inline;
	border: 1px dotted #FFFF00;
	}

/* Header */

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 950px;
	background-image: url('/images/header.jpg');
	background-repeat: repeat-x;
	}

#title {
	padding: 5px;
	text-align: left;
	overflow: hidden;
}

.title {
	display: inline;
	text-align: left;
	color: #999999;
	font-size: 12px;
	float: left;
	}

.description {
	display: inline;
	text-align: left;
	color: #999999;
	font-size: 12px;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	display: inline;
	margin: 0;
	text-decoration: none;
	}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	text-decoration: none;
	color: #FF0000;
	text-align: left;
	background-color: #000000;
	padding: 3px;
	display: block;
	}

h2 a, h2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	background-color: #000000;
	padding: 3px;
	display: block;
	text-align: center;
	}

h2 a:hover {
	color: #FFF3DD;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: #000000;
	padding: 3px;
	display: block;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	text-align: left;
	background-color: #000000;
	padding: 3px;
	display: block;
	font-size: 1.3em;
	margin: 30px 0 0;
	}

#navbar {
	position: relative;
	float: right;
	right: 5px;
	top: 10px;
	}

#navbar a {
	color: #FF0000;
	font-size: 18px;
	text-align: right;
	margin-left: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #333333;
	}

#navbar a:hover {
	color: #FFF3DD;
	font-size: 18px;
	text-align: right;
	margin-left: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFF3DD;
	}

/* End Header */


/* Begin Structure */

#footer {
	color: #333333;
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 950px;
	padding-top: 20px;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #333333;
	font-size: 10px;
	}

/* End Structure */

#toplist {
	text-align: center;
	background-color: #121212;
	margin: 10px 0 10px 0;
	padding: 0;
	display: block;
	height: 220px;
}

#toplist h3 {
	text-align: center;
	font-size: 20px;
	background-color: #121212;
	display: inline;
	width: 950px;
	padding: 5px;
}

#toplist-heading {
	background-color: #121212;
	display: block;
	width: 950px;
	border: 1px solid #333333;
	margin: 5px 0 5px 0;
}

#toplist a {
	text-align: center;
	color: #FF0000;
	font-size: 14px;
}

#toplist a:hover {
	text-align: center;
	color: #FFF3DD;
	font-size: 14px;
}