@charset "utf-8";
body {
	font-family: "Monotype Corsiva";
	color: #f2e3c2;
	background-color: #5a2900;
	text-align: left;
	width: 990px;
	font-size: 20px;
	font-weight: normal;
}
h1 {
	font-family: "Monotype Corsiva";
	font-size: 36px;
	font-style: normal;
	color: #f2e3c2;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#left_side {
	width: 204px;
	padding: 0px;
	float: left;
	font-size: 28px;
}

#footer {
	clear: both;
	height: 100px;
	width: 1000px;
	padding-top: 2px;
}
a:link {
	text-decoration: none;
	color: #f2e3c2;


}
a:hover {
	color: #f2e3c2;

}
a:active {
	color: #f2e3c2;
	
}
a:visited {
	color: #f2e3c2;
	text-decoration: none;
}



#content {
	padding: 0px;
	float: right;
	width: 780px;
	margin-bottom: 35px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #f2e3c2;
	border-right-color: #f2e3c2;
	border-bottom-color: #f2e3c2;
	border-left-color: #f2e3c2;
}

