/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #9e9582;
	font-family: "Times New Roman", Times, serif;
	/*font-family:'IM Fell French Canon', "Times New Roman", Times, serif;*/
	font-size: 100%;
		}
#main_wrapper {
	width:850px; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color: #9e9582;
	border-top-width: 15px;
	
	border-top-style: solid;
	
	border-top-color: #000000;
	
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #000000;
	}
#header {
	width: 300px;

	}
#nav {
	width:300px; /* the content margin must match this value */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
#content {
	margin-left:300px; /* margin = width of nav column */
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	padding:1em 2em; /* creates space between the box and the content */
	text-align: right;
	
	}
#nav_inner {
	padding:1em 2em; /* creates space between the box and the content */
	text-align:right;
	}
#content_inner { 
	 /* creates space between the box and the content */
	padding:1em 1em 1em 1.5em; 
	}
.content_text {
	width: 383px;}	
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
	

	
h1  {font-family: "Times New Roman", Times, serif;/* Header Title*/
	/*font-family: 'IM Fell English SC', "Times New Roman", Times, serif;*/
	font-size: 130%;
	text-align: right;
	/* logotype */
	}
h2  {/* Navigation*/
	font-family: "Times New Roman", Times, serif;
	/*font-family: 'IM Fell English SC', "Times New Roman", Times, serif;*/
	font-size: 110%;
	text-align: right;	/* navigation font */
	}
h3  {font-family: "Times New Roman", Times, serif;
	/*font-family:"IM Fell French Canon", "Times New Roman", Times, serif;*/ /* Navigation Works Titles*/
	font-size: 100%;
	font-style: italic;
	text-align: right;
	/* navigation bar work names */
	}
h4  {font-family: "Times New Roman", Times, serif;
	/*font-family: 'IM Fell English SC', "Times New Roman", Times, serif;*/ /* Media */
	font-size: 100%;
	font-style: italic;
	/* work names */
	}
h5  {font-family: "Times New Roman", Times, serif;
	/*font-family: 'IM Fell English SC', "Times New Roman", Times, serif;*//* footer Title*/
	font-size: 80%;
	/* copyright and footer */
	}
h6  {
	font-family: "Times New Roman", Times, serif;
	/*font-family: 'IM Fell English SC', "Times New Roman", Times, serif;*/ /* Media */
	font-size: 95%;
	font-style: italic;
	text-align: right;	/* work names */
	line-height: 130%;
	}

ul {font-family: "Times New Roman", Times, serif;
	/*font-family: 'IM Fell English SC', "Times New Roman", Times, serif;*/
	font-size: 110%;
	font-style: bold;
	list-style-type: none;
	text-decoration: none;
	line-height: 150%;
	
}
a {font-style: bold;
	text-decoration: none;
	color: #000000;
}

