
html, body {height: 100%;}

body  {
	background: #000 url(assets/background.jpg) center center fixed no-repeat;
	min-height:100%;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
	font-family: Calibri, "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
}

.twoColFixRt #container { 
background:url(assets/container.png) repeat-y;
width: 800px; 
min-height:100%;
height:100%;
margin: 0 auto;
padding:0;
text-align: left; 
}

.twoColFixRt #sidebar1 {
float: right;
width: 230px;
padding: 15px 10px;
margin:60px 50px 0 0;
}

.twoColFixRt #mainContent { 
margin: 0 320px 0 0;
padding: 80px 0 0 20px; 
} 

#mainContent h1 {
float:left;
background: url(assets/scottish-training-organisation.png) no-repeat;
width:218px;
height:400px;
text-indent:-9999px;
margin:20px 15px 0 0;
padding:0;
	}
	
.twoColFixRt #sidebar1 h3.interested {
background: url(assets/interested.png) no-repeat;
width:164px;
height:23px;
text-indent:-9999px;
	}
	
.twoColFixRt #sidebar1 h3.more {
background: url(assets/find-out-more.png) no-repeat;
width:207px;
height:23px;
text-indent:-9999px;
	}
	
#sidebar1 p {color:#fff;}	
#sidebar1 p b {color:#000; font-size:1.1em;}	


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited {color:#fff; text-decoration:none}
a:hover, a:active {color:#000; text-decoration:underline}