/* MISSCO : BROWN */body {    background-image: url(../img/brown_bg_image.jpg);	background-attachment: fixed;	background-repeat: no-repeat;	background-position: top center;}#solutions {	background-image: url(../img/solutions_brown.png);}#header, #menu, #footer {	background-color: #4f3711;}#title {	font-family: Georgia, Times New Roman, Times, serif;	font-size:26px;	color:#4f3711;	margin-left: 10px;	margin-right: 10px;	letter-spacing:1px;	margin-bottom:15px;	padding-bottom: 5px;	border-bottom: solid #CCC 1px;}a:hover {	text-decoration: none;	color: #4f3711;}/* SUB-COLORS */#navcontainer a:link {	color: #4f3711;	text-decoration: none;}#navcontainer a:visited {	color: #4f3711;	text-decoration: none;}#navcontainer a:hover {	background-color: #4f3711;	color: #ffffff;	text-decoration: none;}