/*setup*/
body 
{
	font-family: verdana;
	background: black;
}
#container
{
	margin: 0 auto;
	width: 825px; 
	position: relative;
}
.right-edge 
{
	position: absolute; 
	top: -1px; right: -23px; 
	width: 72px; height: 71px; 
	background: url(images/right-edge.gif) no-repeat;
}
.left-edge 
{
	position: absolute; 
	bottom: 0; left: 0; 
	width: 2px; height: 3px; 
	background: #1e1e1e; 
	z-index: 2;
}

/*menu styles*/
#menu-container
{
	position: relative;
	top: 0; left: 0;
	height: 18px;
	width: 287px;
	font-size: 60%;
	font-weight: bold;
	background: ;
}
#menu-container #menu
{
	float: left;
	margin: 1px 0 1px 1px;
}
#menu-container #menu a 
{
	border: 2px solid black;
	background: #3f9c8e;
	color: black;
	text-decoration: none;
	padding: 6px 10px;
	display: block;
	float: left;
	position: relative;
}
#menu-container #menu a:hover 
{
	background: black;
	color: red;
}
.red-right-edge 
{
	position: absolute; 
	top: -2px; right: -1px; 	
	width: 15px; height: 7px; 
	background: url(images/red-right-edge.gif);
} 

/*top styles*/
#title
{
	width: 590px; height: 81px; 
	position: absolute;
	z-index: 1;
	background: url(images/header-new.jpg) no-repeat;
	margin-top: 20px;
}
#title a
{
	display: block;
	width: 590px; height: 61px;
}

/*content styles*/
#content
{
	float: left;
	background: #fffe9d;
	margin: 42px 0 0 2px;
	height: auto; width: 500px;
	border: 1px solid black;
	padding: 60px 0 0 0;
	width: 697px;
	line-height: normal;
}
#content p
{
	font-size: 75%;
	line-height: normal;	
	margin: 0;
	padding: 5px 20px 5px 20px;
	background: #FDFDEA;
}
#content a
{
	color: #3f9c8e;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
#content img
{
	margin: 15px 0 3px 13px;
	border: 15px solid black;
}
#content-reflection
{
	position: absolute;
	top: 120px; 
	left: 0;
	z-index: 0;
	background: #beb793;
	margin-left: 48px;
	height: auto; width: 700px;
	padding: 0;
	border-bottom: 7px solid #1a1a1a;
}
#footer
{
	height: 20px; width: 697px;
	border-top: 8px solid black;float: left;
	margin: 0 0 0 3px;
	background: #FFFE9D;
}

/*typography*/
h1 
{
	color: #ff0000;
	margin: 0;
	font-size: 230%;
	padding: 10px 0 0 20px;
	font-weight: normal;
	font-family: sans-serif;
	text-transform: lowercase;
}
h2 
{
	color: #ff7200;
	margin: 0;
	font-size: 130%;
	padding: 5px 0 5px 20px;
	font-weight: normal;
	font-family: sans-serif;
	text-transform: lowercase;
	border-bottom: 8px solid black;
}
h3 
{
	color: #1E1E1E ;
	margin: 0;
	font-size: 90%;
	padding: 5px 0 0px 20px;
	font-weight: bold;
	font-family: sans-serif;	
	font-transform: capitalize;
	background: white;
}
h4 
{
	color: #1E1E1E ;
	margin: -5px 0 0 0;
	font-size: 80%;
	padding: 5px 0 0px 20px;
	font-weight: normal;
	font-style: italic;
	font-family: sans-serif;	
	font-transform: capitalize;
	background: white;
}

/*extras*/
#lines {position: absolute; left: 0; top: 114px; z-index: -2; width: 100%; }
#lines p {border-top: 1px solid #beb793; border-bottom: 1px solid #fffbd5; height: 3px; margin: 3px 0;}
.less-wide { width: 14px; }
.dates {float: right; font-size: 65% !important; text-align: right; }
.ps { padding-top: 20px;  }
