/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 185%; }
h2 { font-size: 132%; }
h3 { font-size: 105%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #e0871b;
}

a:hover {
	text-decoration: underline;
	color: #e0871b;
}

a:visited {
	text-decoration: none;
	color: #e0871b;
}

#header {
	width: 800px;
	height: 80px;
	margin: 0 auto;
}

#splash {
	width: 800px;
	height: 15px;
	margin: 0 auto;
	float: center;
}

#splash p {
	float: right;
	width: 800px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 140%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
	float: center;
}

#content {
	float: left;
	width: 780px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 4em;
}

