div#wrapper {
	display: block;
	width: 900px;
	border: #85C227 4px solid;
	position: relative;
	text-align: left;
}

div#header {
	background-color: #000000;
	height: 100px;
	width: 900px;
	display: block;
}

div#content {
	position: relative;
	width: 900px;
	height: 650px;
}

div#shading {
	display: block;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	z-index:1;
	position: absolute;
	top: 30px;
	left: 320px;
}

div#shading_text {
	width: 550px;
	height: 590px;
	background: #000000 none repeat scroll 0 0;
}


div#bodytext {
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 320px;
	width: 550px;
	height: 590px;
	z-index:2;
	overflow:auto;
	overflow-x:hidden;
}

div #bodytext img.bordered {
	border: #ffffff thin solid;
}

div.imgtext {
	display: block;
}

/*When splitting the content up to have an IMAGE ON THE LEFT then text on the right, use these*/
span.imglhs_img {
	float: left;
	width: 170px;
	clear: left;
	text-align: left;
	margin-bottom: 30px;
}
span.imglhs_txt {
	float: left;
	width: 330px;
	clear: right;
	margin-bottom: 30px;
}

/*When splitting the content up to have an IMAGE ON THE RIGHT then text on the left, use these*/
span.imgrhs_img {
	float: left;
	width: 170px;
	clear: right;
	text-align: right;
	margin-bottom: 30px;
}
span.imgrhs_txt {
	float: left;
	width: 330px;
	clear: left;
	margin-bottom: 30px;
}

body {
	background-color: black;
	font-family: "Arial";
	font-size: 9pt;
	color: white;
}

img {
	border-width: 0
}


a {
	font-family:"Arial";
	color: #2D9D21;
	text-decoration: none;
}

a:hover {
	color:red;
	text-decoration: underline;
}



h1 {
	font-size:1.4em;
	margin-bottom:5px;
}

h2 {
	font-size:1.2em;
	margin-bottom:3px;
}

