@charset "UTF-8";
/* CSS Document */
body {
	background-color:#FFFFFF;
	}
a:link {
	color:#004400;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:visited {
	color:#002200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-right: 10px;
}
a:hover {
	color:#751315;
	text-decoration: underline;
}
a:active {
	color:#751315;
	}
h1 {
	text-align:center;
	color:#609FDE;
	font-weight: bold;
	font-size: 1.6em;
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	padding-top: 10px;
}
.companyContact {
	text-align: center;
	color: #751315;
	font-size: 1em;
	font-weight: bolder;
}


/*  -------------------- Page Layout -----------------------*/
#pageLayout {
	background-color: #fff;/*	background-color: #33392B; #CCAC58 #DAA520 */
	width: 650px;
	text-align: center;
	margin-left: 30px;	
}
#pageHeading {
	text-align: center;
}
 
#mainPicture {
	width:516px;
	height:233px;
	text-align: center;
	background-color: #fff;
}

#mainContent {
	text-align: center;
	width: 650px;
}
#mainContent  p {
	color: #33392B;
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	text-align: center;
}	
#pageBottom {
	text-align: center;
	width: 650px;
}
