#CONTAINER {
	width: 800px;
	text-aligh:left;
	margin-left:auto;
	margin-right:auto;
	position:relative; 
		}
#header {
	background-image: url(Images/header.jpg);
	height: 100px;
	width: 800px;
}
#green-bar {
	background-image: url(Images/green-bar);
	height: 30px;
	width: 800px;
}
#main-text {
	background-image: url(Images/beige111.jpg);
	width: 800px;
	overflow: hidden;
}
#nav {
	float: left;
	width: 200px;
	overflow: hidden;
}
#text {
	float: right;
	width: 600px;
	overflow: hidden;
}
body {
	background-color: #040;
	background-image: url(Images/marb078.jpg);
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #19572D;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #007;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 100%;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	background-image: url(Images/green-bar);
	height: 30px;
	width: 800px;
	padding-top: -20px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #EEE;
	text-align: center;
	padding-top: -20px;
}
.float-left {
	float:left;
	margin:15px 15px 15px 0px;
	
	border:2px#555 solid;
}
	
	.float-right{
		float:right;
		margin:15px 15px 15px 15px;
				border:2px#555 solid;
		
		
	}

