@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}
img{border:0px}

h1 {
	font-weight: bold;
	font-size: 0.9em;
	color: #007115;
	margin-top: -5px;
	margin-bottom: 5px;
}
h1 a {
	color: #007115;
	text-decoration:none;
}
h1 a:hover {
	color: #00480D;
	text-decoration:underline;
}
b{font-size: 110%;}
em{color: red;}
ul {
	margin-left: 10px;
	padding: 0;
	margin-top: -5px;
	margin-bottom: 0px;
		}
		
li {
	margin: 0;
	font-size: 0.7em;
		}

#topsection{
	height: 90px; /*Height of top section*/
	text-align: center;
	background-color: #EAEAEA;
	background-image: url(images/gbheader.jpg);
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#columnwrapper{
float: left;
width: 100%;
}

#rightcolumn{
	margin: 0 33% 0 33%; /*Margins for right column. Should be "0 contentcolumnWidth 0 rightcolumnWidth*/
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #990000;
}

#leftcolumn{
	float: left;
	width: 33%; /*Width of left column in percentage*/
	margin-left: -100%;
	background-color: #adc89b;
	background-image: url(images/snookerbg.jpg);
	background-repeat: repeat-x;
	height: 760px;
	color: #003333;
}
#leftcolumn a{
	color: #336633;
	text-decoration: none;
}
#leftcolumn a:hover{
	text-decoration: underline;
}

#contentcolumn{
	float: left;
	width: 33%; /*Width of right column in percentage*/
	margin-left: -33%;
	background-color: #d1d1d3;
	background-image: url(images/qbg.jpg);
	background-repeat: repeat-x;
	height: 760px;
	color: #333333;
}

#footer{
	clear: left;
	width: 100%;
	color: #999999;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 25px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#footer a{
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	color: #000;

}

.innertube{
	margin: 10px;
}
.line{
	width: 50%;
	display:block;

}
.flt{
	text-align:center;
	margin-top: 10px;
}

.hrst{
	background: #ccc;
color: #ccc;
height: 1px;
margin: 0 0 10px;
}
.linksnoo{
	margin-left: 10px;
	margin-top:3px;
	font-weight: bold;
}
