body {
	background: #f2deb6 url('../img/sand.jpg');
	font-family: Georgia;
}

p {
	line-height: 150%;
	margin-bottom: 1.4em;
}

dd {
	margin-bottom: 1em;
}

div#header {
	height: 240px;
	background: #734128 url('../img/wood.jpg') repeat-x;
}

div#logo {
	position: absolute;
	z-index: 7;
	opacity: 0.85;
	top: 20px;
	left: 30px;
}

div#pictures {
	position: absolute;
	z-index: 6;
	top: 20px;
	right: 30px;
}

h1#title {
	margin: 0px;
	text-align: center;
	opacity: 0.7;
	padding-left: 55px;
}

div#man {
	position: absolute;
	z-index: 8;
	top: 30px;
	right: 0px;
}

div#shadow {
	position: absolute;
	z-index: 9;
	top: 0px;
	right: 0px;
	background: #000000;
	opacity: 0.7;
	height: 600px;
	width: 160px;
}

div#shadow2 {
	position: absolute;
	z-index: 9;
	top: 0px;
	right: 160px;
	opacity: 0.7;
}


div#shadow3 {
	position: absolute;
	z-index: 9;
	top: 600px;
	right: 0px;
	width: 160px;	
	height: 160px;
	overflow: hidden;
	opacity: 0.7;
}

div#column {
	width: 250px;
	padding-left: 30px;
	float: left;
	background: url('../img/palm.jpg') 0px 95% no-repeat;
	height: 550px;
}

div#column ul {
	margin: 1em;
	margin-top: 2.5em;
	margin-left: 3px;
	list-style: none outside;
}

div#column ul li {
	font-size: 18pt;
	margin-bottom: 0.3em;
}

div#main {
	margin-left: 280px; 
	margin-right: 225px;
	padding-top: 10px; 
	padding-bottom: 10px;
}

h2#pageTitle {
	font-size: 24pt;
	color: #d90048;
}

div#footer {
	clear: both;
	padding: 30px;
	background: #f5e6c9 url('../img/sand-w.jpg');
}

div#f-col {
	width: 250px;
	float: left;
}

div#f-main {
	margin-left: 250px; 
}
