body,html {
	height: 100%;
	background-image: url(images/stuccoBack.jpg);
	margin: 0px;
	padding: 0px;
}
.skytop {
	background-image: url(images/skyShops.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	background-color: #FFFFFF;
	height: 650px;
}
.drawing {
	background-image: url(images/drawing.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.wallLeft {
	background-image: url(images/wallLeft.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 55px;
}
.wallRight {
	background-image: url(images/wallRight.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 30px;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #432B3D;
	background-color: #FFFFFF;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #BC8B45;
	border-right-color: #BC8B45;
	border-bottom-color: #BC8B45;
	border-left-color: #BC8B45;
}
.header1H {
	height: 160px;
}
.buffer {
	height: 65px;
}
.contentBox {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 15px;
}
.headline {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #BC8B45;
}
.tablebuffer {
	margin-right: 30px;
	width: 465px;
}
.textLink {
	color: #BC8B66;
	text-decoration: none;
}
a.textLink:hover {
	text-decoration: underline;
}
.tableBold {
	font-size: 14px;
	font-weight: bold;
	color: #76242C;
}
