@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #D6E0CC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	}
#header {
	padding-bottom: 1em;
}

#wrapper {
	position:relative;
	width: 920px;
	margin: 0 auto;
	text-align:left;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D6E0CC;
	color: #5E392C;
	}
#content {
	background-image: url(../images/background.gif);
	height: 600px;
	background-repeat: no-repeat;
}
#right_text {
	background-color: #D6E0CC;
	float: right;
	width: 525px;
	margin-top: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#left_text {
	background-color: #D6E0CC;
	float: left;
	width: 200px;
	margin-top: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
p {
	margin-bottom: 1em;
}
#float_left {
	float: left;
}
#clear {
	clear: both;
}
a {
	color: #7C424A;
}
a:visited {
	color: #627D62;
}
a:hover {
	color: #273812;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
}
#float_right {
	float: right;
}
#bio_text {
	font-size: 0.9em;
}
