@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color: #1d3348;
}

.mainbkgd {
	
	background-image: url(MM_images/main_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: 35% 55px;
	background-color: #1d3348;
	padding-top: 45px;
	height: 1000px;
}

.shadow {
	background-image: url(MM_images/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
	width: 980px;
}

.wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	background-image: url(MM_images/header_bkgd2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 119px;
	width: 980px;
	border-bottom: 4px solid #000;
	border-top: 10px solid #E4E0DD;
	
}

.navigation {
	background-image:url(MM_images/navigation2.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: auto;
}

.bigpicture {
	background-image:url(MM_images/mark2.jpg);
	background-repeat:no-repeat;
	height: 445px;
	margin-top: 0px;
}

.enterbox {
	width: 600px;
	height: auto;
	background-image:url(MM_images/cream_bkgd.png);
	padding: 20px;
	margin-top: 325px;
	text-align: right;
	float: left;
}