html, body {
	margin:0;
	padding:0;
	background: url("images/header-bg.png") no-repeat scroll center top transparent;
	background-color:#E5E1CA;
	border-top: 7px solid #332921;
}
body {
	font: 105% arial, sans-serif;
	text-align:center;
}
p {
}
a {
	padding:5px;
	text-decoration:none;
	color:#000000;
}
a:hover {
	color:#000099;
}
h3 {
	color:#006600;
}
div#header {
	margin-bottom:10px;
}
div#header h1 {
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
}
#container #header h1 a {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#CCCCCC;
	font-size: 28px;
}
#container #header h1 a {
	color: #FFF;
}
div#container {
	text-align:left;
}
div#content p {
	line-height:1.4;
}
div#navigation {
	background:#F6F0E0;
}
div#navigation ul {
	margin:15px 0;
	padding:0;
	list-style-type:none;
}
div#navigation li {
	margin-bottom:5px;
}
div#extra {
	background:#F6F0E0;
	margin-top:10px;
}
div#footer {
}
div#footer p {
	margin:0;
	padding:5px 10px;
}
div#container {
	width:1000px;
	margin:0 auto;
}
div#content {
	float:left;
	width:640px;
	background-color:#F5F2E0;
	padding: 0 10px 13px 10px;
	border: solid 1px #69C;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
div#navigation {
	float:right;
	width:310px;
	padding: 0 10px 0 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
div#extra {
	float:right;
	clear:right;
	width:310px;
	padding: 0 10px 0 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	padding-bottom:10px;
}
div#footer {
	clear:both;
	padding-top:20px;
}
.noshow {
	display:none;
}
