/* COMMON ELEMENTS */

<!--
@import url("headers.css");
@import url("nav.css");




body {
	background-color: #333333;
	margin:0 0 20px 0;
	font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

img {
	margin:0;
	padding:0;
	border:0;
}



.quote {
	font-size:1.5em;
	line-height:1.2em;
	color:#f90;
	font-weight:bold;
}



#content a { text-decoration:none; color:#f90; border:0; }
#footer a { text-decoration:none; color:#ccc; border:0; }

#content a:hover,#footer a:hover { border-bottom:#f90 1px dotted; }

#content a.image:hover { border:0; }

#contentTable, #contentTable .side, #contentTable img { margin:0; padding:0; border:0; }
#contentTable .main, #contentTable .side { padding:20px; vertical-align:top;}

#contentTable .main img,  #contentTable .side img { border:#CCCC99 4px solid; }

#contentTable .side ul  { padding:0; margin:0; list-style: none;}
#contentTable .side ul li { padding:0 10px 0; margin:0;  font-weight:bold; font-size:1.0em; line-height:1.6em;  background:url(../../images/arrow.gif) 0 7px no-repeat; }


#contentTable .main ul  { padding:0; margin:0; list-style: none;}
#contentTable .main ul li { padding:0 10px 0; margin:0 0 10px 0; font-size:1.0em; line-height:1.6em;  background:url(../../images/diamond.gif) 0 6px no-repeat;}




#sideImages img {
	margin:0px 0px 0px 0px;
	padding:0;
	border:0;
	display: block;
}



#wrapper {
	text-align:left;
	background-color:transparent;
	width:590px;
	margin: 0 auto;
	padding:50px 0 20px 0;
	background:#000;
	position:relative;
	}
	
#content {
	width:590px;
	margin:0;
	background:#fff url(../../images/content_background.gif) repeat-y;
	color:#333;
	font-size:0.7em;
	line-height:1.5em;
		}
#headerImage {
	padding:0;
	margin:0;
	width:100%;
	background-image:url(../../images/header_image.jpg);
	height:295px;
}

#footer {
	width:550px;
	margin:0;
	background-color:#000;
	border-top:#996 6px solid;
	font-size:0.6em;
	color:#666;
	padding:16px 20px 0px 20px;
}


#aboutAdelita {
	font-weight:bold;
	background-color:#cc9;
	color:#333;
	font-size:0.7em;
	width:550px;
	margin:0;
	padding:10px 20px  10px 20px;
	border-bottom:#333 1px dotted;
}


.bookBanner {
	width:590px;
	margin:0 25px 0 25px;
	height:115px;
}


#imageBanner {
	width:590px;!important;
	height:190px;!important;
	background:#000;
	position:relative;
}

#logo {
background:transparent url(../../images/adelita_logo.gif) no-repeat;
width:164px;
height:48px;
position:absolute;
z-index:100;
left:-20px;
top:13px;

}

#otherBooks {
margin:0;
padding:5px 20px 5px 20px ;
background:#999966;

}

#bookmenu {
margin:0;
padding:0;
}


#contentTable .main #gallery {
margin:0;
list-style:none;
padding:0;
}


#contentTable .main #gallery li {
margin:0 10px 10px 0;
padding:0;
float:left;
}

#content .main p img {
margin-right:20px;
margin-bottom:10px;
}





-->