body {
	margin: 0px;
	background: #282828;
}


/* Header Styles */

#masthead {
	background-image:url(../images/head_bg.gif);
	height: 115px;
}

#mainContainer	{
	padding: 10px;
}

.head_right {
	float: right;
}

.logo {
	float: left;
}

#menu {
	background-image:url(../images/menu_bg.gif);
	height: 26px;
}

form {
padding-bottom: 0px;
margin-bottom: 0px;
}

.menu {
	float: right;
}

.search {
	float: left;
	padding-left: 12px;
	padding-top: 4px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	height: 20px;
}

.search input, select {
	font-size: 10px;
	background: #cccccc;
	border: 1px solid black;
}

#subnav {
	background-image:url(../images/subnav_bg.gif);
	height: 20px;
	font-family: Arial, Helvetica;
	font-size: 10px;

}

#subnav div {
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

#subnav a {
	color: black;
	font-family: Arial, Helvetica;
	font-size: 10px;
}

#subnav a:hover {
	color: #cccccc;
	text-decoration: none;
}

.subnav_left {
	float: left;
}

.subnav_right {
	float: right;
}

.counter {
	color: #CCCCCC;
}

/* Classes For the Portal Page */

.PortalContent { background-image: url(../images/block_bg.gif); }
.PortalMenuBack { background-image: url(../images/block_text_bg.gif); }
.PortalMenuBar { background-image: url(../images/block_bar_bg.gif); } 

/* Main Navigation Rollovers */

#mainnav {
    width: 539px; height: 26px;
    background: url(../images/menu_main.gif);
    margin: 0px; padding: 0;
    position: relative;}
#mainnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
#mainnav li, #mainnav a {
    height: 26px; display: block;}

#menuforums {left: 0; width: 90px;}
#menuevents {left: 90px; width: 88px;}
#menumedia {left: 178px; width: 88px;}
#menuplayers {left: 266px; width: 88px;}
#menucontact {left: 354px; width: 88px;}
#menuhome {left: 442px; width: 96px;}

#menuforums a:hover {
    background: transparent url(../images/menu_main.gif)
    0 -26px no-repeat;}
#menuevents a:hover {
    background: transparent url(../images/menu_main.gif)
    -90px -26px no-repeat;}
#menumedia a:hover {
    background: transparent url(../images/menu_main.gif)
    -178px -26px no-repeat;}
#menuplayers a:hover {
    background: transparent url(../images/menu_main.gif)
    -266px -26px no-repeat;}
#menucontact a:hover {
    background: transparent url(../images/menu_main.gif)
    -354px -26px no-repeat;}	
#menuhome a:hover {
    background: transparent url(../images/menu_main.gif)
    -442px -26px no-repeat;}	
	
/* Footer */	
	
#footer {
	background-image:url(../images/foot_line.gif);
	background-repeat: repeat-x;
	height: 40px;
	clear: both;
	font-family: Arial, Helvetica;
	font-size: 10px;
}

#footer a {
	color: black;
	font-family: Arial, Helvetica;
	font-size: 10px;
}

#footer a:hover {
	color: #cccccc;
	text-decoration: none;
}

.footer_right {
	float: right;
}
	

