/*
base color: #e8e595
mustard: #d0a825
blue: #40627c
green: #26393d
light: fffae4
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #26393d;
	margin: 0px;
	background: #26393d url(http://www.powerministry.com/images/bg7.gif) repeat-x;
}
#container {
	background-color: #e8e595;
	width: 760px;
	text-align: left;
}
* > #container {
	width: 780px;
}
#header {
	background: #e8e595 url(http://www.powerministry.com/images/header.jpg) no-repeat;
	height: 256px;
}
#content {
	margin: 25px;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
}

.sof_heading1 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.sof_heading2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.item, .item:link, .item:visited, .item:hover, .item:active {
	display: block;
	width: 250px;
	border-bottom: 2px solid #d0a825;
	border-left: 2px solid #d0a825;
	text-align: left;
	margin-left: 5px;
	color: #40627c;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	background: #e8e595 url(http://www.powerministry.com/images/nav_bg7.gif) repeat-x;
}
* > .item, .item:link, .item:visited, .item:hover, .item:active {
	width: 243px;
}
#nav_container {
	width: 270px;
	margin-bottom: 20px;
	margin-right: -50px;
	margin-left: -7px;
	float: right;
}
* > #nav_container {
	margin-right: 0px;
	width: 250px;
}