﻿body
{
	background-color: #bfbac2;
	font-family: Arial;
	color: #9F00FF;
}
a
{
	font-family: Arial;
	color: #9F00FF;
	text-decoration: underline;
}
.leftSpace
{
	float: left;
	width: 50px;
}
.mainSection
{
	position:relative;
	float: left;
	padding: 0px 20px 0px 8px ;
	width: 700px;
	height: 2900px;
	margin: 0px auto;
	background: url(Images/MainBackground.png);
	background-repeat: repeat-y;

}
.menuBar
{
	position: relative;
	float: left;
	padding: 10px;
	width: 170px;
	background: url(Images/MenuMid.png);
	background-repeat: repeat-y;
}
.menuBar a
{
	color: #540087;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}
.mainContent
{
	padding: 30px;
}
h1
{
	list-style-image: url(  'Images/bulliet_small.png' );
	font-variant: small-caps;
	text-transform: capitalize;
}
h2
{
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
.quote
{
	font-size: small;
	font-style: italic;
}
.mainBody
{
	width:1000px;
	position: relative;
}
.pics
{
	padding: 5px;
}
#StatusRotator
{
	color: #540087;
	width: 130px;
	font-size: small;
	padding: 2px;

	font-weight: bold;
}
#StatusRotator p
{
	font-style: italic;
}
.midSpacer
{
	width:20%;
	position: relative;
	float:left;
}
h3
{
	color: #09AA00;
	font-size: medium;
}
h3 a
{
		color: #09AA00;
	font-size: medium;
		text-decoration: underline;
}
li
{
    line-height: 30px;
}