/*
Created by Tjobbe Andrews of www.sitecreative.net - the author must be creditted when using this work
*/

body	{
	text-align:center;
	margin:0 auto;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color: #003300;
}
h1		{font-size:135%; margin:0 0 5px 0; padding:0; font-weight:normal; line-height:140%; }
p		{margin:0; padding:0 0 15px 0; line-height:140%; }
a		{color:#000000; text-decoration:underline; font-weight:bold; }
a:hover	{text-decoration:none; }

/*structural*/
#all			{margin:0 auto; text-align:left; width:720px; }
#container		{
	background-color: #FFF;
	background-image: url(../../images/mmn_header2.jpg);
	background-repeat: no-repeat;
	background-position: center 88px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}
#content		{
	float:left;
	width:430px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #BABC76;
	height: 7900px;
}
#rightColumn	{
	float:right;
	width:170px;
	background-color: #CFD09F;
	height: 7900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer			{margin:20px 0; clear:both; text-align:left; width:680px; padding:20px 20px 5px 20px; background:#FFFFFF; font-size:90%; }
#footer span	{float:right; }

/*navigation*/
ul#nav			{
	margin:0 0 220px 0;
	padding:20px 0;
	background-color: #990000;
}
#nav li			{margin:0; padding:0; list-style:none; display:inline; }
#nav a			{
	padding:20px;
	color:#FFF;
	text-decoration:none;
	background-color: #990000;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}

/*stops the home button going weird*/
#noLeftBorder a, #noLeftBorder a:hover	{border-left:0;}

/*custom headers*/
h1#speech	{padding:0; margin:15px; font-size:180%; font-weight:normal; color:#FFFFFF; }

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
#content_sub {

	float:left;
	width:650px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

