* { /*Reset all browser defaults*/
    margin:0; 
    padding:0;
} 

body  {  
	background: #663300;
	background-repeat: repeat;
	height: 100%;
	font-family:"trebuchet ms",tahoma,courier,arial, sans-serif; 
	font-size: 90%; 
	color: #663300;
	}
	

a:link {
	color:#663300;
	text-decoration: none;
	font-weight:bold;
	}

a:visited {
	color:#663300;
	text-decoration: none;
	font-weight:bold;
	}

a:hover { 
	color:#FFFFFF; 
	text-decoration: none;
	font-weight:bold;
	}

a:active { 
	color:#FFFFFF; 
	text-decoration: none;
	}

h1	{
	font-family:"trebuchet ms",tahoma,courier,arial, sans-serif; 
	font-size: 14px; 
	color: #663300; 
	text-decoration: underline;
	}

h2	{
	font-family:"trebuchet ms",tahoma,courier,arial, sans-serif; 
	font-size: 16px; 
	color: #663300; 
	}

h3	{
	font-family:"trebuchet ms",tahoma,courier,arial, sans-serif; 
	font-size: 14px; 
	color: #663300; 
	}

small{
	font-family:"trebuchet ms",tahoma,courier,arial, sans-serif; 
	font-size: 10px; 
	color: #663300; 
	}

p {
	
	margin: 10px 0 0 0;
}


/*======== Begin Layout Styles =========*/

#container {
	width: 800px;
	background: #663300;
	border: solid 10px #663300;
	margin: 5px auto 15px auto;
	overflow:hidden; /*contain floats in modern browsers*/
	}

#header {
	width: 800px;
	height: 210px;
	background: #663300 url("header2.jpg") no-repeat;
	background-position: top right;	
	}

#nav {
	float: left;
	width: 15%;
	height: 100%;
	background-color: #A2B5CD;
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	border-left: 2px dashed;
	border-right: 2px dashed;
	border-color: #6E7B8B;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0;
	text-align: center;
	}

#main {
	width: 80%;
	float:right; /*float added here*/
	height: 100%;
	background-color: #A2B5CD;
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	border-left: 2px dashed;
	border-right: 2px dashed;
	border-color: #6E7B8B;
	text-align: left;
	/*margin: 0 auto;*/ 
	padding: 5px 5px 5px 5px;
	}
.clear {clear:both;}/*added this*/

#footer{
    	clear:both;
    	background: #663300;
	font-family:"trebuchet ms",tahoma,courier,arial, sans-serif; 
	font-size: 10px; 
	color: #A2B5CD; 
	text-align: center;
	margin-top:10px; /*added this*/
	}
	    