/* -- LIME LOOK STYLES --  */
/* do not apply any layout rules here  */
/* only colors, backgrounds + borders should change  */
body { background: #dadada url("../img/lime-bg.gif") repeat; }
#container { border: 1px solid #91B261; }

#banner
{
	height: 68px;
	background: #DBE6CC url("../img/lime-banner.gif") no-repeat;
	border-bottom: 1px solid #91B261;
}

#banner h1
{
	background: transparent url("/stellar/f/shared/2.0.2/img/logo-type.gif") 0 -10px no-repeat;
	color: #444;
	margin: 0;
	top: 0;
	padding: 25px 0 25px 145px;
}
