#tourney { 
background-image: url(mainbg.jpg);
background-repeat: repeat-x; 
background-position: left 0; }

body { 
color: #036; 
font-size: 12px; 
font-family: arial; 
}

div.tinfo { float:right; right:10px; background-image: url(classic.gif); background-repeat: no-repeat; top: 10px; width:249px; height:182px; }

#logo {
	background-repeat: no-repeat; 
	position:relative;
	float: left;
	width: 249px;
	height: auto;
}

#logo h1 {
	margin: 0;
	padding: 20px 0 0;
	font-size: 2em;
}

#logo h2 {
	margin-top: -5px;
	font-size: 1em;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding-top: 0;
	list-style: none;
}

#menu li {
	display: inline;
	background-color:black;
}

#menu a { 
display: block; 
float: left; 
height: 16px;
padding:2px 1.0em;
background:url(menubg.gif) repeat-x;
text-decoration: none; 
font-weight: bold;
color: #036; 
border-right: 1px solid #6f0; 
}

#menu a:hover {
color: #f4f4f4;
background-color: #63639c;
/* 
background-color: #4881b6;
*/
}

#menu .active a { 
color: #f4f4f4;
background-color: #4881b6; 
}

#heading { 
width: 760px; 
height: 85px; 
margin: 0 auto;
}

#container { background-image: url(menubar.jpg); background-repeat: repeat-x; background-position: left top; width:760px; height:auto; margin:0 auto; border-bottom: 2px solid #c03; }
div.data { padding-top: 40px; padding-right: 10px; padding-left: 10px; }
div.data div { color: #ccf; font-size: 12px; background-color: #336; height: 18px; padding: 2px; }
