@charset "UTF-8";
				html, body { height:100%; background-color: #ffffff;}
		body { margin:0; padding:0; 
		background: #FFFFFF;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
		
		}
		#flashContent { width:100%; height:100%; }

	

}
.oneColElsCtr #container {
	width: 60em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style1 {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #003399;
	font-weight: bold;
}
.style3 {
	color: #FF0000
}
.style5 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#socialMedia {
	padding: 0px;
	height: 48px;
	width: 184px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#twitter {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 68px;
}
#facebook {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 68px;
}
#youtube {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 48px;
}
.style6 {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.oneColElsCtr #container #mainContent .style1 {
	text-align: center;
	color: #F00;
}

.rolloverTwitter a
{
display: block;
width: 48px;
height: 48px;
background: url(http://www.skippingschool.co.uk/ntwitter.gif) no-repeat;
background-position: bottom;
text-decoration: none;
float: left;
}

.rolloverTwitter a:hover
{
background-position: top;
}

.rolloverFacebook a
{
display: block;
width: 48px;
height: 48px;
background: url(http://www.skippingschool.co.uk/nfacebook.gif) no-repeat;
background-position: bottom;
text-decoration: none;
float: left;
}

.rolloverFacebook a:hover
{
background-position: top;
}

.rolloverYouTube a
{
display: block;
width: 48px;
height: 48px;
background: url(http://www.skippingschool.co.uk/nyoutube.gif) no-repeat;
background-position: bottom;
text-decoration: none;
float: left;
}

.rolloverYouTube a:hover
{
	background-position: top;
}


/* Structure */
#wrapper {
	width: 100%;	
	max-width: 1200px;
	margin: auto;
	padding: 0;
	} 

	#main {
		width: 60%;
		margin-right: 5%;
		float: left;
		}		
		
	aside {
		width: 35%;
		float: right;
		}
		
/* Banner */			
#banner {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	}

	#banner img {
width: 100%;
height: auto;
}

