/* Background Watermark */	
body {
	background-image : url(../images/back1.jpg);
 	background-repeat : repeat;
	z-index:-5;
}
img.logo {/* border style for all images */
  border: 0;
  height:103px;
  color:rgb(233,223, 205);
}
.mainLogo {

	position:absolute;
	top: 0px;
	left:0px;
	border:0px solid white;
	height:100px;
}
.main_pics {
	top: 0px;
	left:169px;
	position:absolute;
	border:0px solid #eae3d3 ;
	font-family: arial;
	margin: 0;
}


.site {
	width:950px;
	height:530px;
	position: relative;
	margin:auto;
	top: 0px;
	padding-top:10px;
	border:0px solid white;
	border-color: black;
	background:white;

	}

/* CSS placeholder for the MENU script */
.menu1 {
	width:950px;
	height:35px;
	position: absolute;
	top: 105px; /*show below logo*/
	left:0px;
	border:1;
	border-color: #e5decc;
	z-index:1;
}
/* Columns on the main web site C1- C2 - C3 left-center-right The tops are different to accomodate for divs and graphics spacing that appear on IE */
.column1 {
	width:185px;
	height:500px;
	position: absolute;
	top: 130px;
	left:0px;
	border:none;0px;
	border-color: #e5decc;
	

}
.column2 {
	width:595px;
	height:500px;
	position: absolute;
	top: 145px;
	left:190px;
	border:none;0px;
	border-color: #e5decc;
	


}
.column3 {
	width:178px;
	height:500px;
	position: absolute;
	top: 135px;
	left:800px;
	border-top:solid 0px;
	border-color: #e5decc;
	

}
