body {
background-color: #000;
margin: 0px;
font-size: 12px;
color: #fff;
}

/*Layout Styles
*/

#wrapper {
margin: 20px auto 10px auto;
text-align: center;
width:620px;
border: 3px solid #1d1d1d;
background-color: #fff8d7;
color: #000;}
#header {width: 620px;
background-color: #fff8d7;
color: #000;}

#content {background-color: #fff8d7; padding-top: 2px;
padding-left: 15px; padding-right: 15px;
padding-bottom: 28px;
color: #000;
text-align: left;}

#footer {background-color: #373737;
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
font-family: Georgia, Times, Serif;
font-size: .8em;
text-transform: uppercase;
letter-spacing: +.2em;
}


/* Menu Styles */
#menu ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #664723;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#menu ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#menu ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
border-bottom: 0px;
}

#menu ul li a:hover
{
background-color: #369;
color: white;
border-bottom: 0px;
}

#menu #active { border-left: 1px solid #fff; }


/* Main text styles */

p, blockquote, li
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 1em;
	line-height: 1.9em;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
        font-style: italic;
}


a
{
	color: #963;
	text-decoration: none;
        font-weight: bold;
}



h1
{
	font-weight: bold;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 3em;
        color: #963;
}

h2
{
	font-weight: bold;
	font-family: Georgia, Times, Serif;
	font-size: 2em;
	font-style: italic;
        border-bottom: 2px dotted #963;
}

h3
{
	font-weight: bold;
	font-family: Georgia, Times, Serif;
	font-size: 1.8em;
        color: #963;
        letter-spacing: +0.1em;
        text-transform: uppercase;
}

h4

{      font-weight: bold;
	font-family: Georgia, Times, Serif;
	font-size: 1.4em;
}


h1 a, h2 a
{
	border: 0px;
}
.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}



.imgcntr {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.imgleft {
float: left;
margin-right: 8px;
margin-bottom: 12px;
}

.imgright {
float:right;
margin-left: 8px;
margin-bottom: 12px;
}

.caption {
text-align: center;
font-size: .8em;
font-weight: bold;
color: #963;
}