/*
      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: #011021;
 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('header6.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;
}

#leftcolumn { 
 color: #333;
 background: url('bg-backed1.gif') repeat-x 0px 0px;padding: 10px;
margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 285px;
 
 float: left;
}
#rightcolumn { 
float: right;
color: #333;
background:url('bg-backed1.gif') repeat-x 0px 0px; padding: 10px;
padding: 10px;
width: 595px;
}

#footer { 
 width: 880px;
 height: 15px;
 clear: both;
 color: #ffffff;
 background: #000000;
 padding:10px;
 margin: 0px 0px 0px 0px;
}
