@charset "UTF-8";
/* CSS Document - www.jantsdesign.co.uk*/

*{
	padding:0;
	margin:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#fff;
	background-color:#333333;
}
#container_top{
	width:100%;
	height:100px;
	background:url(../images/header_bg.gif) top left repeat-x;
}
#content_top{
	width:960px;
	height:100px;
	margin:0 auto;
}
#flash_logo{
	width:350px;
	height:100px;
	float:left;
	margin-right:610px;
	background-color:#FFFFFF;
}
#navigation_container{
	width:100%;
	background:url(../images/nav_bg.gif) top left repeat;
}
#navigation{
	width:960px;
	height:36px;
	margin:0 auto;
}
#content_holder{
	width:100%;
	height:100%;
	background:url(../images/content_bg.gif) top left repeat;
}
#content{
	width:960px;
	margin:0 auto;
	padding:30px 0px 10px 0px;
	line-height:1.2em;
}
.highlight{
	color:#fcb897;
}
#container_bottom{
	width:100%;
	background:url(../images/footer_bg.png) top left repeat-x;
}
#content_bottom{
	width:960px;
	height:135px;
	margin:0 auto;
	font-size:0.9em;
}
#copyright{
	width:700px;
	float:left;
	margin-top:5px;
}
#webdesign{
	width:150px;
	float:right;
	margin:5px 5px 0px 0px;
	text-align:right;
}
#quotes{
	width:940px;
	float:left;
	font-style:italic;
	margin:10px 0px 45px 0px;
	padding:0px 10px;
	text-align:center;
	color:#ccc;
	font-size:1.1em;	
}
#copyright a:link, #copyright a:visited{
	color:#ff6600;
}
#copyright a:hover{
	text-decoration:underline;
}
.person{	
	font-weight:bold;
	color:#ff6319;
}
#text ul li{
	margin-left:15px;
	list-style:
}
#text a:link, #text a:visited, wide-text a:link, wide-text a:visited{
	color:#ff6319;
	text-decoration:none;
}
#text a:hover{
	text-decoration:underline;
}
#wide-text a:hover{
	text-decoration:underline;
}
#facebook{
	float:right;
	padding:0px 20px 0px 0px;
}
#logos{
	width:175px;
	float:right;
}
.people{
	width:890px;
	float:left;
	padding-top:15px;
}
.people-text{
	width:700px;
	float:left;
	padding:15px 25px 0px 20px;
}
.people-image{
	width:100px;
	float:left;
	padding-top:15px;
}
#youth-logos{
	float:right;
	padding-right:130px;
}