body {
	background: #464646 url(/img/background_main.gif);
/*	background: #0000FF url(/img/background_main.gif); */
	background-repeat: repeat-x;
	font-family:verdana, tahoma, arial, helvetica, trebuchet ms, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	margin:0px;
	color:black;
}

body.home {
	background: #464646 url(/img/background_home.gif);
	background-repeat: repeat-x;
	font-family:verdana, tahoma, arial, helvetica, trebuchet ms, sans-serif;
	font-size:0.8em;
	margin:0px;
	color:black;
}

#homepage {
	width:575px;
	text-align:right;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}
h2 {
	font-size:1em;
	margin:4px 0px 0px 0px;
}
h3 {
	font-size:0.8em;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
ul {
	margin:8px 0px 8px 16px;
	list-style-type:square;
}
hr {
	border-style:dotted;
	color:#555555;
	margin:6px 0px 6px 0px;
}
img {
	border:0px;
	margin:0px;
}
td {
	padding:0px;
	vertical-align:top;
}

sup {
	font-size:0.75em;
}

a:link {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color:#000;
	font-weight:bold;
	text-decoration: underline;
}

a.notbold {
	font-weight:normal;
}


/* ===================================================== */

a.navbutton {
	background:#FFFFFF;
	padding:2px 8px 4px 8px;
	text-decoration:none;
	font-weight:normal;
}
a.navbutton:visited {
	text-decoration:none;
}
a.navbutton:hover {
	text-decoration:underline;
}


.note {
	color:white;
	padding:2px 6px 3px 6px;
	line-height:24px;
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.1em;
}
a.gamelink {
	color:white;
	background:#595957;
	padding:2px 6px 3px 6px;
	line-height:24px;
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.1em;
}
a.gamelink:visited {
	color:white;
	text-decoration:none;
}

#navigation {
	background:#242521;
	height:32px;
	padding-left:10px;
}

#buttons {
	float:left;
	margin:0px;
	padding:0px;
	position:absolute;
	top:64px;
	left:0px;
	width:128px;
}
#buttons a {
	width:128px;
	display:block;
}

#buttons_home {
	list-style:none;
	position:relative;
/*	top:32px; */
	padding:0px;
	z-index:2;
}
#buttons_home a {
	width: 128px;
	display: block;
}

#buttonNews {background: url(/img/button_news.gif) 0px 0px no-repeat;}
#buttonForum {background: url(/img/button_forum.gif) 0px 0px no-repeat;}
#buttonMedia {background: url(/img/button_media.gif) 0px 0px no-repeat;}
#buttonAbout {background: url(/img/button_about.gif) 0px 0px no-repeat;}
#buttonStats {background: url(/img/button_stats.gif) 0px 0px no-repeat;}
#buttonLinks {background: url(/img/button_links.gif) 0px 0px no-repeat;}
#buttonContact {background: url(/img/button_contact.gif) 0px 0px no-repeat;}

#buttonNews a:hover {background: url(/img/button_news_hover.gif) 0px 0px no-repeat;}
#buttonForum a:hover {background: url(/img/button_forum_hover.gif) 0px 0px no-repeat;}
#buttonMedia a:hover {background: url(/img/button_media_hover.gif) 0px 0px no-repeat;}
#buttonAbout a:hover {background: url(/img/button_about_hover.gif) 0px 0px no-repeat;}
#buttonStats a:hover {background: url(/img/button_stats_hover.gif) 0px 0px no-repeat;}
#buttonLinks a:hover {background: url(/img/button_links_hover.gif) 0px 0px no-repeat;}
#buttonContact a:hover {background: url(/img/button_contact_hover.gif) 0px 0px no-repeat;}

#buttonLink {
	color: white;
/*	padding: 0px 0px 0px 0px; */
	line-height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.0em;
	font-family: verdana, tahoma, arial, helvetica, trebuchet ms, sans-serif;
	text-align: right;
	font-weight: 800;
}

#buttonLink a {
	text-decoration: none;
	color: white;
	font-weight: 800;
}

#buttonLink a:hover {
	background-color: #4D4D4D;
	font-size: 12px;
	font-weight: 600;
}

#content {
	background: #AAAAAA url(/img/background_content3.gif);
	background-repeat: repeat-x;
	margin: 0px 10% 0px 128px;
	min-width:400px;
}

#lefthand {
	background: url(/img/lefthand_bottom.gif);
	background-position:top left;
	background-repeat: repeat-y;
}
#righthand {
	background: url(/img/righthand_bottom.gif);
	background-position:top right;
	background-repeat: repeat-y;
	padding:0px 64px 0px 48px;
}

.boxedin {
	background:#949281;
	padding:24px;
/*	filter:dropshadow(color=black); */
}

td.boxedin {
	padding:12px;
}

#footer {
	position:relative;
	height:20px;
	padding:8px 100px 4px 140px;
	font-size:10px;
	line-height:1.2em;
	background:#242521;
	color:#838375;
}
#footer a {
	color:#838375;
}

