* {
	padding: 0;
	margin: 0;
	}

body {
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	line-height: 100%;
	background: url("../images/bg.gif");
	}

* html #site {
	width: 925px;
	}

#site {
	position: relative;
	text-align: left;
	margin: 20px auto 0 auto;
	background: #fff;
	width: 915px;
	border: 5px solid #000;
	}

p {
	line-height: 110%;
	padding: 0 0 1em 0;
	margin: 0;
	}

td {
	font-size: 11px;
	}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #a30;
	}

h2 {
	padding-bottom: 2px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #930;
	}
	
h3 {
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-size: 12px;
	}

img {
	border: 0;
	}
	
a {
	color: #CC4E35;
	}
	
a:hover {
	color: white;
	text-decoration: none;
	background-color: #CC4E35;
	}
	
input, textarea, select {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	}

.heading {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	}

.hr {
	font-size: 32px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #ccc;
	}

.clear {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	clear: both;
	}

td.label {
	text-align: right;
	padding: 3px 10px 3px 0;
	white-space: nowrap;
	}
	
td.field {
	padding: 3px 10px 3px 0;
	width: 100%;
	}

a.black { color: #000; text-decoration: none }
a.black:link { color: #000; text-decoration: none }
a.black:visited { color: #000; text-decoration: none }
a.black:hover { color: white; text-decoration: none; background-color: #000 }

a.reverse { padding: 0 2px; color: white; text-decoration: none; background-color: #CC4E35; }
a.reverse:hover { color: #ff0; }

a:link.blue,
a:visited.blue {
	color: #06c;
	}

a:hover.blue {
	background: #06c;
	color: #fff;
	}

/*** Other Fun Sites ***/

#other_sites {
	padding: 3px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Tahoma;
	color: #ff9;
	background: #000;
	}

#other_sites a {
	padding-left: 6px;
	color: #fff;
	text-decoration: none;
	}

#other_sites a:hover {
	color: #f66;
	background: #000;
	}

.alert {
	padding: 3px;
	background: #2b5c76;
	color: #fff;
	}
	
/*** Header ***/

#header {
	position: relative;
	margin: 20px 25px 20px 25px;
	width: 865px;
	}
	
#header #log_in {
	position: absolute;
	top: 0;
	right: 2px;
	}	

#header ul {
	position: absolute;
	top: 25px;
	right: 2px;
	list-style: none;
	}
	
#header li {
	float: left;
	padding: 3px 0;
	margin-right: 15px;
	font-size: 12px;
	}
	
#header li.archives { background: url("../images/vault.gif") no-repeat; padding-left: 22px; }
#header li.rankings { background: url("../images/star.gif") no-repeat; padding-left: 20px; }
#header li.rules { background: url("../images/rules_icon.gif") no-repeat; padding-left: 20px; }
#header li.profile { background: url("../images/profile_icon.gif") no-repeat; padding-left: 15px; margin-right: 0; }

/*** Body ***/

#left_column {
	position: relative;
	float: left;
	display: inline;
	margin-left: 25px;
	width: 312px;
	}

#middle_column {
	position: relative;
	float: left;
	margin-left: 25px;
	width: 190px;
	}

#right_column {
	float: left;
	margin-left: 25px;
	width: 310px;
	}
	
/*** Footer ***/

#footer {
	padding: 15px;
	text-align: center;
	clear: both;
	color: #fff;
	line-height: 150%;
	}

/*** Error ***/

#error {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fdd;
	border: 1px solid #ccc;
	clear: both;
}

#error h3 {
	padding: 4px 10px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #c00;
}

#error p {
	color: #333;
	margin: 0;
	padding: 5px;
}

#error ul {
	margin: 0;
	padding: 10px 0 10px 30px;
}

#error li {
	padding: 4px 15px 4px 0;
	font-size: 12px;
	list-style: square;
}

#message {
	padding: .5em 1em;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 16px;
	font-weight: bold;
	color: #360;
	background: #cf9;
	border: 3px solid #9c6;
	clear: both;
}
