/* CSS Document */

body {
	padding: 0px; 
	margin: 0px;
	color: black;
	background-color: #8F7054;
	font: Baskerville Old Face; 
	font-size: medium;
}	

	
#banner {
	postion:absolute;
	left:50px;
	top:15px;
	width:855px;
	height:234px;
	z-index:1;
	font: Baskerville Old Face; 
	font-size: 2em;
	font-style: oblique;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	margin-left: 50px;
	margin-top: 15px;
	
	
}

#navi {
	position:absolute;
	left:900px;
	top:15px;
	width:175px;
	height:234px;
	z-index:2;
	font: Baskerville Old Face;
	background-color: #A18668
	
}	
	
#nav {
	position:absolute;
	left:50px;
	top:249px;
	width:175px;
	height:1542px;
	z-index:3;
	font: Baskerville Old Face;
	background-color: #A18668
	
}

#content {
	padding: 10px; 
    position:absolute;
	left:225px;
	top:249px;
	width:830px;
	height:1479px;
	z-index:4;
	background-color: #DDC2A4;
}

#footer {
	postion:absolute;
	left:225px;
	top:1749px;
	width:850px;
	height:63px
	z-index:5;
	background-color:#DEC5A6;
	position: absolute;
	

}
.navigation {
	font: Baskerville Old Face;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 6px;
	width: 160px;
	color: #000000;
}	

.navigation:hover {
	font: Baskerville Old Face
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #58391D;
	display: block;
	padding: 7px;
	width: 160px;
	color: #FFFFFF;
}

h1 {
	font-size: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

h2 {
	font-size:0.75em;
	text-transform: uppercase;
	font-weight: bold;
}
 