#controls-wrapper {
	height:42px;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0;
	z-index:4;
	background:url(../img/nav-bg.png) repeat-x;
}

#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }

#normalText{ overflow:hidden; float:left; color:#eee; font:400 13px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }

p{
	padding:0 30px 15px 30px;
	color:#222;
	font:12px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	text-shadow: #ddd 0px 1px 0px;
	line-height:200%;
	text-align:justify;
	font-size:13px;
}

p a{ color:#000; font-weight:bold; text-decoration:none; }

h3{
	text-shadow: #000 0px 0px 5px;
	padding:20px 20px 20px 20px;
	width:auto;
	background-color:#85BA0A;
	color:#fff;
	font-size:20px;
}
