body {
	background: #92D041 url("/i/top-body-bg-2.png") 0 0 repeat-x;
}

strong {
	font-weight: bold;	
}

#wrapper {
	margin: 0;
	padding: 0;
}

	#header {
		position: relative;
		background: #eee;
		margin: 40px 0 0 0;
		padding: 35px 0 0 30px;
	}

	a#logo {
		position: absolute;
		top: -22px;
		left: 30px;
		display: block;
		margin: 0 0 0 0;
	}
	
	#login-info {
		position: absolute;
		top: -20px;
		right: 20px;
		color: #fff;
	}
	
		#login-info a {
			color: #fff;
			background: #f00;
			text-decoration: none;
			padding: 0 3px;
			font-weight: bold;
		}
		
		#login-info a:hover {
			background: #d00;
			text-decoration: none;
		}



	
	
#content {
	background: #eee;
	padding: 15px 0 45px 0;
	width: 100%;
}

	#float-container {
		width: 940px;
		float: left;
		padding: 0 0 0 30px;
	}
	
	
		
		


	
	
			

#footer-logo img {
	display: none;
}	
		
#footer {
	position: relative;
	margin: 0 0 0 0;
	text-align: left;
	padding: 25px 0 20px 30px;
	background: #92D041 url("/i/top-body-bg.png") 0 0 repeat-x;
}

#footer-logo {
	position: absolute;
	top: -13px;
	left: 30px;
	width: 150px;	
}
		
#footer-copy {
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 0 0;
	margin: 0 30px 0 0;
}		

	#footer span {
		padding: 0 0 0 0;font-size: 11px;
	}

	#footer a {
		font-size: 11px;
		color: #222;
	}
	
	#footer a:hover {
		background: #eee;
		color: #000;
		text-decoration: none;
	}
	




