/* CSS Document */

/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #fff0f0; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: bold normal 150% verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #895f5f;
	}	
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
	
h2 { 
	font: italic normal 8pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6c5053;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #895f5f;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #996e6e;
	}
	
/* page layout */

#container {
	width: 560px;
	margin: auto;
	background-image: url(images/background.jpg);
	text-align: left;
	padding: 0 0 0 19px;
	position: relative;
	top: -1px;
}

#pageHeader {
	background-image: url(images/header.jpg);
	width: 553px;
	height: 334px;
	margin-top: 0;
	}
	
#introduction {
	width: 363px;
}

#content {
	margin: 0 5px 0 8px;
	width: 357px;
}

#pictures {
	width: 300px;
	margin: 0 10px 0 20px;
	background-color: #e2bcbb;
}

#linkList {
	margin-left: 405px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	}
	
#linkList2 { 
	font: 12px verdana, sans-serif; 
	padding: 10px; 
	margin-top: 325px; 
	width: 169px; 
	}	

#lselect a:link.c, #lselect a:visited.c {
 	display: inline;
 }
 
#lselect h1 {
	font: bold normal 120% verdana; 
	color: #7c5353;
}

#linkList ul {
	margin: 6px;
	padding: 6px;
	}
	
#linkList li {
	line-height: 2.5ex; 
	padding-top: 3px; 
	margin-bottom: 3px;
	}
	
#photos_enlarge {
	position: absolute;
	left: 20px;
	top: 15px;
	background-color: #f1cfce;
	width: 700px;
	height: 550px;
}

#footer {
	width: 553px;
	background-color: #c59898;
}
