* { border: 0; margin: 0; padding: 0; }

body {
	background: #8e2800;
	color: #fff;
	font: 0.9em/1.6em Georgia, Times, serif;
}

a { color: #fff0a5; }

/* ---- LAYOUT ---- */

#container {
	margin: 0 auto;
	padding: 25px;
	width: 840px;
}
.contentwide {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	list-style-type: disc;
	z-index: auto;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
}
#container.wide { width: 530px; padding: 25px 0; }

#main {
	float: left;
	margin-right: 25px;
	width: 430px;
}
.wide #main { width: 530px; }

#sidephoto {
	float: left;
	margin: 10px 0 0 0;
	width: 376px;
}
#sidephoto img { border: 8px solid #fff0a5; }

/* ---- HEADER ---- */

#header {
	background: url('../images/header.gif');
	height: 130px;
	width: 430px;
}
.wide #header {
	background: url('../images/header_wide2.gif');
	height: 125px;
	width: 530px;
}
#header h1 { display: none; }

/* ---- NAVIGATION ---- */

#navigation {
	background: url('../images/navBottom.gif') no-repeat bottom center;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
.wide #navigation {
	background: url('../images/navBottom_wide.gif') no-repeat bottom center;
	padding-bottom: 22px;
}
#navigation a {
	color: #fff0a5;
	text-decoration: none;
}
#navigation a:hover { text-decoration: underline; }

/* ---- CONTENT ---- */

#content { padding: 20 px; }
.wide #content { padding: 25px 0; }
#content h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}
#content p {
	margin: 1em 0;
}
#content p.bigwelcome {
	font-size: 1.5em;
	line-height: 1.5em;
}
#content img.smallphoto {
	border: 4px solid #aaa;
	float: left;
	margin: 0 25px 25px 0;
}
#content img.smallphoto.right {
	float: right;
	margin: 0 0 25px 25px;
}
#content ul { padding-left: 1em; }

/* ---- EXTRA ---- */

#footer {
	background: url('../images/footTop.gif') no-repeat top center;
	font-size: 0.8em;
	padding: 25px 0;
	text-align: center;
}

.clear { clear: both; }
