@charset "UTF-8";
/* CSS Document
Ellis Creative
About Us CSS
© 2007 Ellis Creative
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 5/24/07 8:11AM
Validated 5/24/07 8:11AM */

div#header {
	background: url(../images/booksheader_01.jpg) top left no-repeat;
	}
	
div#quotediv {
	background: url(../images/aboutusheader_06.jpg)  top right no-repeat;
	}
	
div#contentdiv {
	background: url(../images/bookslice.jpg) top left repeat-y;
	}
	
div#contentdiv h1 {
	width: 100%;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 25px 0 6px 0;
	margin: 0;
	color: #44551c;
	text-align: right;
	}
	
div#contentdiv div#aboutdiv h1 {
	width: 100%;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 25px 0 6px 0;
	margin: 0;
	color: #44551c;
	text-align: left;
	}
	
div#contentdiv h2 {
	width: 100%;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0;
	color: #602448;
	text-align: right;
	}
	
div#contentdiv div#aboutdiv h2 {
	width: 100%;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0;
	color: #602448;
	text-align: left;
	}
	
div#contentdiv h3 {
	width: 100%;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0;
	color: #602448;
	text-align: right;
	}
	
div#contentdiv div#aboutdiv h3 {
	width: 100%;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0;
	color: #602448;
	text-align: left;
	}

	
div#contentdiv p {
	padding: 0 0 10px 0;
	}
	
div#prdiv { /*total width is 545px */
	float: left;
	width: 545px;
	margin: 20px 0 30px 0;
	}
	
div#aboutdiv {
	float: left;
	width: 540px;
	margin: 20px 10px 30px 25px;
	}
	
div#footerdiv {
	background: url(../images/booksfooter_32.jpg) top left no-repeat;
	}
	
div#creditdiv {
	background: #fff url(../images/home01_15.jpg) top left repeat-y;
	color: #7d9c34;
	}
	
div#creditdiv a {
	color: #7d9c34;
	text-decoration: none;
	}
	
div#creditdiv a:hover {
	color: #d6519d;
	text-decoration: underline;
	}
	
div#prdiv a, div#aboutdiv a {
	color: #5b7827;
	text-decoration: underline;
	}
	
div#prdiv a:hover, div#aboutdiv a:hover {
	color: #498fcd;
	text-decoration: underline;
	}
	
div.sepdiv {
	width: 500px;
	height: 5px;
	margin: 10px 0 20px 20px;
	}
	
div#artistdiv {
	margin: 0 0 5px 0;
	}
	
div#archivediv {
	margin: 10px 0 5px 0;
	}
	
p.listing {
	line-height: 130%;
	font-size: 110%;
	color: #000;
	}
	
div.photodiv {
	width: 175px;
	float: left;
	margin: 0 80px 0 0;
	}
	
div.infodiv {
	width: 270px;
	float: left;
	margin: 0 20px 0 0;
	}
	
div.photowrapperdiv {
	width: 100%;
	}
	
div.photowrapperdiv2 {
	width: 175px;
	float: left;
	margin: 0 10px 0 0;
	}
	
div.clearfloats {
	clear: both;
	width: 100%;
	height: 20px;
	}
	
ul {
	list-style: disc;
	margin: 0 0 15px 20px;
	}