@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.oneColElsCtr #container {
	width: 851px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#container {
	position:absolute;
	left:127px;
	top:174px;
	width:700px;
	height:590px;
	z-index:1;
	background-color: #FFF;
}

#Sig {
	position:absolute;
	left:173px;
	top:68px;
	width:711px;
	height:95px;
	z-index:2;
}

#view {
	position:absolute;
	left:626px;
	top:319px;
	width:163px;
	height:27px;
	z-index:3;
}
#contact {
	position:absolute;
	left:628px;
	top:354px;
	width:160px;
	height:31px;
	z-index:4;
}

#viewLink {
	position:absolute;
	left:622px;
	top:312px;
	width:187px;
	height:34px;
	z-index:3;
}

#contactInfo {
	position:absolute;
	left:216px;
	top:772px;
	width:671px;
	height:30px;
	z-index:5;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}

.contact {
	font-family: Verdana, Geneva, sans-serif;
	size: .8em;
}

.divider {
	color: #903;
}


.viewWatercolors {
	position:absolute;
	left: 511px;
	top: 148px;
}

.contactNav {
	position:absolute;
	left: 511px;
	top: 184px;
}

.mainImage {
	position:absolute;
	left: 240px;
	top: 203px;
}
