@charset "utf-8";
body
	{
		padding: 10px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#333;
		font-size:0.9em;
		margin:0;
		padding:0;
	}
h1
	{
		font-size:1.9em;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#900;
		padding-top:0;
		margin-top:5px;
	}
h2
	{
		font-size:1.5em;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#900;
		margin-top:3.0em;
	}
#nav
	{
		width:195px;
		background-color:#FFCC80;
		float: left; 
	}
#nav a
	{
		color:#666;
		text-decoration:none;
		padding:5px 5px 5px 10px;
		margin-bottom:8px;
	}
#nav a:hover
	{
		color:#000;
		text-decoration:underline;
	}
#nav ul 
	{
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
	}
#nav li
	{
		padding-bottom:1.5em;
	}


#gallery
	{
		margin-left:210px;
	}
#gallery ul
    {
        list-style: none;
		display:block;
		width: 660px;
    }
#gallery ul li
    {
        display:inline-block;
		margin:auto;
		background:#fff;
    }
#gallery ul img
    {
        border: 5px solid #CCC;
        border-width: 5px 5px 20px;
		padding:5px 5px 5px 5px;
    }
#gallery ul a:hover img
    {
        border: 3px solid #E8E8E8;
        border-width: 5px 5px 20px;
        color: #fff;
    }
#gallery a
	{
		color:#900;
		text-decoration:none;
	}
#gallery a:hover
    {
        color:#039;
		text-decoration:underline;
    }
#gallery a:visited
    {
        color:#069;
		font-style:italic;
    }
#hdr
	{
		margin:0;
		padding:0;
		height:90px;
		background-color:#FF9900;
		background-attachment: fixed;
		background-image:url(../imgs/fleetwood-hdr.jpg);
		background-repeat: no-repeat;
		position:relative;
		top:0px;
		visibility: visible;
		left: 0px;

	}
	
#overlay
	{
		display:none;
	}
#disclaimer
	{
		display:none;
	}	
#push {
	height: 200px; 
}
#footer {
	height: 90px;
	background-color:#CCC;
}
#footer a
	{
		color:#900;
		text-decoration:none;
	}
#footer a:hover
    {
        color:#039;
		text-decoration:underline;
    }
#footer a:visited
    {
        color:#069;
		font-style:italic;
    }
