body {
	margin:0;
	padding:0; 
	font-size:75%; 
	line-height:140%; 
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif; 
	background-color:black;
	color:white;
	}
h1, h2, h3 {
	color:#FEC224; 
}
#container {
	margin:0 auto;
	width:850px;
	}
#content {
	clear:both;
	margin: 0 0 0 0 ;
	font-size:115%; 
}
/*------------------------- menu --------------------- */
#main_menu {
	height:73px;
}
#main_menu ul, #main_menu li {
	list-style-type:none;
	margin:0; padding:0;
	float:left;
}
#main_menu a {
	display:block;
	background: url(../images/bg-button2-lg.gif) center top no-repeat;	
	text-align:center;
	padding: 10px 2px 0;
	height:43px;
	width:73px;
	font-family: "Garamond",Times,serif;
	color:black;
	font-size:14px;
	text-decoration:none;
}


/*------------------------- footer --------------------- */
#footer_menu {
	text-align:center;
	padding-top:7px;
	border-top:1px solid #FFD974;
	color:#FFD974;
}
#footer_menu ul {
	list-style-type:none;
	padding:0;margin:0;
}
#footer_menu li {
	list-style-type:none;
	padding:5px;
	float:left;
}
#footer_menu a {
	text-align:center;
	padding: 10px 2px 0;
	font-family: "Garamond",Times,serif;
	color:#FFD974;
	font-size:14px;
	text-decoration:none;
}
.synopsis {
	font-size:9pt;
	font-style:italic;
	padding-top: 15px;
	margin-top: 15px;
	clear:both;
	text-align: center;
	color:#999999;
}

/*------------------------- images --------------------- */
img.inset_right {
	float:right;
	margin: 10px 0 10px 10px;
	border: 1px solid #FEC224 ;
}
img.inset_left {
	float:left;
	margin: 10px 10px 10px 0 ;
	border: 1px solid #FEC224 ;
}

/*------------------------- images --------------------- */
.quote {
	border:1px solid #3F3008;
	color:#FFE8AC;
	font-family:"Garamond",Times,serif;
	background-color:#1F1E1D;
	font-size:18px;
	padding:5px;
	clear:both;
	text-align:center;
	margin: 15px;
}

/*------------------------- links --------------------- */

#content a {
	color:#A54700;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}


/*------------------------- headshot --------------------- */

#headshot {
	float:right;
	width:260px;
	text-align:center;
}

#headshot .label {
	font-weight:800;
	color:maroon;
}

#headshot img {
	border:1px solid maroon;
	padding:1px;
}

/*------------------------- credits --------------------- */
.credits {
	margin:100px 0 50px 0;
	text-align:center;
	font-size:90%;
}
.credits a {
	color: #333333;
	text-decoration: none;
}
.credits a:hover {
	color: #eeeeee;
}
