body 	{
		margin-top:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		background-color:#ffffff;
		}
#container {
	width:800px;
	text-align:left;
	clear:both;
	}
		
#nav { width:800px;
		height:20px; 
		background-image:url(../images/navBg.jpg);
		background-repeat:no-repeat;
		clear:both;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		color:#FFFFFF;
		font-weight:bold;
		padding-top:2px;
		}
		
		
		
a:link 	{
		text-decoration:underline;
		color: #d28234;
		}
		
a:visited {
		text-decoration: underline;
		color: #d28234;
		}

a:hover {
		color: #d28234;
		}		
		
		
a.orange:link 	{
		text-decoration:none;
		color: #ffffff;
		}
		
a.orange:visited {
		text-decoration: none;
		color: #ffffff;
		}

a.orange:hover {
		color: #ff8400;
		}		
:focus {
	outline: 0;
}