/* /* CSS Main For 115 Club Website /* Author: Simon Walsh /* Date: 03/02/06 */  
body  { 	font-family : arial;
 	font-size: 10px; 	font-weight: bold; 	color: #FF0000; 	background-image: url('../images/gradient-bg.jpg');
	background-repeat: repeat-x;	margin: 2%; 	padding: 1%; }  h1  { 	font-family: "Comic Sans MS"; font-size: xx-large; 	font-weight: bolder; 	text-decoration: underline; 	color: #FF0000; } h2,h3 { 	text-decoration: underline; } a  { 	text-decoration:none; 	font-weight: bold; 	text-transform: capitalize; 	color: blue; } a:hover { 	font-weight: bolder; 	text-decoration: underline; 	color: #0000FF; } a.linkmenu { text-decoration:none; } a.titlemenu { text-decoration:underline; } 
table.main  { 	background-image: url('../images/gradient-fg.jpg'); background-repeat: repeat-x;	
	border: medium double #CCCCCC; } div.menu  { 	padding: 2px; 	float: left; } td.leftborder { 	border-left-style: solid; 	border-left-width: thin; 	border-left-color: #CCCCCC; 	padding-left: 20px; 	padding-right:20px; } ul { 	font-family: arial; 	color: #FF0000; 	list-style-position: outside; 	list-style-type: none; } img.right { 	border:none; 	float: right; } img.left { 	border:none; 	float:left;
}
#button {
	width: 100%;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #000000;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #FFFFCC;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #FFCC00;
		border-right: 10px solid #FFCC00;
		background-color: #FEFFF1;
		color: #CC0000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #FFCC66;
		border-right: 10px solid #FFCC66;
		background-color: #FFCC00;
		color: #000000;
		}

