/* STYLES */

/* basic styles */

body {background: #d8d2cd;
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	color: #d8d2cd;
	}

td {padding: 5px 0px;
	}
	
	
/* link styles */

ul {list-style-type: none; 
	background: #d8d2cd;
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	color: #8a817a;
	position: absolute;
	left: -20px;
	}

li {width: 80px;
	border-bottom: solid 1px #c3bdb8;
	padding: 5px 0 5px 0;
	}

a:link {color: #8a817a; 
	text-decoration: none; 
	font-weight: bold;
	} 
	
a:visited {color: #c3bdb8; 
	text-decoration: none; 
	font-weight: bold;
	} 
	
a:hover {color: #d8d2cd; 
	background: #8a817a; 
	text-decoration : none; 
	font-weight: bold;
	} 

a.clicked:link, a.clicked:visited {
	color: #fff;
	}


/* POSITIONING */

/* positioning for title and icons */

#title {position: absolute;
	top: 25px;
	left: 20px;
	}

.a {position: absolute;
	top: 25px;
	left: 200px;
	}

.b {position: absolute;
	top: 25px;
	left: 280px;
	}

.c {position: absolute;
	top: 25px;
	left: 360px;
	}

.d {position: absolute;
	top: 25px;
	left: 440px;
	}
	
.e {position: absolute;
	top: 25px;
	left: 520px;
	}

.f {position: absolute;
	top: 25px;
	left: 600px;
	}

.g {position: absolute;
	top: 25px;
	left: 665px;
	}


/* SPECIAL POSITIONING AND STYLES */

/* banner position and styles */
	
.banner {background: #8a817a;
	color: #d8d2cd;
	text-align: center;
	height: 110px;
	position: relative;
	top: 5px;
	z-index: 2;
	}
	
/* positioning for artwork and artwork links*/

#artLinks {position: absolute;
	top: 150px;
	left: 95px;
	text-align: right;
	}

#artMain {position: absolute;
	top: 150px;
	left: 216px;
	}


/* positioning and styles for web design page */

#webLinks {position: absolute;
	top: 150px;
	left: 200px;
	text-align: left;
	}

#webLinks li {width: 285px;	
	}
		
#webText {position: relative;
	color: #8a817a; 
	background: #d8d2cd;
	width: 300px;
	top: 180px;
	left: 210px;
	}

/* positioning and styles for home and artist pages*/

#main {position: absolute;
	top: 150px;
	left: 220px;
	width: 490px;
	text-align: left;
	color: #8a817a;
	background: #d8d2cd;
	font-size: 12px;
	}

.quote {border: 1px #8a817a;
	padding: 0 20px;
	font-weight: bold;
	}
	

	
