html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  }
 

.colour-black {color: #000000}
.colour-orange {color: #FF6601}


.main{
	margin:10px auto;
	width:800px;
	padding-top:0px;
	border: 1px solid #666666;
	background-color: #1C1C1C;
	background-image: url(../images/pages-bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.clear-div {
	clear: both;
}
#banner {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 40px;
	clear: both;
}
#banner-pics {
	float: left;
}
#banner-pics img {
	margin-right:10px;
}
#banner-title {
	float: right;
	width: 330px;
	vertical-align: bottom;
	height: 60px;
}
#banner-title h1 {
	font-size: 18px;
	color: #CC3300;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#left-col a:link, #middle-col a:link, #right-col a:link {color: #CC3300;}
#left-col a:hover, #middle-col a:hover, #right-col a:hover {color: #FF3333; }
#left-col a:visited, #middle-col a:visited, #right-col a:visited {color: #CC9900;}


#left-col {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 50px;
	margin-left: 40px;
}
#left-col h1 {
	font-size: 13px;
	color: #CC6600;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
#left-col p {	font-size: 11px;	color: #CCCCCC;
	margin-top: 0px;	margin-bottom: 5px; line-height: 14px;
}

#middle-col {
	width: 200px;
	margin-top: 50px;
	margin-left: 10px;
	float: left;
}
#middle-col h1 {font-size: 13px;
	color: #CC6600;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
#middle-col h2 {font-size: 11px;
	color: #CC6600;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
#middle-col p {	font-size: 11px;	color: #CCCCCC;
	margin-top: 0px;	margin-bottom: 5px; line-height: 15px;
}


#right-col {
	float: right;
	width: 330px;
	margin-top: 50px;
	margin-right: 10px;
}
#right-col h1 {font-size: 16px;
	color: #CC6600;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
#right-col h2 {font-size: 12px;
	color: #CC6600;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: normal;
}
#right-col h6  {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
#right-col p {	font-size: 13px;	color: #CCCCCC;
	margin-top: 0px;	margin-bottom: 8px; line-height: 19px;
}


#footer {
	margin:10px auto;
	width:800px;
	font-size: 8px;
}label {
	font-size: 9px;
}
.highlight {
	color: #CC6600;
}

