* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 80%;
	font-family: Verdana, Helvetica, san-serif;
	background: #A59E8C url(../images/background.jpg) repeat-x;
}

h1, h2, h3, h4 { color: #21455B; }


h2 {
	width: 400px;
	border-bottom: 1px solid black;
}

h3 {
	margin: 1em 0;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
}

a {
	color: #333;
}

#shadow {
	margin: 0 auto;
	width: 960px;
	padding: 0 5px;
	background: url(../images/shadow2.jpg) repeat-y top center;
}

#shadow_bottom {
	width: 960px;
	height: 10px;
	background: url(../images/shadow_bottom.jpg) no-repeat;
}

#container {
	margin: 0 5px;
	padding: 0 15px;
	text-align: left;
	width: 920px;
	background: #F2F2F2 url(../images/waffle_bottom.jpg) repeat-x bottom;
}

#container2 {
	padding: 0 25px 5px;
}

#header {
	position: relative;
	height: 212px;
	border-bottom: 1px solid black;
}

#header img {
	float: left;
}

#header p {
	float: right;
}

#header #feet {
	text-align: right;
}

#header h1 {
	font-size: 35px;
	position: absolute;
	z-index: 99;
	bottom: 4px;
	right: 0px;
	margin: 0;
}

#main {
	clear: both;
}

#nav {
	padding: 5px 0;
	text-align: right;
}

#nav a {
	text-decoration: none;
	margin: 0 3px;
	color: #567D8C;
}

#nav a:hover {
	text-decoration: underline;
	color: #21455B;
}

#content {
	clear: both;
	padding: 30px 0 0;
}

#media, #photo {
	float: right;
	padding: 3px;
	border: 1px solid black;
	margin-left: 30px;
	background-color: #567D8C;
}

#content ul {
	list-style: none;
	margin-top: 1em;
}

#content li {
	line-height: 150%;
}