body {
	background: #000 url('../img/body_bg.gif') repeat-x;
	color: #0d0d0d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; padding: 0;
}

a {
	color: #e69f00;
	text-decoration: none;
}

	a:hover, a:active {
		color: #a06f00;
		text-decoration: none;
		border-bottom: 1px dotted #e69f00;
	}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

div.clear_float {
	clear: both;
}

.heading_container h2.heading {
	background: transparent url('../img/content_heading_bg.gif') bottom repeat-x;
	color: #323232;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0; padding: 0 0 18px 0;
}

	.heading_container h2.heading span {
		color: #eea606;
	}