@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
	margin-bottom: 0px;
}

#shadow {
	width: 1064px;
	background-repeat: repeat-y;
	background-image: url(../images/drop-shadow-background.jpg);
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	height: 215px;
	width: 100%;
	background-image: url(../images/matHeader.jpg);
}
#menuBar {
	height: 60px;
	width: 100%;
	border-bottom-width: 0px;
	background-image: url(../images/menuBackground.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#content {
	background-color: #FFF;
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #252525;
	border-left-color: #252525;
	height: auto;
	padding: 20px;
}
#footer {
	background-color: #333;
	height: 200px;
	width: 100%;
}
