/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: .8em helvetica, sans-serif;
	line-height: 1.5em;
	background-color: FFF;
	color: #58595B; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: left;
	}



a:link { 
	text-decoration: none; 
	color: #808285;
	}
a:visited { 
	text-decoration: none; 
	color: #808285;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #FAA634;
	}
	
	
	
	
	
/* specific divs */

#container {
	width:1000px;
	margin:0 auto;
	padding:0 13px;
	float: left;
	background-color:#FFF;
}

#Logo {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 150px;
	display: block;
	width: 400 px;
	}	
	
#contents {
	position: relative;
	width: 850;
	margin-top: 20px;
	}
	
#nav {
	padding: 0 10px 20px 10px; 
	width: 120px; 
	float: left;
	line-height: 3em;
		margin-left: 150px;

		}	
	
#nav ul {
	list-style: none;
	}
	


	
#text {
	padding: 0 20px 0 150px;  
	margin: 0; 
	top: 0;
	left:0;
	width: 400px;
	}

#SingleRightPhoto {
	position: absolute;
	top: -100px; 
	right: 0;
	width: 400px;
	float: right;
	}
	
	
#footer {
	background-image: url(Footerbar.gif);
	margin-top: 100px;
	padding-top: 5px;
	height: 20px;
	position: relative;
	clear: both;
	}

#footer p {
	text-align: center;
	}
	
	
	
/* Classes */

.currentnav {
	font-weight: bold;
	color: #FAA634;
	}
	
	.basicheader {
	color: #FAA634;
	font-weight: bold;
	font-size: 1em;
}
