@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	color: #777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 98%;
	padding: 5px;
}

a {
	color: #777;
}
a:hover {
	color: #f00;
}

hr {
	border: 0;
	background: #666;
	height: 1px;
	display: none;
}

td {
	vertical-align: top;
}

h1 {
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
}

h2 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

p {
	padding: 0 5px;
}

div#page {
	width: 778px;
	margin: 0 auto;
}

table#wrapper {
	width: 778px;
	border-collapse: collapse;
	/* border: 1px solid #666; */
}
table#wrapper td {
	/* border: 1px solid #666; */
}

table#menu {
	width: 100%;
	text-align: left;
	border: none;
}
table#menu th {
	padding-left: 10px;
	height: 25px;
	border-left: 2px solid #666;
}
table#menu td {
	padding-left: 10px;
	border: none;
	width: 33%;
	border-left: 2px solid #666;
}
table#menu a {
	color: #aaa;
	text-decoration: none;
}
table#menu a:hover {
	color: #f00;
	font-weight: bold;
}
table#menu strong {
	color: #fff;
}

td#homelink {
	height: 70px;
	padding-bottom: 15px;
	vertical-align: bottom;
	text-align: center;
}
td#homelink a {
	color: #999;
	text-decoration: none;
}
td#homelink a:hover {
	color: #fff;
	font-weight: bold;
}

td#logo {
	width: 300px;
	text-align: center;
	vertical-align: top;
	border-right: 2px solid #666;
}

td#logo img {
	margin-top: 50px;
}

td#content {
	padding-left: 40px;
}

div#title {
	width: 100%;
	text-align: center;
	margin: -6px auto 10px auto;
}

a.red {
	color: #f00;
}
a:hover.red {
	color: #fff;
	font-weight: bold;
}

div#thumbnails {
	text-align: center;
}
div#thumbnails table {
	text-align: center;
	margin: 0 auto;
}
div#thumbnails td {
	width: 50px;
	height: 50px;
	border: none;
}
div#thumbnails a:hover img {
	border-color: #f00;
}
div#thumbnails img {
	border: 1px solid #999;
}

div#register {
	width: 420px;
	margin: 0 auto;
}
div#register table {
	border: 0;
}
div#register td {
	border: 0;
}
