﻿img { 
border-style: none; 
text-decoration: none; 
} 

a:link {
	color: #cccccc;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #cccccc;
	font-style: italic;
}

a:active {
	color: red
}


body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url('images/stripe.gif');
}

h1 {
	text-align: center;
	font-size: x-large;
}

#bg {
	position: absolute;
	z-index: 0;
	top: 105px;
	left: 60px;
	width: 500px;
	height: 800px;
	background-color: #bfbfbf
	}
	
#logo {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 100px;
	height: 60px;
	width: 600px;
}

#screenprints {
	text-align: center;
	font-size: medium;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 317px;
	background-color: #666666;	
}

#graphics {
	text-align: center;
	font-size: medium;
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 350px;
	width: 400px;
	height: 327px;
	background-color: #666666;
}

#collages {
	text-align: center;
	font-size: medium;
	position: absolute;
	z-index: 0;
	top: 300px;
	left: 50px;
	width: 400px;
	height: 330px;
	background-color: #666666;	
}

#digital_prints {
	text-align: center;
	font-size: medium;
	position: absolute;
	z-index: 5;
	top: 450px;
	left: 350px;
	width: 400px;
	height: 330px;
	background-color: #666666;	
}

#folio {
	text-align: center;
	font-size: medium;
	position: absolute;
	z-index: -1;
	top: 600px;
	left: 0px;
	width: 400px;
	height: 312px;
	background-color: #666666;	
}

#painting {
	text-align: center;
	font-size: medium;
	position: absolute;
	z-index: 4;
	top: 200px;
	left: 650px;
	width: 400px;
	height: 327px;
	background-color: #666666;	
}

#textbox {
	position: absolute;
	z-index: 3;
	top: 230px;
	left: 1100px;
	width: 200px;
	height: 200px;
	padding: 20px;
	background-color: #3f3f3f;
	color: white;
	font-size: x-small;
	text-align: left;
}

