@charset "UTF-8";
body {
	background-color: #000000;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	background-repeat: no-repeat;
	background-position: left center;
}
#nav {
	width: 250px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	background-repeat: no-repeat;
	height: 550px;
	float: left;
}
#text {
	float: right;
	width: 550px;
	background-repeat: repeat-y;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: -5px;
	background-image: url(images/text.png);
}
#textfla {
	float: right;
	width: 720px;
	background-repeat: repeat-y;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: -5px;
	background-image: url(images/text.png);
}

#text p {
	font-family: "Lucida Sans";
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	text-align: left;
	font-size: 12px;
}
#top {
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	width: 550px;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 10px;
}
#text a {
	color: #FFFFFF;
}
#bottom {
	background-repeat: no-repeat;
	margin-left: 15px;
	width: 1000px;
	height: 50px;
	float: left;
	background-position: top;
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #FFFFFF;
}
#logo {
	background-repeat: no-repeat;
	height: 180px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background-position: left center;
	background-image: url(images/staffordlogowebcontact.jpg);
}
#top h1 {
	font-family: "Lucida Sans";
	font-size: 1.3em;
	color: #FFFFFF;
	margin-left: 15px;
	font-weight: bolder;
	text-align: left;
}
#image-right {
	width: 160px;
	float: right;
	margin: 5px;
}
#bottom a {
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #FFFFFF;
}

