@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #ffffff;
	background-image: url(images/bw.jpg);
}
.web #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #053868;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	
}
.web #header {
	background-color: #053868;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#menu {
	float: left;
	width: 100%;
	background: #dbd6c5 url("/images/bg.gif") repeat-x bottom;
	font-size: 100%;
	line-height: normal;
	white-space: nowrap;
	margin-top: -20px;
}

#menu ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#menu li {
	float: left;
	background: url("/images/left_both.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #053868;
}

#menu a {
	float: left;
	display: block;
	width: .1em;
	background: url("/images/right_both.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #053868;
}

#menu > ul a {width:auto;}

 /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a {float:none;}
    /* End IE5-Mac hack */


#menu a:hover {
	color: #fff;
}

#home #m-home, #legends #m-legends, #profiles #m-profiles, #gallery #m-gallery, #official #m-official, #games #m-games, #shop #m-shop, #site #m-site, #links #m-links, #contact #m-contact, #search #m-search {
	background-position:0% -150px;
	border-width: 0;
}

#home #m-home a, #legends #m-legends a, #profiles #m-profiles a, #gallery #m-gallery a, #official #m-official a, #games #m-games a, #shop #m-shop a, #site #m-site a, #links #m-links a, #contact #m-contact a, #search #m-search a {
	background-position:100% -150px;
    padding-bottom:5px;
    color:#3e871d;
}
  
#menu li:hover, #menu li:hover a {
    background-position:0% -150px;
    color:#903; 
}
	  
#menu li:hover a {
    background-position:100% -150px;
}

.web #mainContent {
	background: #FFFFFF;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 100%;
}


.web #mainleft {
	margin-right: 5px;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 20px;
}

.web #mainleft h3 {
	font:
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #053868;
}

.web #maiinleft form  {
	color: #053868;
	background-image: none;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 30px;
	margin: 0px;
	height: 550px;
	padding-right: 5px;
}

.web #left {
	background-color: #053868;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.web #footer {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-color: #FFF;
	background-image: url(/images/footerlogo.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 80px;
	font-weight: bold;
	vertical-align: bottom;
}

.copyright {
	color: #053868;
	float: left;
	padding-top: 0px;
	margin-top: 5px;
	font-size: small;
}


#footer a:link {
	text-decoration: none;
	color: #053868;
}

#footer a:visited {
	text-decoration: none;
	color: #053868;
}

#footer a:hover {
	text-decoration: none;
	color: #ffffff;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.web #homeleft {
	width: 250px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}

.web #homecenter {
	width: 450px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}


.web #homeright {
	width: 250px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
