/* CSS Document */
* html {height: 100%}
body {
	background-image:url(images-07/pagebg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment:fixed;
	height: 100%;
	margin: 0;
	padding: 0;
}
a:link {color: #691C27}
a:visited {color: #330544}
a:hover {color: #A94C05}
a:active  {color: #D4A32D}
#container {
	width: 700px;
	height: 100%;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: auto;
}

h1 {
	color: #FFF;
	width: 700px;
	height: 320px;
	padding: 0;
	padding-top: 235px;
	margin:0;
	margin-bottom: -235px;
	background-image:url(images-07/skyline.gif);
	background-repeat:no-repeat;
	background-color: #1D201C;
	text-align: center;
	font: bold 2.5em trebuchet ms, tahoma, sans-serif;
	letter-spacing: .035em;
}
h1 span {font-size: 50%}
h2 {
	font: bold 1.5em trebuchet ms, tahoma, sans-serif;
	letter-spacing: .05em;
	border-bottom: 3px solid #541336;
	width: 680px;
	color: #60172E;
	padding-top: 20px;
	margin-left: 10px;
}
h2 span {
	border-bottom: 3px solid #CA8B20; 
	display: block;
	}
h3 {
	font: bold 1.4em trebuchet ms, tahoma, sans-serif;
	font-weight: bold;
	line-height: .5em;
	font-style:italic;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: .25em;
	border-bottom: 1px solid #852B12;
	color: #852B12;
	clear: both;
	margin-right: 10px;
}
#maincontent {
	padding-top: 45px;
	width: 100%;
	height: 100%;
	background-image:url(images-07/contentback.gif);
	background-repeat:no-repeat;
	background-color: #EAEAEA;
}
#comments {
	width: 90%; 
	background-color: #EFEFEF; 
	border: 1px solid #CCC; 
	margin: auto;
	font-size: 95%;
	padding: 3px
}
#comments p {
	margin: 15px
}
.inset {
	display: block; 
	margin-left: 25px; 
	font-size: 95%; 
	padding: 0; 
	color: #666
	}
p {
	margin: 20px;
	text-align: justify;
	color: #222;
	font: normal .80em trebuchet ms, tahoma, sans-serif;
	line-height: 1.3em;	
}
p#intro {
	font-size: .95em; 
	font-weight: bold
	}

#calendar li {font: normal .80em trebuchet ms, tahoma, sans-serif;}
	
.biophoto {
	float: left;
	border: 1px solid #FFF;
	margin-left: -50px;
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#pagefoot {
	clear:both; 
	height: 95px; 
	font: normal .60em trebuchet ms, tahoma, sans-serif; 
	color: #A6A6A6; 
	text-align:center; 
	border-top: 3px double #AAA
}
#pagefoot a:link, #pagefoot a:visited, #pagefoot a:hover, #pagefoot a:active  {color:#909090}
#pagefoot img {margin: 5px; clear: both}