* {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper #lowerbody {
	height: 200px;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: #FFF;
}
#wrapper #header #headerleft {
	float: left;
	height: 300px;
	width: 450px;
}
#wrapper #header #headerright {
	float: right;
	height: 200px;
	width: 450px;
}
#wrapper #body p {
	padding: 20px;
}
#wrapper #lowerbody #lowerbodyleft {
	float: left;
	height: 200px;
	width: 350px;
}
#wrapper #lowerbody #lowerbodymid {
	height: 200px;
	width: 550px;
	float: right;
}
#wrapper #copyright {
	float: right;
	height: 35px;
	width: 350px;
}
.lightgrey {
	font-size: 10px;
	color: #999;
}
.whitetext {
	color: #FFF;
}
.currentlywhat {
	font-weight: bold;
	color: #666;
}


#wrapper #lowerbody #lowerbodyleft p {
	padding: 20px;
}
#wrapper #body #contact #contactbox {
	background-image: url(../images/contactpage/contactbg.jpg);
	height: 360px;
	width: 95%;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	background-position: right top;
}
