body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bgtile.gif);
	background-repeat: repeat-y;
}
.mainCopy {
	position: absolute;
	width: 395px;
	left: 175px;
	top: 180px;
}
.mainCopy h1 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px;
}

.mainCopy h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.mainCopy p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	width: 350px;
}
.pageCorner {
	position: absolute;
	left: 0px;
	top: 0px;
}

.cpyright {
	position: absolute;
	left: 5px;
	top: 65px;
	font-size: 9px;
	color: #999999;
	text-align: right;

}

.pageTag {
	left: 0px;
	position: absolute;
	top: 130px;
}


.sideBar {
	position: absolute;
	top: 0px;
	background-color: #000000;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 600px;
	left: 620px;
	width: 330px;
}

.navigation {
	margin-top: 95px;
}

.subPast {
	position: absolute;
	width: 293px;
	left: 310px;
	top: 0px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

.currentBar {
position: absolute;
	width: 20px;
	left: 599px;
	top: 0px;
}

.pastBar {
position: absolute;
	width: 20px;
	left: 599px;
	top: 0px;
}

.subPast a {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	padding-right: 12px;
	margin-bottom: 3px;
}

.subPast a:hover {

	color: #660a00;
	}
	
	
.subCurrent {
	position: absolute;
	width: 293px;
	left: 310px;
	top: 0px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

.subCurrent a {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	padding-right: 12px;
	margin-bottom: 3px;
}

.subCurrent a:hover {

	color: #69670E;
	}	

 .chosen {
display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #660a00;
	text-decoration: none;
	padding-right: 12px;
	margin-bottom: 3px;

}

.navigation a {
	/*height: 14px;*/
	height: 30px;
	width: 200px;
	display: block;
	/*margin-bottom: 10px;*/
}




 .sideImage {
	position: absolute;
	left: 619px;
	top: 333px;
}
.navigation img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
