/* CSS Document */

body {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	color: #202e61;
	background:#363b4c;
	margin:0px;
	text-align:center;
}


h1{
	font-size: 17px;
	font-weight:bold;
	color: #b2262a;
	margin-top:5px;
	margin-bottom:5px;
	line-height:23px;

}

h2{
	font-size: 14px;
	font-weight:bold;
	color: #b2262a;
	margin-top:5px;
	margin-bottom:0px;
}



/*address block*/
h3{
	font-size: 10px;
	margin-top:3px;
	margin-bottom:3px;
	line-height:13px;

}
/*footer*/
h4{
	font-size: 9px;
	color:#ffffff;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
}

p {
	margin-top:2px;
	margin-bottom:0px;
}

p a{
	text-decoration:underline;
	color: #b2262a;
}
	
#wrapper{
	width:851px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(images/ukGal.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#homeLogo{
	background-image:url(images/transparent.gif);
	background-position: bottom;
	display:block;
	float:left;
}


#mainNav{
	text-align:center;
	margin-top:10px;
	/*was 185*/
	float:left;
	width:152px;
}

#mainNav ul {
	list-style-type:none;
	
		
}

#mainNav li{
	text-align:center;
	width:152px;
	margin-left:-13px;
	margin-top:2px;

}

#mainNav li a {
	font-size:10px;
	color:#202e61;
	display:block;
	width:152px;
	height:20px;
	background-image:url(images/line.gif);
	background-position: bottom;
	text-decoration:none;
	background-repeat:no-repeat;

}

#mainNav li a:hover {
	color:#4563d0;
}

#mainContent {
	margin-top:185px;
	float:right;
	width:336px;
	margin-right:10px;

}


#mainContent li{
	margin-left:0px;
}


#mainContent li a {
	font-size:10px;
	color:#202e61;
	display:block;
	background-position: bottom;
	text-decoration:none;
	background-repeat:no-repeat;

}


#mainContentHeader {
	margin-top:10px;
	float:left;
	width:594px;
	margin-left:196px;

}


#mainContentRight {
	margin-top:10px;
	float:right;
	margin-right:61px;
	width:292px;
}

#mainContentLeft{
	margin-top:10px;
	float:left;
	margin-left:196px;;
	width:292px;
}


#sideBarRight {
	margin-top:185px;
	width:248px;
	float:right;
	margin-right:61px;
	margin-bottom:15px;
}


#photo {
	margin-top:185px;
	float:right;
	margin-right:61px;
	margin-bottom:15px;

}

#photo2 {
	float:right;
	}

#photoMain {
	float:right;
	margin-right:61px;
	margin-top:185px;

}


#address{
	width:830px;
	float:left;
	text-align:right;
	background: #FFFFFF;
	margin-top:30px;
}

#footer{
	margin:20px;
	width:851px;
	text-align:center;
}

#footer a{
	text-decoration:underline;
	color:#ffffff;
}


.clear{
	clear:both;
}
	
	
