/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	border: 0;
	
}
html
{
height:100%;
width:100%;	
}
body
{
background:#000500;
width:100%;
cursor: url('cue_pointer.cur');
}
h1
{
	font-size:20px;
	color: #ffffff;
}
table{
width: 100%;
border: 1px solid #fff;
}
th, td{
text-align: left;
vertical-align: top;
border: 1px solid #fff;
color: #fff;
border-collapse: collapse;
padding: 0.3em;s
}
.noborder{
border: none;
}
.rowborder{
border:solid 1px;
color:#ffffff;
}
.tableborder{
	border:solid 1px;
	border-collapse:collapse;
}
#topnav{
	width:970px;
	float:left;
	background-color:#003500;
	margin-left:0px;
	color:#ffffff;
	font-family:algerian;
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
	height:50px;
}
#topnavleft{
	float:left;
	width:100px;
	height:50px;
	padding-left:5px;
	padding-right:5px;
	border-right:3px solid #000500;
	border-image:url("snookercue3a.png");
	margin-left:10px;
	margin-bottom:0px;
	
	}
a:link    {color:#FFFFFF;text-decoration:none;}
a:visited {color:#FFFFFF;text-decoration:none;}
a:hover   {color:#FFFFFF;text-decoration:none;}
a:active  {color:#FFFFFF;text-decoration:none;}
ul
{
color:#FFFFFF;
text-align:center;
font-size:18px;
text-transform:uppercase;
margin:0;
padding:8px;
}
li{
display:inline;
padding:10px;
}
#banner
{
	background-image:url("images/banner6.png");
	background-repeat:no-repeat;
	height:200px;
	width:1100px;
	margin-top:0px;
	margin-left:5%;
	margin-right:5%;
}
#container{
	float:left;
	width:1100px;
	background-color:#003500;
	margin-left:5%;
}
#sidenavimage
{
	float:left;
	width:100px;
	padding-left:5px;
	padding-right:5px;
	border-right:3px solid #000500;
	border-image:url("snookercue3a.png");
	margin-left:10px;
	margin-top:0px;
	border-bottom: 3px solid #000500;
}
img{
border:0px;
}
p.sidenav
{
	text-align:center;
	margin-top:30px;
}
#main{
	float:left;
	margin-top:50px;
	margin-left:50px;
	color:#FFFFFF;
	}
#mainnews{
	float:left;
	margin-top:50px;
	width:500px;
	margin-left:200px;
	margin-right: 200px;
	color:#FFFFFF;
	}
#mainadminnews{
	float:left;
	margin-top:50px;
	margin-left:50px;
	color:#000000;
	}
	#maincontact{
	float:left;
	margin-top:50px;
	width:600px;
	margin-left:150px;
	margin-right:150px;
	color:#FFFFFF;
	}
#content{
	color:#FFFFFF;
	}