body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/dit-bg.png);
	background-repeat: repeat-x;
	background-color: #F7F3D9;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}


#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#header {
	width: 900px;
	height: 100px;
	background-image: url(../images/dit-header.png);
}


#logo {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
}
#social {
	float: right;
	height: 35px;
}

#nav-bar {
	float: right;
	height: 30px;
	margin-top: 34px;
	width: 400px;
	clear: right;
}
#middle-wrapper {
	background-color: #FFF;
	width: 900px;
	float: left;
}


#middle {
	width: 880px;
	background-color: #EDEDED;
	margin: 10px;
	float: left;
}
#banner {
	height: 250px;
	width: 880px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#main-left {
	float: left;
	width: 570px;
	padding-top: 10px;
	padding-left: 10px;
}
#main-left h1 {
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #004A7E;
}
#main-left a {
	color: #004A7E;
	text-decoration: none;
	font-weight: bold;
}


#main-right {
	float: right;
	width: 290px;
	background-color: #FFF;
}
#footer {
	background-image: url(../images/dit-footer.png);
	height: 35px;
	width: 900px;
	float: left;
	font-size: 0.8em;
	color: #ec961e;
	text-align: center;
	padding-top: 5px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#map {
	float: right;
	width: 300px;
}
form table {
	background-color: #FFF;
}
