@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #293155;
	border-right-color: #293155;
	border-bottom-color: #293155;
	border-left-color: #293155;
}
#wrapper #topline {
	height: 15px;
	background-color: #293155;
}
#wrapper #bodycontent {
	background-color: #FFFFFF;
	height: 1750px;
	position: relative;
}
#wrapper #bodycontent #header {
	height: 158px;
	width: 650px;
	position: absolute;
	right: 20px;
	top: 10px;
	background-image: url(stevewardheader.jpg);
}
#wrapper #bodycontent #textbox {
	height: 1200px;
	width: 850px;
	position: absolute;
	bottom: 20px;
	left: 50px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #BCCCE3;
}
#wrapper #bodycontent #textbox #INNERTEXT {
	height: 1170px;
	width: 830px;
	position: absolute;
	left: 10px;
	top: 12px;
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #293154;
}
#wrapper #bodycontent #textbox #INNERTEXT #text {
	background-color: #293154;
	height: 1150px;
	width: 800px;
	position: absolute;
	left: 20px;
	top: 13px;
}
#wrapper #bodycontent #textbox #INNERTEXT #text #logo {
	height: 75px;
	width: 200px;
	position: absolute;
	left: 300px;
	bottom: 20px;
	background-image: url(logo-small.jpg);
}



#wrapper #bodycontent #gallery {
	height: 250px;
	width: 650px;
	position: absolute;
	right: 20px;
	top: 178px;
	border: 2px solid #BCCCE3;
}
#wrapper #bodycontent #navigation {
	background-color: #FFFFFF;
	height: 50px;
	width: 900px;
	position: absolute;
	top: 450px;
	left: 25px;
}
#wrapper #bodycontent #tickboxes {
	height: 418px;
	width: 236px;
	position: absolute;
	left: 20px;
	top: 10px;
	background-image: url(ward-tick-box.jpg);
	border: medium none #AAAAAA;
}
#wrapper #footer {
	height: 150px;
	background-image: url(footergrad-logos.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

