body {
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
#container {
	min-height: 40em;
	width: 800px;
	background-color:#ffffff;
	border: 1px solid #f6a93a;
	margin: 0 auto; 
}
#content {
	margin-top: 15px;
	height: 140px;
}
#logos {
	height: 165px;
}

#top_box {
	background-image: url(images/objects/circle_07.jpg);
	background-repeat: no-repeat;
	height:225px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

#navigation {
	background-image: url(images/objects/circle_07.jpg)
	font-family: Verdana, Geneva, sans-serif;
	width: 201px;
	float: left;
	color:#FFFFFF;
	line-height:25px;
	font-size:11px;
	clear:both;
}
#navigation ul{
	list-style: square;
	margin-left: 13px;
	padding-left: 8px;
	list-style-position: outside;
	color: #FFFFFF;
}
#navigation li{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size:11px;
}
#navigation li a:link {
	text-align:left;
	display:block;
	padding: 0;
	text-decoration:none;
	color:#FFFFFF;
}
#navigation li a:visited{
	color: #ffffff;
}
#navigation li a:active {
	color: #ffffff;
}
#navigation li a:hover{
	color: #f6a93a;
}

#bottom_bar {
	background-repeat: no-repeat;
	height:175px;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #5B9ED2;
	font-weight: bold;
}

a:visited{
	text-decoration: none;
	color: #5B9ED2;
	font-weight: bold;
}

a:active{
	text-decoration: none;
	color: #5B9ED2;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #f6a93a;
	font-weight: bold;
}

#footer {
	width: 800px;
	background-color:#ffffff;
	border-top: 1px solid #f6a93a;
	margin: 0 auto; 
}

.footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0px 75px 0px 75px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}
	
.footer a:link {
	color: #5B9ED2;
	padding: 0px 5px 0px 0px;
}

.footer a:visited{
	color: #5B9ED2;
	padding: 0px 5px 0px 0px;
}

.footer a:active{
	color: #5B9ED2;
	padding: 0px 5px 0px 0px;
}

.footer a:hover{
	color: #f6a93a;
	padding: 0px 5px 0px 0px;
}

.imgright{
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}

.imgleft{
	float: left;
}


.quotes{
	font-style: italic;
	color: #0055a5;
	font-weight:bold;
	padding-right: 80px;
	padding-left: 80px;
	text-align: center;
}
.centretext {
	text-align: center;
}
