@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content {
	height: 1120px;
	width: 900px;
	position: relative;
}
#wrapper #content #white-box {
	background-color: #f8f8f8;
	height: 300px;
	width: 700px;
	position: absolute;
	left: 200px;
	top: 150px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #content #bwc-logo {
	height: 5px;
	width: 120px;
	position: absolute;
	left: 230px;
	bottom: 60px;
}
#wrapper #content #bwc-text {
	height: 5px;
	width: 500px;
	position: absolute;
	left: 380px;
	bottom: 60px;
}
#wrapper #content #phone {
	height: 35px;
	width: 690px;
	position: absolute;
	left: 105px;
	top: 10px;
	z-index: 2;
}

#wrapper #content #gallery {
	border: medium solid #013F78;
	position: absolute;
	left: 220px;
	top: 130px;
	z-index: 2;
	width: 450px;
	height: 300px;
}
#wrapper #footer {
	height: 100px;
}
#wrapper #content #page-title {
	height: 66px;
	width: 600px;
	position: absolute;
	left: 255px;
	top: 60px;
	background-image: url(TOP-LOGO.gif);
	background-repeat: no-repeat;
}

#wrapper #content #logo {
	background-image: none;
	left: 0px;
	top: 127px;
	position: absolute;
	height: 930px;
	width: 200px;
	background-repeat: no-repeat;
	border: 1px solid #000066;
	background-color: #00A1C7;
}
#wrapper #content #logo #services-list {
	height: 550px;
	width: 190px;
	position: absolute;
	left: 5px;
	top: 5px;
	background-image: none;
	background-color: #00A1C7;
	line-height: 30px;
	border: 1px solid #000066;
}
#wrapper #content #text-box {
	height: 500px;
	width: 600px;
	left: 250px;
	top: 470px;
	position: absolute;
}
#wrapper #content #text-box #innertext {
	height: 330px;
	width: 580px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #00A1C7;
	border-right-color: #00A1C7;
	border-bottom-color: #00A1C7;
	border-left-color: #00A1C7;
}

#wrapper #content #menu {
	height: 250px;
	width: 180px;
	position: absolute;
	top: 170px;
	right: 20px;
	z-index: 2;
}

