/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #333 url(images/bg.jpg) repeat;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EEE;
	height: 100%;
}

h1, h2, h3 {
	color: #EEE;
}

h1 {
	margin-bottom: 5px;
	font-size: 260%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: 5px;
	font-size: 190%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

hr {
	margin-bottom: 2em;
	border: solid #555 1px;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

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

a:hover {
	text-decoration: underline;
	color: #FFCC33;
	font-weight: bold;
}

a.em {
	color: #FFCC33;
	text-decoration: underline;
}

a.external {
   padding-right: 15px;
   background: url(images/img15.gif) no-repeat 100% 50%;
}

table {
	width: 100%;
}

th {
	text-align: left;
}

td {
	padding: 4px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #333333; 
	color: #EEE; 
	padding: 3px;
	border: 1px solid #444;
}

form {
	width: 90%;
	margin: 0 auto;
}

.spacer {
	width: 1px;
	height: 10px;
}

.center {
	text-align: center;
}

/* Container */

#container {
	width: 901px;
	margin: 0 auto;
	min-height: 100%;
	background: url(images/bg.png) repeat-y;
}

*html body div#container
{
	height:100%;
}


/* Header */

#header {
	width: 717px;
	height: 155px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#playeronline {
	margin: 0 auto;
	padding: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#newsflash {
	margin: 0 auto;
	margin-top: 97px;
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFCC00;
}

/* Page */

#page {
	width: 697px;
	margin: 0 auto;
	background: url(images/bg.gif);
	padding: 10px;
}

.right {
	float: right;
	margin: 10px 0 10px 15px;
}

.left {
	float: left;
	margin: 10px 15px 10px 0;
}

/* Menu */

#menu {
	float: left;
	width: 188px;
	margin: 4px;
}

.menu_h {
	width: 188px;
	height: 6px;
	background: url(images/bar_s.jpg);
}

.menu_t {
	width: 168px;
	height: 14px;
	background: url(images/topline_s.jpg);
	padding: 3px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}


.menu_m {
	width: 168px;
	background: url(images/bg_s.jpg) repeat-y;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menu_m ul {
	list-style: none;
}

.menu_m ul li {
	padding: 3px 20px;
	background: url(images/dot.gif) no-repeat left center #333333;
	margin: 2px 0;
}

/* Content */

#content {
	float: right;
	width: 492px;
	margin: 4px;
}

.content_h {
	width: 492px;
	height: 6px;
	background: url(images/bar_b.jpg);
}

.content_t {
	width: 472px;
	height: 14px;
	background: url(images/topline_b.jpg);
	padding: 3px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}

.content_m {
	width: 452px;
	background: url(images/bg_b.jpg) repeat-y;
	padding: 8px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* Footer */

.clear {
	clear: both;
}

#footer {
	width: 717px;
	height: 43px;
	margin: 0 auto;
	background: url(images/footer.jpg);
}

#footer .links {
	float: left;
	width: 440px;
	padding: 17px 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer .legal {
	float: right;
	width: 220px;
	margin: 0 auto;
	padding: 17px 20px 0 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Misc */

a.register {
	display: block;
	width: 391px;
	height: 57px;
	background: url(images/register.jpg);
	margin: 0 auto;
}

a.register:hover {
	background: url(images/register_h.jpg);
}

a.register_menu {
	display: block;
	width: 188px;
	height: 191px;
	background: url(images/register2.jpg);
	margin: 20px auto;
}

a.register_menu:hover {
	background: url(images/register2_h.jpg);
}

a.nostyle {
	color: #000;
}
