@charset "UTF-8";
body {
	background-image: url(images/yellowpanel.jpg);
	background-repeat: repeat;
	position: absolute;
				width: 100%;
                height: 100%;
				left: 0px;
                right: 0px;
                top: 0px;
                bottom: 0px;
}

html,body {
   margin:0;
   padding:0;
   text-align: center;
}

#container {
	height: 100%;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	width: 1014px;
}

#header {
		background-image: url(images/MAM_header.png);
		background-repeat:no-repeat;
		background-position:center;
		padding-top: 20px;
		height: 180px;
}

/*#main_content_bg {
	background-color:#FFF;
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	min-height: 100%;
	position:relative;
	z-index:-100;
	width: 850;
	margin-left: 84px;
}*/

#main_content {
	background-image:url(images/MAM_gradient.png);
	background-repeat:repeat-x;
	width: 750px;
	/*background-color:#FFF;*/
	min-height: 100%;
	/*filter:alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;*/
	margin-left: 74px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 40px;
	padding-right: 60px;
	padding-top: 10px;
	font-size:16px;
	position: relative;
	z-index: 100;
}

#main_content a {
	color: #ca7a09;
	text-decoration:none;
}

#main_content a:hover {
	color: #bd5109;
	text-decoration:none;
}

#main_content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #831B15;
	text-align:center;
	padding-left: 20px;
	margin-bottom: 5px;
}

#main_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #831B15;
	margin-bottom: 2px;
}

#footer {
	background-image:url(images/MAM_footer.png);
	background-repeat:no-repeat;
	height: 200px;
	width: 850px;
	margin-left: -30px;
}

#footer a {
	color: #ca7a09;
	text-decoration:none;
}

#footer a:hover {
	color: #bd5109;
	text-decoration:none;
}

#footer h6{
	font-size:13px;
	padding-top: 160px;
	padding-left: 250px;
	color:#831b15;
}
	
