body {
	margin: 0px;
	background: #fff;
	color: #000;
	font-size: 1em;
	font-family: "Times New Roman";
}
#box {
	width: 782px;
	border: 1px solid #b9b098;
}
#line1 {
	height: 8px;
	background: #c7493f;
	overflow: hidden;
}
#line2, #line4 {
	height: 2px;
	background: #fff;
	overflow: hidden;
}
#line3 {
	height: 5px;
	background: #cadfe1;
	overflow: hidden;
}
#nav {
	border-top: 1px solid #b9b098;
	border-bottom: 1px solid #b9b098;
	font-family: verdana;
	font-size: .8em;
	padding: 3px 0px;
}

a, #nav a {
	color: 533b26;
}
#nav a {
	text-decoration: none;
}
a:hover, #nav a:hover {
	color: #c7493f;
	text-decoration: underline;
}
#content {
	text-align: left;
	margin: 20px;
	background: #d8d7cf;
	padding: 15px;
}
#content h1 {
	color: #c7493f;
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 1.3em;
	margin: 0px;
	border-bottom: 1px solid #b9b098;
}
#content p {
	text-align: justify;
}
#copyright {
	font-family: verdana;
	font-size: .8em;
	margin: 10px 0px;
	border-top: 1px solid #DFDFDF;
	width: 75%;
	padding-top: 10px;
}