@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 25px 0px 12px;
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #526052;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 12px;
	text-align: justify;
	line-height: 15px;
}



#container {
	margin: 0px 10%;
	width: 800px;
	text-align: left;
}

#page_static {
	width: 800px;
	height: 235px;
	overflow: hidden;
}

/* Page Header */

#page_header {
	padding: 0px 0px;
	position: absolute;
}

#page_header h1 {
	width: 200px;
	height: 200px;
	background: url('http://www.mndare.org/images/logo.jpg');
}


/* Page Banner */

#page_banner {
	padding: 0px 250px;
	z-index: 1;
	position: absolute;
}

#page_banner h1 {
	width: 580px;
	height: 200px;
	background: url('http://www.mndare.org/images/n_h_banner.jpg') no-repeat 0% 50%;
}

/* SuperValu Container  */
#donor {
	margin: 200px auto;
	width: 200px;
	position: absolute;
}



/* Navigation Menu */

#navmenu {
	margin: 315px auto;
	padding-left: 12px;
	width: 175px;
	clear: both;
	z-index: 1;
	text-align: center;
	position: absolute;
}

#navmenu a {
	text-decoration: none;
}

#navmenu li {
	padding: 0px 11px;
	float: left;
	line-height: 23px;
}

#navmenu li#menu_first {
	padding-top: 5px;
	background-repeat: no-repeat;
}

#navmenu li#menu_last {
	padding-bottom: 12px;
	background-repeat: no-repeat;
}

#navmenu li a {
	display: block;
	background-color: #880000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#navmenu li a:hover {
	background-color: #000;
	color: #fff;
}

#navmenu li#menu_first a {

	border-top: #fff 3px solid;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#navmenu li#menu_last a {
	border-bottom: #fff 3px solid;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#navmenu li a b {
	margin: 0px auto;
	padding-bottom: 2px;
	display: block;
	width: 151px;
	border-bottom: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #fff 3px solid;
	border-left: #fff 3px solid;

}

/* Reclaim Center Container */
#donor_ad {
	margin: 200px auto;
	width: 200px;
	padding-left: 25px;
	padding-top: 420px;
	position: absolute;
}



/* Main Content */

#main_content {
	padding-left: 220px;
	padding-top: 250px;
	float: left;
	clear: both;
	text-align: center;
	position: absolute;
}
#main_content a {
	color: #0033ff;
}


#main_content2 {
	width: 600x;
}

#main_content_header {
	width: 600px;
	

}

#main_content_header h2 {
	padding: 20px 10px 12px;
	font-size: 20px;
	text-transform: uppercase;
}

#main_content_body {
	width: 600px;
	min-height: 300px;
	background-color: #ffffff;
	color: inherit;
}
#main_content_body ul {
	color: #880000;
	}

#main_content_body a {
	color: #000000;
font-size: 14px;
	}
	
#main_content_body #content_box {
	margin: 0px auto;
	padding-bottom: 15px;
	width: 580px;
	text-align: justify;
}

#main_content_ads {
	width: 600px;
	min-height: 20px;
	background-color: #880000;

}

#main_content_footer {
		font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}
