@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
background: #333333 url(images/black.gif) repeat-y  0;
}
A:link {color: #ffffff; text-decoration: none}
A:visited {color: #ffffff;text-decoration: none}
A:active {color: #ffffff;text-decoration: none}

A:hover {
	COLOR: #8097c7; TEXT-DECORATION: underline
}
#container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	
	margin: 0;
	position: absolute;
	top: 20px;
	left: 51px;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#studios {
	position: absolute;
	top: 84px;
	left: 270px;
	z-index: 1;
	}
#wellhouse {
	position: absolute;
	top: 162px;
	left: 94px;
}
#txtoils {
	position: absolute;
	top: 195px;
	left: 227px;

	font-variant:small-caps;
	font-size:11px;letter-spacing:40px;color:white;
	font-weight:200;
		
	}

.text {
	font-variant:small-caps;
	font-size:11px;
	letter-spacing:40px;
	color:white;
	font-weight:200;
	}	
	
.text #oils {
	position: absolute;
	top: 167px;
	left: 207px;
}
.text #watercolors {
	position: absolute;
	top: 236px;
	left: 215px;
	width: 379px;
}
.text #artist {
	position: absolute;
	top: 430px;
	left: 220px;
}

.text #more {
	position: absolute;
	top: 430px;
	left: 220px;
}

#contact {
	position: absolute;
	top: 501px;
	left: 62px;
	font-variant:small-caps;
	font-size:10px;
	letter-spacing:10px;
	color:white;
	font-weight:200;
	white-space: nowrap; 
	width: 731px;
}
#artistpic {
	position: absolute;
	top: 400px;
	left: 139px;
	}
