* { margin: 0; padding: 0; }

body {
	background-color: #000;
	color: #766;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 13px;
}

div.main {
	width: 600px;
	margin: auto;
	margin-top: 120px;
}

div.header {
	text-indent: -999em;
	height: 88px;
	background-image: url('header2.png');
	background-repeat: no-repeat;
}

div.navigate {
	background-color: #D51;
	padding: .5em;
	color: #222;
	font-weight: bold;
}

div.content {
	text-align: justify;
	background-color: #111;
	border-color: #D51;
	border-width: 1px;
	border-style: solid;
}

div.footer {
	background-color: #D51;	
	color: #000;
	padding: .7em;
	margin-bottom: 2em;
	font-size: x-small;
}

div.footer ul {
	list-style-type: none;
	padding-left: 1em;
}

div.footer h2 {
	color: #000;
	font-size: small;
	border-bottom-style: dotted;
	border-width: 1px;
}

div.footer div.left {
	float: left;
	width: 40%;
}

div.footer div.right {
	float: right;
	width: 60%;
}

div.footer a {
	color: #000;
	text-decoration: none;
}

a {
	color: #D51;
	text-decoration: none;
}

div.navigate a {
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 1em;
	text-indent: 1em;
	line-height: 150%;
	border: 1px none #fff;
}

p.quote {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 3.5em;
	padding-right: 3.5em;
	line-height: 150%;
	border: 1px none #fff;
	font-size: small;
	font-style: italic;
	font-weight: lighter;
}

blockquote {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	line-height: 150%;
	border: 1px none #fff;
	font-size: x-small;
	font-style: italic;
	font-weight: lighter;
	background-color: #222;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 3em;
}

h1 {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}

h2 {
	padding-top: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
	color: #ccc;
}

h3 {
	padding-top: 1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	color: #bbb;
}

.orange {
	color: #D51;
}

ul, ol {
	list-style-position: outside;
	padding-left: 3em;
}
