@charset "utf-8";
/* CSS Document */
/* blueskyz.co.uk site layout */

.skyz #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:medium;
	border:#000000;
	border-right-style:groove;
	border-left-style:groove;
	border-top-style:groove;
	border-bottom-style:groove;
}

/* BASE PAGE FORMAT STYLES */
.skyz #header {
	background: #FFFFFF url(../img/header_900w_120h.jpg);
	height: 120px;
}
.skyz #headingtext {
	padding-top:10px;
	padding-left:10px;
}
.skyz #headinglogo {
	padding-top:15px;
	padding-left:10px;
}
.skyz #navigationbar {
	width: 900px;
	height: 22px;
	background: #0145b2;
}
.skyz #spacerbelowheader {
	height:5px;
	background-color:#000000;
}
.skyz #bodywrap {
	background-color:#FFFFFF;
	width:900px;
	margin-top:0px;
	height:100%;
}
.skyz #leftwrap {
	background-color:#FFFFFF;
	width:175px;
	float:left;
	margin-left:5px;
	margin-top:15px;
}
.skyz #lefthead {
	width:175px;
	height:400px;
	background: #FFFFFF url(../img/vertical_fade_400h.jpg) repeat-x left top;
	padding-top:2px;
	text-align:center;
}
.skyz #leftbody {
	width:175px;
	padding-top:10px;
	background: #FFFFFF;
	text-align:center;
}
.skyz #rightwrap {
	width:700px;
	float:right;
	margin-right:5px;
	margin-top:15px;
	background-color:#FFFFFF;
}
.skyz #righthead {
	width:700px;
	height:30px;
	background: #FFFFFF url(../img/header_fade_30h.gif) repeat-x left top;
}
.skyz #rightbody {
	width:700px;
	margin-top:0px;
	background: #FFFFFF url(/img/bg4c.jpg) repeat-x left top;
	padding-top:10px;
}
.skyz #spacerabovefooter {
	height:5px;
	background-color:#000000;
}
.skyz #footer {
	background: #22539F url(../img/footer_900w_40h.jpg);
	height: 42px;
	padding-top:2px;
	padding-bottom:2px;
}

/* END */

.skyz #googlemap {
	width:522px;
	margin-left:33px;
}
.skyz #scollingnews {
	width:171px;
	background-image:url(../img/sidebar_171w_677h.jpg);
	text-align:left;
}

.skyz #googlemap {
	width:522px;
	margin-left:33px;
}

#bglist {
list-style-type:none;
}
#bglist li {
float: left;
width:270px;
margin-bottom:10px;
font-size:80%;
}
#bglist img {
display: block;
border: 1px solid #6d6e72;
}