@charset "UTF-8";
#boxcontainer {
	margin: 0px;
	padding: 0px;
	height: 305px;
	width: 900px;
	position: relative;
	clear: both;
	background-position: bottom;
	background-repeat: no-repeat;
}
#newsletter {
	position: absolute;
	height: 70px;
	width: 600px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#boxinfoone {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#boxinfotwo {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 200px;
	top: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
#boxinfothree {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 402px;
	top: 0px;
}
#intro {
	margin: 0px;
	padding: 0px;
	width: 900px;
	position: relative;
	clear: both;
	height: 100px;
	background-image: url(images/strip.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* CSS Document */

#welcome {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/hometext.png);
}
#content {
	margin: 0px;
	padding: 0px;
	height: 380px;
	width: 900px;
	position: relative;
	clear: both;
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
}
#text {
	margin: 0px;
	position: absolute;
	height: 370px;
	width: 590px;
	top: 0px;
	right: 0px;
	border-top-width: 0.2px;
	border-bottom-width: 0.2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CACACA;
	border-bottom-color: #CACACA;
}
#boxinfo {
	margin: 0px;
	position: absolute;
	height: 270px;
	width: 601px;
	top: 17px;
	background-color: #e0e0e0;
	left: 0px;
}
#homeimage {
	position: absolute;
	height: 370px;
	width: 290px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0.2px;
	border-bottom-width: 0.2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
#twitter {
	position: absolute;
	height: 270px;
	width: 285px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	right: 0px;
}

