body {
	color: #660000;
	background-color: #A59EBD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
a:link { color: #660000} /* unvisited links */ 
a:visited { color: #660000} /* visited links */
a:active { color: #663333} /* active links */	
a:hover { color: #993333} /* hover links */	

#title {
	position:absolute; 
	width:236px; 
	height:46px; 
	z-index:6; 
	top: 10px; 
	left: 6px; 
	font-size: 36px;
	}

#navbar{
	position:absolute; 
	width:576px; 
	height:24px; 
	z-index:7; 
	left: 248px; 
	top: 21px; 
	color: #660000; 
	}
	
#nav {
	position:absolute; 
	left:22px; 
	top:107px; 
	width:215px; 
	height:665px; 
	z-index:13;
	}
	
#picture {
	position:absolute; 
	width:214px; 
	height:285px; 
	z-index:1; 
	left: 8px; 
	top: 75px;
	}
	
#content {
	position:absolute; 
	left:245px; 
	top:71px; 
	width:948px; 
	height:935px; 
	z-index:12;
	}
	
#contact {
	position:absolute; 
	width:265px; 
	height:21px; 
	z-index:11; 
	left: 21px; 
	top: 122px;
	}

