body {
	background-color: #663300;
	padding: 0;
	text-align: center;
}

A:link {
	text-decoration: none;
	color: #a58079;
	display: block;
	width: 90%;
	font-family: arial;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	color: #a58079;
	display: block;
	width: 90%;
	font-family: arial;
	font-weight: bold;
}

A:active {
	text-decoration: none;
	color: #a58079;
	display: block;
	width: 90%;
	font-family: arial;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
	color: #cbaca6;
	display: block;
	width: 90%;
	font-family: arial;
	font-weight: bold;
}

p.para {
	text-align: justify;
}

img.open {
	float: right;
	padding: 1em;
}

img.left {
	float: left;
	padding: 1em;
}

#outer {
	margin: auto;
	text-align: left;
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	min-width: 530px;
}

#hdr {
	background: #ffffff;
	height: 131px;
}

#bar {
	background: #ffffff;
	border-top: 1px dotted #763492;
	border-bottom: 1px dotted #763492;
	color: #653332;
	height: 1.5em;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
}

#bar2 {
	background: #e4d9f5;
	color: #653332;
	height: 1.5em;
	font-family: arial;
	font-size: .8em;
	padding-right:.5em;
}

#bodyblock { 
	background: #ffffff;
	color: #333333;
	padding: 0;
	position: relative;
	width: 100%;
}

#l-col {
	color: #333333;
	float: left;
	width: 20%;
	position: relative;
	z-index: 1;
}

#cont {
	background: #ffffff;
	color: #333333;
	text-align: left;
	width: 75%;
	padding: 2%;
	position: relative;
	z-index: 2;
}

#ftr {
	background: #e4d9f5;
	color: #653332;
	height: 1.5em;
	margin: 0pt;
	position: relative;
	font-family: arial;
	font-size: .8em;
}