body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #CCC;
	background-color: #170001;
	background-image: url(../images/background.png);
	background-position: top center;
	background-repeat: repeat-y;
	}
a {
	color: #80FF80;
	color: #D580FF;
	color: #F00;
	color: #FFF;
	text-decoration: none;
	}
p a {
	border-bottom: 1px solid #666;
	}
p a:hover {
	border-bottom: 1px solid #CCC;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 .5em 0;
	}
h2 {
	font-size: 2em;
	line-height: 1em;
	margin: 0 0 .75em 0;
	}
h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 -1.5em 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 1.5em 0;
	}
#controls {
	background: #000;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .9em;
	line-height: 3em;
	text-align: center;
	}
#controls ul {
	list-style: none;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	}
#controls li {
	display: inline;
	margin: .75em;
	}
#header {
	}
#header h1 {
	margin: 0;
	}
#header h1 a {
	display: block;
	width: 647px;
	height: 452px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	}
#content {
	width: 401px;
	margin: 0 auto;
	padding: 1px 123px;
	background-image: url(../images/body.png);
	background-position: top center;
	background-repeat: repeat-y;
	}
ul#nav {
	list-style: none;
	margin: 1.5em auto 3em auto;
	padding: 0;
	text-align: center;
	font-size: .9em;
	}
#nav li {
	float: left;
	width: 
	}
#nav li a {
	color: #FFF;
	background-color: #111;
	display: block;
	padding: 5px 10px;
	margin-right: 1px;
	}
#nav li a:hover {
	background-color: #222;
	}
.post {
	margin: 0 0 4.5em 0;
	}
#footer {
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/PEATfooter.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 4.5em;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}

.inline_edit {
    color: #ddd;
    padding: 1em;
    background: #111;
    position: relative;
	}