#container
{
	margin: 0 auto;
	width: 750px;
	background:	#E0E0E0;
    
    
	
}

#header
{
	background:#bbb;
    height: 160px;
	background-image:url('images/Money Shot Banner (name and motto).jpg');
    background-repeat:no-repeat;
    background-position:center;
     
}

#header h1 
{ 
  margin: 0; 
  text-align:center;


}

#navigation
{
	float: left;
	width: 750px;
	background:#000000;   
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	
}

#navigation li a:hover 
{ background:#383; 
}

#content
{
	clear: left;
	padding: 10px;
    background-image:url('images/money3.jpg');
    text-align: left;  
    min-height:600px;  
    height:auto !important;
    height:600px; 
    
}


#content a
{
font-weight: bold;
}



#content h1
{
font-family: Impact, Arial;
text-align:center;

}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
    text-align:left;
}

#content a
{
  text-decoration: none;

 }

#footer
{
	background:#000000;
	text-align: center;
	padding: 20px;
	height: 1%;
    color: #ffffff;
}

html, body 
{
 font-family: Verdan, Geneva, sans-serif;
 background-color: #4A4344;
 font-size: 13px;
 height: 100%;
 text-align: center;  
 
}

 a img{ border:none } 
 
a:link {color: #0000CD }
a:visited {color: #0000CD }
a:hover {color: #FF0000 }
a:active {color: #0000FF }


