body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
}
a:hover {
	color: #FF3333;
}

a:visited {
	color: #FF3333;
}

.residentialbg {
	background-image: url(images/watermark1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.contactbg {
	background-image: url(images/watermark3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.commercialbg {
	background-image: url(images/watermark4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.aboutbg {
	background-image: url(images/watermark2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.resourcesbg {
	background-image: url(images/watermark5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fineartbg {
	background-image: url(images/watermark6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.homebg {
	background-image: url(images/watermark7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bold2 {
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.scroll {
	position: relative;
	height: 490px;
	width: 450px;
	overflow: scroll;
	z-index: auto;
}
.scroll2 {
	position: relative;
	height: 490px;
	width: 800px;
	overflow: scroll;
	z-index: auto;
}
.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat;
}
.subtable a img {
   background: #fff;
   padding: 3px;
   border: 2px solid #CECECE;
   margin-top: 2px;
}
