body {
	background-color: #C56D47;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #F0ECC6;
	margin: 0px;
	padding: 0px;
	/*background-image: url(images/brown_loop.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}

/*   Main Site Structure   */

.container {
width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


.top {
	float: left;
	width: 100%;
	background-color: #6D422C;
	background-image: url(images/footer-tiles.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 80px;
	
}
.topContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #FFFFFF;
	line-height: 2em;
}




.left {
	float: left;
	width: 220px;
	padding-right: 15px;
	margin-top: 20px;
	
}
.left a {
	color: #F0ECC6;
	line-height: 2em;
	text-decoration: none;
}




.right {
	float: left;
	width: 665px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin-top: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9BA6A;
}
.right h1 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 4.3em;
	margin-top: 0px;
}
.right h2 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #FFFFFF;
	margin-top: 0px;
}
.right a {
	text-decoration: underline;
	color: #492b1c;
}

#footer {
	position: relative;  /* Needed for Safari */
	padding: 0px;
	width: 100%;
	height: 150px;
	background-position: center;
	background-repeat: repeat;
	background-image: url(images/brown_loop.gif);
}



/*   Styles   */

.doreen {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
}
.artImg {
	padding: 0px;
	border: 5px solid #F0ECC6;
	margin: 20px;
}


/*   Navigation   */


#nav {
	list-style: none;
	background: repeat-x left bottom;
	text-align: right;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	}
	
	
#nav a:hover, body#sculpture #t-sculpture a  {
	color: #6D422C;
	}
#nav a:hover, body#pottery #t-pottery a  {
	color: #6D422C;
	}
#nav a:hover, body#mosaics #t-mosaics a  {
	color: #6D422C;
	}
#nav a:hover, body#biography #t-biography a  {
	color: #6D422C;
	}
#nav a:hover, body#contact #t-contact a  {
	color: #6D422C;
	}
#nav a:hover, body#home #t-home a  {
	color: #6D422C;
	}
	
	
#flashcontent {
	background-color: #C56D47;
}

