body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#outer {
	border: 1px solid #006600;
	width: 745px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 190px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

	#left a {
		color: #666666;
		font-weight: bolder;
		font-size: 14px;
		text-decoration: none;
	}
	
	#left a:hover {
		color: #CC0000;
		text-decoration: underline;
	}

	#left li {
		list-style: url(images/snooker_li.gif);
		margin-top: 10px;
	}

#right {
	width: 525px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

	#right h1 {
		font-size: 16px;
		font-weight: bolder;
	}

#break {
	clear: both;
}