@charset "utf-8";


body {
	text-align: center;
	margin: 0px auto;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	font: .7em/1.5em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #003300;

}
.text_body_container {
	float: right;
	width: 550px;
}
body h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 2em;
	display: block;
	text-align: left;
	border-bottom: solid #000000 1px;
	font-weight: 100;
	padding-bottom: 5px;
	line-height: 1em;
}
body h2, body h2 a {
color: #003300;
	font-size: 1 em;
	font-weight: bold;
	text-indent: 20px;
	padding-top: 0px;
}


.div_push {
	margin: 0 auto;
	text-align: left;
}
#container_top {
	border-bottom: solid black 1px;
	border-top-color: #C0E84A;
	border-top-style: solid;
	border-top-width: 20px;
	text-align: center;
	background-color: #FFFFFF;

}
#header {
	height: 270px;
	position: relative;


}

#content_container {
	border-left: dashed #CCCCCC 5px;
	position: relative;
	width: 650px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border-right: dashed #CCCCCC 5px;
}




#content_top {
	width: 600px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 50px;
}



#content_mid {
	width: 600px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 50px;

}


#content_mid img {
	display: inline;
	float: right;
}
.body_text {
	text-align: left;
	display: block;
	color: #003300;
	font-size: 9pt;
	float: left;
	width: 300px;
}
#middle_bottom {
	width: 600px;

}
#container #footer {
	background-color: #3300FF;
	display: block;
	height: 100px;
	color: #FFFFFF;
}

.clearfooter {
	clear: both;
}
#container_bottom {
	background-color: #CCFF00;
	position: absolute;
	bottom: 100%;
}
#content_header {

}
