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-position: center top;
	background-repeat: no-repeat;
  }
 

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


.main{
	margin:10px auto;
	width:800px;
	padding-top:0px;
	border: 1px solid #666666;
	background-color: #333333;
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	height: 650px;
}
.main2{
	margin:10px auto;
	width:800px;
	padding-top:0px;
	border: solid #FFFFFF 1px;
	background-color: #FFFFFF;
	background-image: url(../images/home-bg2.jpg);
	background-repeat: no-repeat;
	height: 650px;
}
.welcome {
	width: 400px;
	margin-top: 155px;
	margin-left: 40px;
	background-image: url(../images/logo-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	float: left;
}
.welcome2 {
	width: 400px;
	margin-top: 114px;
	margin-left: 40px;
	background-image: url(../images/logo-lrg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	float: left;
}
.welcome h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 1.5px;
}
.welcome2 h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 1.5px;
}
.welcome-text {
	width: 320px;
	margin: 155px 10px 0px 10px;
	float: right;
}
.welcome-text p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
.home-nav {
	margin: 10px 10px 10px 40px;
}
#footer {
	margin:10px auto;
	width:800px;
	font-size: 8px;
}
