/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* 

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #4f5f7b;
 margin: 10px 0px 0px 0px;
 }
#wrapper { 
  margin: 0 auto;
  width: 900px;
 background: #FFFFFF;
}
#header {
 color: #333;
 width: 900px;
 float: left;
height: 90px;
 margin: 0px 0px 0px 0px;
 background-image:url('mflogo2.jpg');
}
#navigation {
 float: left;
 width: 880px;
 height: 15px;
 padding: 10px;
color: #dab074;
 background: #000;
 font-family:Arial, Helvetica, sans-serif;
 text-align:center;
}
#navigation a 
{
 color:#fff;
 text-decoration:none;
 padding:15px;
    }

#navigation a:hover 
{
    color:#dab074;
    }
    
#flash {
 float: left;
 width: 900px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
}


#rightcolumn { 
float: left;
color: #333;
background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
width: 880px;
}

#footer { 
 width: 880px;
 height: 15px;
 clear: both;
 color: #ffffff;
 background: #000000;
 padding:10px;
 margin: 0px 0px 0px 0px;
}
