* {
margin: 0;
padding: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container{
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#header{
	width:770px;
	height: 67px;
	background-image: url(/img/top.jpg);
	background-repeat: no-repeat;
}

#left{
	width: 150px;
	float: left;
}

#nav{
	width: 150px;
	padding-top: 5px;
	float: left;
}

#buttons li {
	list-style: none;
}

#buttons li a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 125px;
	height: 20px;
	background-image: url(/img/button.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	margin: 5px 0px 0px 0px;
	padding-left: 5px;
	background-color: #FCFCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

#buttons li a:hover {
	color: #AA2109;
	text-decoration: underline;
}

#content {
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 600px;
	min-height: 500px;
	border-left: 1px solid #ccc;
}

#bottom {
	width: 770px;
	height: 42px;
}

#footer{
	width: 770px;
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
}

#nextTournament {
	margin-top: 15px;
	padding: 5px 5px 5px 5px;;
	float: left;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
}

#flashBox {
	border: 1px solid #111111;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 5px;
}

a {
	color: #0066CC;
}

a:visted {
	color: #0066CC;
}

a:hover {
	color: #FF0000;
}

.pageHeader {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	margin-bottom: 5px;
}

.dataTable {
	border: 1px solid #AAAAAA;
}

.dataTable .left {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #BBBBBB;
	background-color: #CFCFCF;
	font-size: 12px;
	padding-left: 5px;
	height: 30px;
}

.dataTable .right {
	padding-left: 5px;
	border-bottom: 1px solid #BBBBBB;
	background-color: #EEEEEE;
}

.dataTable .rightAlt {
	padding-left: 5px;
	border-bottom: 1px solid #BBBBBB;
	background-color: #DDDDDD;
}

.dataTable .top {
	height: 20px;
	background-image: url(/img/button.jpg);
	background-repeat: repeat-x;
	background-color: #CFCFCF;
	padding-left: 5px;
	font-weight: bolder;
}