/* CSS Document */
div, body { padding:0px; margin:0px; }
body { font-size:13px; font-family:Arial, Helvetica, sans-serif;  background-color:#7f7f7f;}
img { border:0px none; }

h1 { font-size:20px; font-weight:normal; padding:0px; margin:0px; line-height:140%;}
h2 { font-size:16px; font-weight:normal; padding:0px; margin:0px; line-height:140%;}

.greentext { color:#37761b; font-weight:bold; bla:7fbc52;}

a { color:#37761b; }

#container {
	width:945px;
	height:640px;	
	margin:0px auto;
}

#header {
	height:70px;
	overflow:hidden;
	background:url(images/black-top.jpg) no-repeat;
	background-color:#130e0f;
}


#title {
	height:32px;
	margin-left:140px;
	padding-top:30px;
}
#logo {
	float:right;
	margin-right:50px;
}

#navigation {
	clear:right;
	height:30px;
	background:url(images/nav_grey.jpg) repeat-x;
	padding-left:129px;

}

#navigation ul { padding:6px 0 0 0px; margin:0px; }
#navigation li { display:inline; padding:6px 11px 8px 11px; cursor:pointer;}
#navigation li:hover { background:url(images/nav_green.jpg) repeat-x; }
#navigation a { text-decoration:none; color:#fff; }

#green_title {
	height:118px;
	background:url(images/big-green-bar.jpg) repeat-x;
	overflow:hidden;
}

#body_container {
	height:340px;
	background-color:#fff;
	overflow:hidden;
	font-size:14px;
	position:relative;
	
	
}

#body_text {
	padding-top:3px;
	width:515px;
	padding-left:140px;
	line-height:150%;
}

#black_footer {
	height:20px;
	overflow:hidden;
	background:url(images/black-bottom.jpg) no-repeat;
	background-color:#130e0f;
	color:#fff;
	padding-left:140px;
	padding-top:10px;
}

#green_footer {
	height:35px;
	background:url(images/footer-green.jpg);
	padding-left:140px;
	padding-top:13px;
}
#green_footer a { color:#000; text-decoration:none; }
#green_footer table a { color:#f5f5f5; text-decoration:none;}

#green_footer table td { border-right:1px solid #f5f5f5; }
