/* CSS Document */

body {
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #5A585D;
	background-image: url(file:///G5 imac/Users/davidb/Documents/web/testing/images/background_01.jpg);
}
#container {
	position: relative;
	margin:0 auto;
	width: 1200px;
	height: 800px;
	top: 20px;
}	
#logo {
	position: absolute;
	left: 750px;
	top: 0px;
}	
#image-container {
	width: 900px;
	height: 300px;
	top: 125px;
	position: absolute;
	left: 200px;
}
#text-main {
	position: absolute;
	background-color: #F9F9F9;
	width: 590px;
	height: 290px;
	text-align: justify;
	top: 430px;
	font-size: 75%;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: C63F20;
	left: 500px;
}
#text-image {
	position: absolute;
	background-color: #F9F9F9;
	width: 290px;
	height: 290px;
	left: 200px;
	text-align: justify;
	font-size: 75%;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: C63F20;
	top: 430px;
	margin: 0px;
	line-height: 17px;
}
#menu-footer {
	position: absolute;
	background-color: #F9F9F9;
	width: 180px;
	height: 55px;
	left: 5px;
	text-align: justify;
	font-size: 70%;
	padding: 5px;
	top: 735px;
}
#container-text-image {
	background-color: #F9F9F9;
	left: 0px;
	bottom: 0px;
	width: 180px;
	height: 50px;
	position: absolute;
}
#copyright {
	position: absolute;
	background-color: #F9F9F9;
	width: 590px;
	height: 50px;
	left: 200px;
	text-align: justify;
	font-size: 60%;
	bottom: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 305px;
}
h1 { 
display: inline; 
font-size: 120%;
} 
#footer {
	position: absolute;
	background-color: #F9F9F9;
	width: 590px;
	height: 40px;
	left: 5px;
	font-size: 60%;
	top: 735px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 500px;
}
