body {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: NONE;
	color: #4A4A4A;
	background-image: url(images/horizontal-tubes2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	/*background-color: #CF8C23;*/
}

#ptdTitle {
	background-image: url(images/horizontal-tubes2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	/*background-color: #CF8C23;*/
	margin-left: 0%;
	height: 45px;
	top: 0%;
	font-family: Montreal;
	font-size: 26px;
	color: #CF8C23; /*#1e1c18;*/
	z-index: 0;
}

#mainCont {
	top: 15%;
	background-color: #e8e7e2;  /*#e8e7e2*/
	width: 800px;
	height: 90%;
	margin-left: 4%;
	clear: both;
	postition: absolute;
	text-align: center;
}

#leftBox {
	background-color: #e8e7e2; 
	width: 199px;
	padding-top: 20px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#description {
	color: #CF8C23;	/* #666666; */
	text-align: center;
}

#contBox {
	background-color: #6CB86E;   /*#e8e7e2*/ /*#ABC29D*/
	color: #4A4A4A;
	float: left;
	overflow: auto;
	height: 100%;
	width: 598px;
	border-left: 2px;
	border-left-style: dashed;
	border-left-color: #abc29d;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #abc29d;
	text-align: center;
}

#contentText {
	font-size: 15px;
	font-weight: none;
	text-align: left;
}

.GallItem {
	border: #abc29d;
	border-style: solid;
	border-width: 1px;
}


LI {
	list-style: none;
	padding-bottom: 15px;
}

A:Link{
	text-decoration: none;
	color: #4A4A4A;
}
A:Visited{
	text-decoration: none;
	color: #4A4A4A;
}
A:Hover{
	text-decoration: none;
	color: #CF8C23;
}
A:Active{
	text-decoration: none;
	color: #CF8C23;
}