body {
	font-size:13px;
	font-family: Georgia, Times New Roman, serif;
	background-color: #42210b;
	line-height: 14px;
}

a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline;
color:#00CC00; }
a:active { text-decoration: none;
color:#FFFF00; }



a img { border: none; }
hr.thin
{
border:0; 
width:100px;
color:#000;
background-color:#000;
height:1px;
}

.menu {
	width: 180px;
    overflow:hidden;
    top: 0;
    bottom: 0;
	left: 0;
	padding:28px;
    position: fixed;
    height: 100%;
	background-color:#000000;
	background:#FFFFFF;
	text-align:center;
	font-size: 11px;
}

#menu ul {
	list-style: none;
	margin-bottom: 14px;
}

#menu ul li.active {
font-style:italic;
}

#menu ul li.section-title {
font-weight:bold;
text-decoration:underline;}

#navigation {
position:relative;
top:28px;
}

.content {
    height: 100%;
    margin: 28px 0 0 260px;
    top: 0px;
	width:600px;
	line-height: 20px;
	color:#fff;
}
.content a {
color:#fff;
}

.container {
    padding: 0 0 0 0;
}

#content p { width: 480px; margin-bottom: 14px; }

.name { font-weight:bold;
text-decoration:underline; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 480px; margin: 0; padding: 0 0 14px 0; }


#once { clear: left; }

em {
font-style:italic;
}

.larger {
font-size:32px;
line-height:44px;
}
