@charset "UTF-8";

/* Body */


body {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(images/woodgrain.jpg);
	margin: 0;
	padding: 0;
	color: #000;
}

a img {
	border: none;	
}


/* Container */

#wrapper {
	margin: 0 auto;
	width: 826px;

}


/* Header */

#header {
	width: 826px;
	height: 40px;
	text-align: center;
	
}



/* Left Content */


#leftContent {
	float: left;
	width: 225px;

	

}

/* Next Tournament */


#nextTournament {
	
	width: 215px;
	height: 293px;
	padding-top: 10px;
	background: url(images/old_paper.gif) no-repeat;
	padding: 5px;
	text-align: center;
	

}


/* Right Content */


#rightContent {
	float: left;
	width: 591px;
	text-align: center;


}

	
	
/* Footer */


#footer {
	clear: both;
	width: 826px;
	color: #fff;
	text-align: center;
}


	
/* Common Elements */



h1 {
	font-size: 14px;
	font-weight: bold;
	color: #3A291A;
	
		
}


a {
	font-weight: bold;
	color: #3A291A;
	text-decoration:underline;
		
}

a:hover {
	
	color: #3A291A;
	text-decoration:none;
}	

a:visited {
	color: #000;
	text-decoration:underline;
	
}	

h1 {
	font-size: 14px;
	font-weight: bold;
	
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}

li {
	padding: 3px 10px 0px 0px;
}