body {
	background-repeat: repeat;
	background-color: #1A1002;
	margin: 0px;
	padding: 0px;
	font-size: .80em;
}

p {
	color: #333333;
}


h1{
	color: #846740;
	margin: 0px;
		padding: 0px;
	text-decoration: overline;
	text-align: right;
}

h2 {
	padding: 0px;
	color: #846740;
	margin: 0px;
	text-decoration: overline;
	text-align: right;
}

A:link {
	text-decoration: none;
	color: #3C644E;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	color: #3C644E;
	font-weight: bold;
}

A:active {
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFCC;
}

A:hover {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
	background-color: #FFFFCC;
}

ul{
	font-size: 1em;
	list-style-position: inside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

li{
	margin: 0px;
	padding: 0px;
}

/*Content Boxes*/
.BackLines{
	background-image: url(../images/lines.gif);
	width: 806px;
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	padding: auto;
	height: 100%;
	clear: both;
}

.BackImage
{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 806px;
	margin: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
}

.Holder{
	width: 806px;
	clear: both;
}

.Navigation{
	padding-top: 100px;
	font-weight: bold;
	color: #006699;
}

.LeftBar{
	width: 170px;
	float: left;
	color: #333333;
	font-size: 0.9em;
}

.LeftBarPad{
	padding-left: 20px;
	padding-top: 190px;
	padding-right: 20px;
}


.MainContent{
	width: 424px;
	float: left;
	padding-right: 12px;
}

.MainContentPad{
	padding-right: 10px;
}


.RightBar{
	width: 200px;
	float: right;
	font-size: 0.9em;
	color: #333333;
}

.RightBarPad{
	padding-top: 100px;
	padding-right: 20px;
}


.AnimHolder{
	width: 160px;
	height: 160px;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 25px;
}



.Footer{
	width: 806px;
	text-align: center;
	font-size: 0.8em;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-transform: capitalize;
}

.Base{
	width: 806px;
	height: 81px;
	background-image: url(../images/footer.gif);

}

.BarHeading{
	font-size: 1.4em;
	font-weight: bold;
	color: #846740;
	text-decoration: overline;
	text-align: right;
	margin: 0px;
	padding-top: 20px;
}

.Twitter{
	font-size: 0.9em;
	color: #666666;
}
