@charset "UTF-8";
#mainimage   {
	position: relative;
	height: 150px;
	background-color: #002035;
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainimagebg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#container {
	background-color: #FFF;
	height: 1180px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	position: relative;
}
#imagecontainer {
	height: 50px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#twitter {
	background-color: #E3E3E3;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 230px;
	position: absolute;
	top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	right: 0px;
}
#contacttext   {
	position: absolute;
	height: 240px;
	background-color: #FFF;
	width: 700px;
	margin: 0px;
	padding: 0px;
	top: 20px;
	left: 50px;
}
#contacttwotext   {
	position: absolute;
	height: 170px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	top: 900px;
	left: 50px;
}
#googlemap   {
	position: absolute;
	height: 450px;
	background-color: #FFF;
	width: 700px;
	margin: 0px;
	top: 395px;
	left: 50px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#mainContent   {
	position: relative;
	height: 1180px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
}
/* CSS Document */

#wrapper #mainContent #text {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 700px;
	position: absolute;
	top: 40px;
	left: 65px;
}
