@charset "utf-8";
/* CSS Document */

body {
	background-color: #00274c;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Bodoni MT", "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#headerbackground {
	background-image: url(assets/topgreybackground.png);
	background-repeat: repeat-x;
	height: 298px;
	width: 100%;
}
#header {
	height: 298px;
	width: 800px;	
}
#logo {
	height: 298px;
	width: 356px;
	float: left;	
}
#pleaseexcuseourmess {
	height: 50px;
	width: 444px;
	float: right;
	text-align: right;
	font-size: 36px;
	position: relative;
	top: 200px;
}
#descriptionholder {
	text-align: center;
	width: 800px;
	position: relative;
	z-index: -1;
	top: -85px;
}
#description {
	font-size: 18px;
	background-color: #335170;
	text-align: center;
	width: 585px;
}
#contactbackground {
	background-image: url(assets/contactbackground.png);
	background-repeat: repeat-x;
	height: 403px;
	width: 100%;
}
#contactholder {
	width: 800px;
	height: 403px;
}
#contactaddress {
	width: 380px;
	float: left;
	font-size: 14px;
	text-align: right;
	top: 50px;
}
#contactpeople {
	width: 380px;
	float: left;
	font-size: 14px;
	text-align: left;
}
#contactsplit {
	background-image: url(assets/contactsplit.png);
	background-repeat: repeat-y;
	width: 35px;
	height: 275px;
	float: left;
}
#copyright {
	width: 800px;
	text-align: center;
	text-size: 8px;
	height: 50px;
}
.style1 {
	font-size: 36px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}


