body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #008193;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(images/body_bgrnd.jpg);
	background-repeat: repeat-y;
	padding-bottom: 3%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#header {
	margin-left: 50px;
}

#content {
	width:430px;
	position: relative;
	color: #333333;
	float: left;
	padding-left: 80px;
	margin-bottom: 5%;
}
#content p, #content ul {
	font-size: 80%;
	line-height: 1.8em;
}
#content p.indent {
	font-size: 80%;
	line-height: 2em;
	color: #000000;
	padding-right: 10px;
	margin-left: 40px;
	margin-right: 60px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000000;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000000;
}
h1 {
	font: bold normal 130% Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
	background-color: transparent;
}
h2 {
	font-size: 100%;
	color: #333333;
	background-color: transparent;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	color: #008193;
	background-color: transparent;
	font-weight: bold;
}
h4 {
	font-size: 90%;
	color: #666666;
	background-color: transparent;
	font-weight: bold;
	line-height: 1.5em;
}

#rt_side {
	width: 200px;
	color: #008193;
	float: right;
	padding-right: 80px;
	margin-bottom: 5%;
}
#rt_side p {
	font-size: 70%;
	line-height: 1.5em;
}
#rt_side ul, #rt_side li {
	font-size: 90%;
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	color: #663300;
}

.names {
	color: #990066;
}
.fancy {
	color: #333333;
}


#footer {
	width: 690px;
	border-top: 1px dotted #333333;
	color: #990066;
	font-size: 70%;
	padding-top: 5px;
	clear: both;
	margin-left: 80px;
	margin-top: 5%;
}
.blk {
	color: #000000;
}
