body {
	text-align:center; /* IE column centering hack (1/2) */;
	
	font-family:Tahoma,Trebuchet MS,san-serif;
	color: #33392a;
	line-height: 19px;
	font-size: 80%;
	background: no-repeat url(images/page_img.gif) scroll #fff8df right 350px;
}

#container {
	position: relative;
	text-align:left; /* IE column centering hack (2/2) */
	margin: 0px auto; /* Standards-based column centering */
	width: 640px;
	background: repeat-y url(images/page_back.jpg) -7px;
}

table {
	width: 500px;
	font-size: 90%;
	margin-bottom: 15px;
}

.header {
	font-size: 120%;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	background: #a67262;
	border: 1px dashed #a58760;
	padding: 4px;
	display: block;
}

.section {
	display: block;
	padding: 3px;
	background: #c4b297;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: none;
}


a, a:link, a:visited {
    color: #993300;
    text-decoration: none;
	font-variant: small-caps;
}
a:hover {
    text-decoration: underline;
}

#navbar {
	position:absolute;
	top:15px;
	left: -99px;
	width: 201px;
	margin: 0px;
	padding: 20px;
	background: repeat-y url(images/navbar_back.jpg);
}

#content {
	padding:20px 25px 20px 110px;
}

#navbar ul {
	list-style: none;
	margin-left:0px;
	padding: 0px;
	border:  none;
}

#navbar ul li {
}

#navbar ul ul li {
	padding-left: 10px;
}

#brace { /* IE min-height bug hack (1/2) http://www.greywyvern.com/code/min-height-hack*/
	clear:both; 
	height:1px; 
	overflow:hidden;
}

#prop { /* IE min-height bug hack (2/2) http://www.greywyvern.com/code/min-height-hack*/
	height:44em; 
	float:right; 
	width:1px;
}

.img {
	border: 2px groove #CCCCCC;
	background: #fffaf3;
	padding: 4px;
	margin-bottom: 1em;
}

.img img {
	border: 1px solid #a4c0b2;	
}

.galleryimgr {
	float: right;
	border: 2px groove #CCCCCC;
	background: #fffaf3;
	padding: 4px;
	margin-bottom: 1em;
}

.galleryimgl {
	float: left;
	border: 2px groove #CCCCCC;
	background: #fffaf3;
	padding: 4px;
	margin-bottom: 1em;
}

.cap {

float: left;
width: 42px;
font-size: 40px;
line-height: 30px;
font-weight: normal;
color:#444444;
font-family: georgia, times;

}

/*__________Nick's stuff added here____________*/
blockquote#poetry {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006699;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:outset;
	background-color:#FFFFCC;
	padding:25px;
	/*padding-left:145px;*/
	margin:30px;
	/*margin-right:75px;*/
	}
span#author {
	background-color:#CBAE72;
	display:block;
	padding:4px;
	}
span#subsctn {
	background-color:#CCCC99;
	display:block;
	padding:4px;
	}
p#footer {
	font-style:italic;
	}