/**
 * styles.css
 * Stylesheet for University of Pittsburgh Press Digital Editions
 * 
 * copyright (c) 2007 University Library System, University of Pittsburgh
 * November 2007
 *
 */

/* ____________________________________Basic Styles________________________________________*/

* {
	padding:0; 
	margin:0;
}
a img {
	border: 0px none;
	text-decoration:none;
}


/* ____________________________________Layout________________________________________*/

#header {
	width: 100%;
}
#title {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	background-color: #CAC9AA;
	background-repeat: no-repeat;
	clear: both;
	height: 75px;
}


/* ____________________________________Title Bar________________________________________*/
#title div.sectionright{
	float:right;
	background-color: #CACAAA;
	clear: right;
}
#title div.sectionleft{
	float:left;
	background-color: transparent;
	clear: left;
}
