* body {
	padding: 0px;
	margin: 0px;
	background: #996666;
	color: #b6b280;
}

.leftWrapper {
	width: 66%;
	margin: 0px auto 0px auto;
	background: url('images/left-border.jpg') repeat-y left top;
}

.rightWrapper {
	position: relative;
	background: url('images/right-border.jpg') repeat-y right top;
	height: 100%;
	margin-bottom: -16px;
}

.contentBox {
	margin: 0px 12px 7px 12px;
}

#head {
	width: 100%;
	height: 90px;
	top: 0px;
	color: #1e0d06;
}

.right {
	float: right;
}

.left {
	float: left;
}

#menuBar {
	display: block;
	text-align: center;
	border-top: dotted;
	border-bottom: dotted;
	border-color: #1e0d06;
	clear: both;
	margin: 7px 0px;
}

.copy {
	background: #1e0d06;
	width: 95%;
	margin: 7px auto;
}

.copy p {
	margin: 12px;
	padding: 0px 0px 7px 0px;
}

.copy h1, h2, h3, h4, h5 {
	font-size: 1.3em;
	padding: 7px;
	text-align: right;
}
.copy img {
	padding: 7px;
}
.copy hr {
	visibility: hidden;
	clear:both;
}


.bottom {
	height: 30px;
	background: url('images/bottom-left.jpg') no-repeat left bottom;
}
.bottom span {
	display: block;
	position: relative;
	height: 30px;
	background: url('images/bottom-right.jpg') no-repeat right top;
}

#foot {
	display: block;
	text-align: center;
	border-top: dotted;
	border-bottom: dotted;
	border-color: #1e0d06;
	clear: both;
	margin: 7px 0px;
	padding-bottom: 12px;
}
#foot img {
	padding: 12px;
}

table {
	width: 100%;
}
.dark {
	background: #3f2014;
}
.light {
	background: #512e1f;
}

td a:link, p a:link {
	color: #b6b280;
	text-decoration: none;
	border-bottom: dotted;
}
td a:link:hover {
	border-bottom: none;
	color: #80b2b6;
}
td a:visited {
	color: #b6b280;
	border-bottom: dotted;
}
td a:visited:hover {
	border-bottom: none;
	color: #80b2b6;	
}
a:link:hover {	
	color: #80b2b6;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #b6b280;
	text-decoration: none;
	font-weight: bolder;
}
#menuBar a:visited {
	color: #1e0d06;
}
a:link:visited {
	color: #80b2b6;
	text-decoration: none;
	border: none;
}
a img {
	border: none;
}



