* {
	margin: 0; padding: 0;
}

body {
	background-color: #7C6F5C;
	color: #222;
	font-family: "Times New Roman", serif;
	padding: 1em 0;
}

a {
	color: #642;
}

a:hover {
	color: #963;
}

h1,h2,h3 {
	color: #442; padding: 8px 0 2px;
}

p {
	padding: 1em 0 0;
}

#all {
	background-color: #332;
	margin: 0 100px;
	width: 812px;
}

#container {
	background: #FBF9F4;
	border-top: 6px solid #332;
	margin-left: 6px;
	width: 800px;
}

#header {
	background: #E2DED4;
	border-top: 1px solid #996;
}

#header h1 {
	color: #441;
	font-size: 2.2em;
	padding: 10px 0 10px 18px;
	text-align: center;
}

#navigation {
	height: 41px;
	border-top: 1px solid #996;
	border-bottom: 1px solid #996;
	background-color: #E0DED2;
}

#navigation a {
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font-weight: bold;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}

#navigation p {
	display: none;
}

#navigation ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#content {
	padding: 18px 20px;
}

#footer {
	background: #332;
	color: #EED;
	padding: 10px;
}

hr {
	margin-top: 1em;
}
