
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(images/bg01.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

h1, h2 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #6C5735;
}

h1 {
	letter-spacing: -2px;
	font-size: 35px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h1 span, h2 span {
	color: #414141;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 2.2;
	text-align: left;
}

strong {
	color: #505050;
}

a {
	color: #735635;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
	margin-left: 50px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

.white-wrapper {
	background: #FFFFFF url(images/bg03.gif) repeat-y left top;
}

.white-wrapper .bg-top {
	background: url(images/bg04.gif) no-repeat left top;
}

.white-wrapper .bg-bottom {
	padding: 0px 0px 50px 0px;
	background: url(images/bg05.gif) no-repeat left bottom;
}

.blue-wrapper {
	background: #291804 url(images/bg06.gif) no-repeat center top;
}

.blue-wrapper .container {
	padding: 25px 0px 25px 0px;
}

.blue-wrapper * {
	color: #A8A19A;
}

.blue-wrapper h1, .blue-wrapper h2 {
	color: #FFFFFF;
}

.blue-wrapper h1 span, .blue-wrapper h2 span {
	color: #CDBAA5;
}

.blue-wrapper ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.8;
}

.blue-wrapper ul li {
	border-top: 1px solid #463521;
}

.blue-wrapper ul li.first {
	border: none;
}

.blue-wrapper a {
	color: #CCC6BE;
}

.blue-wrapper strong {
	color: #DFD9D3;
}

.container {
	width: 1000px;
	margin: 0px auto;
	height: 354px;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 25px;
	
}

.logo
{
	position: fixed;
}

/** MENU */

#menu {
	height: 110px;
	background: url(images/bg02.gif) no-repeat left top;
	background-image: url(images/EnergyGuru.png) no-repeat left top;
	}

#menu ul {
	float: right;
	margin: 0px;
	padding: 67px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 31px;
	margin: 0px 30px 0px 0px;
	padding: 12px 15px 0px 15px;
}

#menu a {
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	outline: none;
	font: 20px/1 Georgia, "Times New Roman", Times, serif;
	color: #898888;

}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	background: #FFFFFF;
}

#menu li.active a, #menu li.active a:hover {
	text-decoration: none;
	color: #454545;
}

/** PAGE */

.page {
}

/** CONTENT */

.content {
	float: right;
	width: 675px;
	padding: 0px 50px 0px 0px;
}

.single .content {
	float: none;
	width: auto;
	padding: 0px 50px;
}

/** SIDEBAR */

.sidebar 
{
	text-align: center;
	float: left;
	width: 175px;
	padding: 0px 0px 0px 50px;
}

/** FOOTER */

#footer {
	padding: 40px 0px 80px 0px;
	background: #1A0F02;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
	color: #332311;
}

#footer a {
	color: #332311;
}
