@charset "UTF-8";
#dbwrapper {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFCACE;
	float: none;
	height: 1000px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	color: #FFCACE;
	font-size: large;
}
#header {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	float: none;
	height: 150px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFC4CE;
	float: none;
	height: 57px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
}
#body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: none;
	height: 600px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFCACE;
	float: none;
	height: 200px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
