@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 73%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	text-align: center; /* needed to center the container in IE5.x because it doesn't like 'margin: 0 auto' */
	color: #793300;
	background: #51003b;
	margin: 0;
	}

a {
	color: #7e0e53;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#container {
	width: 850px;
	margin: 0 auto;
	}

#header {
	background-image: url(Resources/header-bg.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 179px;
	}
	
#logo {
	width: 295px;
	float: right;
	}
	
#OilCandle {
	width: 325px;
	float: left;
	margin-left: -60px;
	margin-right: 15px;
	}
	
#content_wrapper {
	background: #FFF url(Resources/background-waves.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 37px;
	}

#footer_image {
	margin-top: -37px;
	clear: both;
	}

#footer {
	color: #fff9e8;
	font-size: .8em;
}
	#footer a {
		color: #FFF;
		text-decoration: underline;
		}
	#footer .kw {
		color: #c77eab;
		}
	
#intro {
	/*height: 240px;*/
	}

.headings {
	position: inherit;
	text-align: left;
	}

.box_headings {
	position: inherit;
	text-align: center;
	margin-left: -5px;
	}

.boxrow_2 {
	clear: both;
	position: relative;
	padding-top: 15px;
}

.boxes_2 {
	width: 49.5%;
	text-align: left;
	position: relative;
	}
	
.boxrow_3 {
	clear: both;
	position: relative;
	padding-top: 15px;
}
	.box_left {
		float: left;
		position: relative;
	}
	.box_mid {
		margin: 0 auto;
		position: relative;
	}
	.box_right {
		float: right;
		position: relative;
	}

.boxes_3 {
	width: 32.7%;
	text-align: left;
	position: relative;
	}

.box_bg {
	background: url(Resources/box-bg-long.png) top right repeat-y;
	overflow: auto; /* Important: Clear float without using an empty div */
	width: 100%; /* Important: Clear float without using an empty div (for IE) */
	}
	.box_bg_left {
		background: url(Resources/box-shadow-left.png) top left repeat-y;
		margin: 0;
		padding-left: 5px;
		}
	
.box_top {
	background: url(Resources/box-corner-top_right-long.png) top right no-repeat;
	height: 12px;
	margin-left: 12px;
	line-height: 0;
	}
	.boxtop_left {
		background: url(Resources/box-corner-top_left.png) top left no-repeat;
		height: 12px;
		width: 12px;
		float: left;
		}
		
.box_bottom {
	background: url(Resources/box-corner-bottom_right-long.png) bottom right no-repeat;
	height: 12px;
	margin-left: 12px;
	/* margin-top: -0.45em; */ /*compensate for extra space from paragraphs */
	line-height: 0;
	}
	.boxbottom_left {
		background: url(Resources/box-corner-bottom_left.png) bottom left no-repeat;
		height: 12px;
		width: 12px;
		float: left;
		line-height: 0;
		/*margin-top: -0.45em; */ /*compensate for extra space from paragraphs */
		}

.box_content {
	margin-left: 5px;
	margin-right: 10px;
	font-size: .9em;
	}
	/*.box_content p:first-child {
		margin-top: 0;
		}
	.box_content p:last-child {
		margin-bottom: 0;
		}*/
	.box_content p {
		margin-top: .5em;
		margin-bottom: .5em;
		}

.img_padding {
	margin: 5px 8px 0 8px;
	}
	
#links {
	clear: both;
	margin-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

#sitemeter {
	float: left;
	}