nav #menu_4{
	color:#118fb7;
	box-shadow:0 2px #e79f07;
}

#wrapper, #mainCntr{
	min-height:715px;
}
section #text ,section #image{
	display:inline-block;
	vertical-align:top;
}

section #text{
	width:500px;
	padding:10px 20px;
}
section #text a{
	color:white;
	margin:10px;
	padding:5px 10px;
	background:rgba(0,0,0,0.8);
	border-radius:5px;
	box-shadow: 0 1px 5px gray;
}

section #text a:hover{ background:silver; color:black;}

section #image{
	width:400px;
	padding:10px 5px;
	text-align:center;
}
