body {
	background-image:url(../images/canvasdark.jpg);
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333
	}
	
h1 {
	font-size:1.2em;
	}

#header {
	position: relative;
	height: 160px;
	width: 800px;
	background-image: url(../images/header-trial.jpg);
	}
	

	
#leftimg {
	background-image:url(../images/left1.jpg);
	background-repeat:no-repeat;
	margin-right:85px;
	
	}
#footer{
	clear:both;
	margin: 0;
	padding: 0;
	position:relative;	
	height: 85px;
	background-image:url(../images/footer.jpg);
	}
#copyright {
	clear:both;
	color:#FFFFFF;
	font-size:.7em;
	text-align:right;
	margin-top:20px;
	}
#copyright a {
	color:#FFFFFF;
	}
	
#mainwrap {
	position:relative;
	top: 10px;
	margin-bottom: 0;
	padding:0;
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	background-image:url(../images/wrapbackground.jpg);
	
	}
#rightimg {
	position:absolute;
	margin: 0;
	padding: 0;
	top: -164px;
	right: 0px;
	width: 89px;
	height: 164px;
	background-image:url(../images/right1.jpg);
	}
	

	
#content {
	padding: 1px 5px 20px 10px;
	margin-left:53px;
	margin-bottom: 0;
	min-height: 164px;
	line-height: 130%;
	height: auto !important; /* min-height workaround for IE <7 */
	height: 164px;
	
	}

#footlinks {
	position:absolute;
	right: 230px;
	top: 20px;
	
	}
#trainingtimes {
	font-size: .8em;
	padding: 10px;
	margin-left: 5px;
	float:left;
	border-top-width: 1px;
	border-top-style:inset;
	border-color: #878787;
	
	}
#location {
	font-size: .8em;
	color: #333333;	
	padding: 10px;	
	float: left;
	width: 200px;
	border-top-width: 1px;
	border-top-style:inset;
	border-color: #878787;
	}
	
A:link {text-decoration: none;
	color:#0C92CF;
	}
	
A:visited {text-decoration: none;
	color:#0C92CF;
	
	}
A:active {text-decoration: none;
	}
	
A:hover {text-decoration: underline;
		color: #933203;}
a.video {
	display:block;
	text-decoration: none;
	color:#333333;
	}
a.video:hover{
	background-color:#333333;
	color:#FFFFFF;
	}
.right{
	clear:both;
	float:right;
	background-image:url(../images/photoback.jpg);
	background-color:#FFFFCC;
	margin-top: 1em;
	text-align:center;
	font-style:italic;
	color:#515151;
	width:200px;
	}
.floatleftone{
	float:left;
	text-align:center;
	background-color:#FFFFCC;
	color:#515151;
	width:47%;
	padding:1.5%;
	}
.floatleftwo{
	float:left;
	text-align: justify;
	background-color:#FFFFFF;
	width:47%;
	padding:1.5%;
	}
.textbox{
	text-align:justify;
	}
.preload {
	position:absolute;
	left:999em;
	display:none;
	}
	
.red {
	color: #933203;
	}
.grey {
	color: #A8A39D;
	}
	
.orange{
	color:#ef800b;
	}	
.blue {
	color:#0C92CF;
	}
.green {
	color:#3FAB3B;
	}
h4 {
	color:#0C92CF;
	}
.firstletter {
	font-size: 1.5em;
	}
.highlightgrey {
background-color:#f5f5f5;
}