
body {
  	background-color:rgb(255,235,168); 
  	color: #000; 
  	padding:0;margin:0
}

#navigation {position: absolute; 
	top:12%; left: 0;
	width: 100%; height: 4%;
	background-color:rgb(160,99,80);
	z-index: 1 
}

#toptitle {position: absolute; 
	top:0; left: 30%;
	width: 70%; height: 12%;
	background-color:rgb(206,162,149);
	
}

#leftimage {position: absolute; 
	top:0; left: 0;
	width: 30%; height: 12%; 
	background-color:rgb(206,162,149);
}

#navigation a:link, a:visited, a:active {text-decoration: none}

#navigation a:link {color:white}

#navigation a:visited {color:black}

#navigation a:hover {color:yellow}

#bg {position: absolute; 
	top:16%; left: 0%; 
	margin-left:-150px;
	
}

#bg img {width:538px; height:846px;}

#content {position: absolute; 
	top: 16%; left:20%; 
	height: 850px; 
	border-left: 1px solid olive; 
	padding: 20px;
	background-color: rgb(255,235,168);
	
}

img {
  	color: olive;
  	border-top: thin #CDD28A inset;
  	border-right: thin #CDD28A inset;
  	border-bottom: thin #CDD28A inset;
  	border-left: thin #CDD28A inset;
}

h1 {background-color: transparent; color: black; padding: 0 5px; margin-top: 10px;}
h2 {margin:0}
h3 {margin:15px 000}
h3 {margin: 5px 0}