body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #F0E5D1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
p {
	margin: 5px;
}
h2 {
	font-size: 13px;
	margin: 5px;
}
img {
	border: 0px;
}

div#general {
	width: 100%;
	height: 100%;
}
div#header {
	padding: 40px 0;
	position: relative;
}
div#header div.right {
	position: absolute;
	bottom: 45px;
	left: 400px;
}
div#flash {
	display: none;
}
div#flash div.left {
	width: 800px;
	margin-bottom: 20px;
}
div#noscript {
	position: absolute;
	top: 0px;
	width: 1000px;
	padding: 10px 0;
	background: #CC0000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

div.content {
	width: 1000px;
	margin: 0 auto;

}
div.dark {
	background: #281616;
	padding: 20px 0;
}
div.dark, div.dark a {
	color: #F0E5D1;
}
div.light {
	padding: 20px 0;
}
div.light, div.light a {
	color: #271513;
}

h3, .highlight {
	color: #3E7637;
	font-weight: bold;
}

div.left {
	float: left;
	width: 320px;
	margin-left: 40px;
}
div.right {
	float: right;
	width: 560px;
	margin-right: 40px;
}
