body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #673A12 url(../images/back.png) repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #673A12;
}

a {
	color: #6B759A;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


div#outer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;

}

div#page {

	background-color: white;
	margin-top: 20px;
	padding: 20px 0px;
}


div.title {
	width: 960px;
	height: 200px;
}

div.title h1 {;
	width: 960px;
	height: 200px;
	margin: 0px;
}

div.title h1 a {
	text-decoration: none;
	color: black;
	display: block; 
	height: 200px;
	width: 960px;
	background: url(../images/header.png) no-repeat;
}

div.title h1 a span {
	display: none;
}

div.editcontainer {

	width: 729px;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
}

div#content {
	width: 756px;
	float: right;
	/*border-left: 1px solid #673A12;*/
}

div#content div.post {
	margin: 0px 0px 20px 0px;
	margin-top: 0px;
}

h2 {
	background: #25160F;
	font-size: 30px;
	padding: 10px;
	color: white;
	margin-top: 0px;
	font-family: Georgia, serif;
}

div.post  h2 {
	background: white;
	font-size: 20px;
	color: #25160F;
	padding: 0px;
}

div.formElement {
	margin-bottom: 5px;
}

textarea {
	width:  650px;
}

div#content form label
{
	float: left;
	width: 150px;
}


div#content div.post h3 {
	margin: 0px 20px 0px 20px;
	padding: 5px 10px;
	font-size: 39px;
	color: white;
	background: #25160F;
	font-family: Georgia, Serif;
	text-align: left;
}


div#content div.post div.posttext {
	border-left: 1px solid #673A12;
	border-right: 1px solid #673A12;
	margin: 0px 30px 0px 40px;
	color: #25160F;
	padding: 5px;
}

div#content div.post div.posttext h3{
	font-size: 18px;
	color: #25160F;
	background-color: white;
	margin: 1em 0px;
	padding: 0px;
}


div#content div.post  div.postinfo {
	margin: 0px 5px 0px 35px;
	background: #673A12;
	padding: 5px;
	color: white;
	font-size: 10px;
	height: 15px;
}

div#content div.post  div.postinfo span.info {
	float: left; 
	margin: 0px 10px; 
	width: 330px;
	line-height: 15px;
	text-align: right;
}

div#content div.post  div.postinfo span.info a {
	color: #8B95BA;
}

div#content div.post  div.postinfo span.poster {
	text-align: left;
}

div#content ul {
	margin-left: 0px;
	padding-left:0px;
}

div#content li
{
	background: url(../images/skull.png) no-repeat 0px 2px;
	padding-left: 40px;
	line-height: 23px;
	margin-left: 0px;
	list-style-type: none;
}

div#menu {
	width: 200px;
	float:left;
	text-align: right;
}

div#menu div.menuSection {
	margin-bottom: 20px;
}

div#menu h3 {
	margin-bottom: 5px;
	margin-top: 0px;
	background: #673A12;
	width: 180px;
	margin-left: 10px;
	padding: 6px 10px 6px 0px;
	color: white;
	font-weight: normal;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
}

div#menu li {
	border-right: 0;
	list-style-type: none;
	padding: 1px 0px 2px 10px;
	margin: 0px;
	margin-bottom: 0px;
	display: block;
	width: 150px;
	margin-left: 39px;
	font-size: 13px;
}

div.clear {
	clear: both;
}

div#footer {
	margin: 20px 0px;
	font-size: 10px;
	color: #25160F;
	text-align: center;
}

div#footer div, 
div#footer p {
	display: inline;
	padding: 10px;
}

span.rss
{
	font-size: 0.8em;
	line-height: 1.1em;
}

img
{
	border: 2px solid #5C6586;
}

img.right
{
	float: right;
	margin-left: 10px;
	border: 2px solid #5C6586;
}

img.left
{
	float: left;
}

img.link
{
	border: 0px;
}


/* Tech manual */

div#content div.techGroup
{
	padding-left: 12px;
}

div#content ul.techGroup
{
	margin-left: 25px;	
}

div#content li.techBlueprint
{
	background: url(../images/blueprint.png) no-repeat 0px 7px;
}

div#content li.techPrinciple 
{
	background: url(../images/principle.png) no-repeat 0px 2px;
}

div#content li.techTechnique
{
	background: url(../images/technique.png) no-repeat 0px 3px;
}

