/* CSS Document */
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	width: 900px;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	margin-top: 00px;
}
#wrapper {	
	margin: 0 0;
	width: 900px;
	text-align: left;
	background-image: url(../images/pageborder.gif);
	background-repeat: repeat-y;
}

#frametop {
	background-image: url(../images/pagebordertop.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-top: 0px;
}

#Banner {
	clear: both;
/*	background-image: url(../images/announcement.jpg);
	background-repeat: no-repeat;*/
	height: 40px;
	font-size: 11px;
	padding-top: 16px;
	padding-left: 22px;
	margin-left: 76px;
}

#MainContainer {
	float: right;
	width: 675px;
	margin-right: 15px;
	margin-bottom: 3px;
	padding-top: 14px;
}

#leftcolumn-index {
	float: left;
	width: 190px !important;
	width: 175px;
	font-size: 12px;
	margin-left: 10px !important;
	margin-left: 8px;
	margin-top: 0px;
	padding-bottom: 1em;
}

#leftcolumn {
	float: left;
	width: 190px !important;
	width: 175px;
	font-size: 12px;
	margin-left: 10px !important;
	margin-left: 8px;
	margin-top: 25px;
	padding-bottom: 1em;
}

#MainContent {
	float: left;
	width: 490px; /*470px;*/
	font-size: 12px;
	padding-bottom: 1em;
}

#rightcolumn {
	margin-top:0px;
	float: right;
	width: 185px;
	margin-right: 0px !important!;
	margin-right: -4px;
	font-size: 11px;
}

#bottomtext {
	clear: both;
	font-size: 11px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #eeeeee;
	margin-left: 16px;
	margin-right: 16px;
}

#framebottom {
	background-image: url(../images/pageborderbottom.gif);
	background-repeat: no-repeat;
	height: 6px;
	margin-bottom: 0px !important;
	margin-bottom: -8px;
}

#tournament main	{
	float: right;
	width: 315px;
	margin-right: 0px;
	margin-bottom: 3px;
}

#submenu	{
	float: left;
	width: 175px;
	font-size: 12px;
	margin-left: 0px;
	margin-top:75px;
	padding-bottom: 1em;
	text-align: center;
}

li	{
	list-style: none;
	font-size: 12px;
	margin-left: -30px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






