@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.oneColFixCtr #container {
	width: 901px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #023163;
	background-image: url(images/bg_inside2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}



#tournament {
	height: 400px;
	background-image: url(images/bgtournament.jpg);
	background-repeat: no-repeat;
}



.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	position: absolute;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	left: 5px;
}
#nav {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	float: left;
	list-style-type: none;
	padding: 0px;

}
#nav li {
	display: inline;
	padding: 10px;
	margin-left: 40px;
	float: left;

}
#nav li a:link, #nav li a:visited  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #9C9EA1;
	text-decoration: none;
	letter-spacing: -0.7px;
	list-style-type: none;
}
#nav li a:hover, #nav li a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -0.7px;
	list-style-type: none;
}
#nav .active {
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: none;
	background-image: url(images/btnnavblue.gif);
	background-position: center center;
	padding: 18px 22px;
	background-repeat: no-repeat;
	float: left;
	margin-top: -7px;
}
