/*
CSS MarieNickol Designs 
*/

body {
  margin-top:35px;
  margin-bottom:20px;
  text-align: center;
  background: url(images/mnbkg.jpg) repeat fixed;
  background-color: #181c37;
  background-position: top;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  letter-spacing: normal; 
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}


h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;  
}

A:link {
	color: #000000; text-decoration: none
}
A:visited {
	color: #000000; text-decoration: none
}
A:active {
	color: #000000; text-decoration: none
}
A:hover {
	color: #000000; text-decoration: underline
}

.cleaner { clear: both }

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 1200px;
  height: 100%;
  text-align: left;
  background: #f5eee4 url(images/mntilebg1.jpg) repeat fixed;
  background-color: #f5eee4;
  border: 10px #32307c solid;
}

#page_header {
  height: 800px;
  padding-top: 10px;
  background:  no-repeat;
  text-align: center;
  clear: both;
  
}

/*


#menu_bar {
  margin-top: 0;
	height:34px;
	background: #f5eee4 top left repeat-x;
	clear: both;
	border: 5px #bd5c18 solid;
  
}

#menu_bar ul {
    margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	background: top left repeat-x;
	color: #3b2f29;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a {
    padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	background: #f5eee4 top left repeat-x;
	color: #3b2f29;
	text-decoration: none;
	float: left;
	border: 4px #bd5c18 double;
}

#menu_bar ul li a:hover
{
  background: #e2d9ce top left repeat-x;
  color: #3b2f29;
}
*/

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left: 20px;
  margin-right:20px;
  clear:both;
}


#content {
  width:100%;
  background-color: ;
  margin: 0px;
  padding-top: 20px;
}

.mncontent {
  width: 950px;
  background-color: ;
  margin: 40px;
  height: 100%;
}

.mnmiddle {
	width: 100%;
	height: 300px;
	text-align: center;
	  clear:both;
}

h3.one {
    word-spacing: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-weight: bold; 
	font-size: 14px; 
	text-align: center;
}
  


/* table */
.mntb3 {
	
	width: 80%;
	padding: 5px;
}

.mntd3 {
	border: 1px solid #32307c;
	width: 300px;
	padding: 5px;
}


/* end of table */


#footer {
	border-top: 2px #32307c dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width:100%;
	clear: both;
}
.footer a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: none;
}