body {
	background-color: #000;
	margin: 5px;
}

#banner {
	margin-bottom: 0px;
	background-color: #000;
	color: #FFF;
	font-size: 15px;
	font-family: Arial, Helvetica, SunSans-Regular;
	font-weight: bold;
	vertical-align: middle;
	height: 170px;
}


#maincontent {
	margin-left: 175px;
	margin-top: 10px;
	margin-right: 0px;
	width: 500px;
	background-color: #000;
	color: #FFF;
	padding: 0px;
}

#sidebar {
	width: 170px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 10px;
	left: 0px;
	position: absolute;
}

h1, h2, h3, h4, p, a, li, td {
	font-family: Arial, Helvetica, sans-serif;
}

p, td {
	color: #fff;
	font-size: 13px;
}

h1 {
	color: #f00;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #3c3;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #3c3;
	font-size: 15px;
	font-weight: bold;
}


a {
	color: #3c3;
	/*font-size: 14px;*/
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.verse {
	color: #f00;
	font-size: 13px;
	font-style: italic;
}

li {
	color: white;
	font-size: 13px;
}

td {
	vertical-align: top;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.red {
	color: #F00;
}

.green {
	color: #3C3;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.in1 {
	margin-left: 25px
}

.lower-alpha {
  text-transform: none; list-style-type: lower-alpha;
}
