body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616265;
	line-height:18px;
	font-weight:normal;
}
html {	
	height:100%
}
a, a:active, a:visited {
	text-decoration:none;
	color:#616265;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	width: 950px;
	margin:0px auto;
}
#green_bar {	
	background-color:#adbf37;
	height:30px;
}
#green_bar #wrapper #opening_text {
	font-size:17px;
	color:#FFF;
	font-weight:normal;
	line-height:32px;
	font-weight:bold;
	padding-left:10px;
}
#grey_bar {
	height:250px;
	background:url(../images/generic/background_low.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#details_left {
	float:left;
	margin-left:10px;
	padding-top:10px;
	line-height:19px;
}
#details_right {
	float:right;
	margin-right:10px;
	padding-top:10px;
	line-height:19px;
	text-align:right;
}
.green_text {
	color:#adbf37;
}
