body {
	margin:0px;
	padding: 0px;
	color: #8D528D; /* font color for site*/ 
 	font: normal 80%/150% arial, san-serif;
	
}


#topbanner { /* for global banner and navigation */
	position: absolute;
	margin: 0px;
	padding:0;
	width:750px;
	height:95px;
	z-index:3;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
border: 0px solid red;
}


#wrap {  /* ???? not sure */
	position: relative;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	width: 750px;
	height: 900px;
	background: url("../images/spacerbeige.gif") #ffffff;
	background-color: #ffffff;
	z-index:2; 

}






/*CONTENT *****/

#rightcol { /* columns for More items you may like*/ 
	position: absolute;
	width: 100px;  
	margin: 65px 0px 0px 0px;
	z-index:1; 
	border: 2px solid #D7DAE4;
	padding: 10px;
	top: 65px;
	left: 620px;
	text-align: 	center;color:#496EA5;
}

#rightcol1 { /* columns without More items you may like - if not needed, delete*/ 
	position: absolute;
	width: 100px;  
	margin: 65px 0px 0px 0px;
	z-index:1; 
	border: 0px solid #D7DAE4;
	padding: 10px;
	top: 65px;
	left: 620px;
	text-align: center;
	color:#496EA5;
}

#info {  /* for privacy and info pages*/ 
	position: absolute;
	width:650px;
	z-index:1;
	margin: 45px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: 0px #759BAD solid;
	top: 45px;
left: 15px;


}



#leftcol {  /* not needed - delete*/ 
	position: absolute;
	width:500px;
	z-index:1;
	margin: 45px 0px 0px 20px;
	border: 0px #759BAD solid;
	
	padding: 20px 0px 0px 20px;top: 45px;
left: 15px;


}

#leftcol1 { /* not needed - delete*/ 
	position: absolute;
	width:620px;
	z-index:1;
	margin: 45px 0px 0px 20px;
	padding: 30px;top: 50px;
left: 15px;top: 45px;


}


#leftcol2 { /* not needed - delete*/ 
	position: absolute;
	width:620px;
	z-index:1;
	margin: 60px 0px 0px 20px;
	border: 2px #759BAD solid;
	padding: 20px;
	top: 45px;
left: 15px;


}


#address {
	position: absolute;
	font: normal 90%/120% arial, san-serif;
	color: #759BAD;
	width:250px; 
	z-index:4; 
	
top: 750px;
left: 520px;
}

li {
list-style: none;

}



#copyright {
	position: absolute;
	font: normal 80%/120% arial, san-serif;
	color: ##8D528D;
	width:250px;  
	z-index:4; 
	
top: 840px;
left: 520px;
}

h1{
	font: bold 150%/150% arial, san-serif;
	color: #8D528D;
}

h3{
	font: bold 90%/150% arial, san-serif;
	color: #8D528D;
}

.name{
	font: bold 180%/150% arial, san-serif;
	color: #8D528D;
}
.price {
	font: bold 130%/150% arial, san-serif;
	color: #8D528D;
}
.sale {
	font: bold 120%/150% arial, san-serif;
	color: #993366;
}

.abstract {
	font: normal 80%/100% arial, san-serif;
	color: #8D528D;
}

td.item {
	font: normal 80%/100% arial, san-serif;
	color: #8D528D;
	text-align: left;
}

td.item2 {
	font: normal 70%/100% arial, san-serif;
	color: #8D528D;
	text-align: center;
}

/*CONTENT *****/


p.final{color: #496EA5; font-weight:bold;

}

p.final a:link {
color: #496EA5;
text-decoration: underline;
}

p.final a:visited {
color: #496EA5;
text-decoration: underline;
}

p.final a:active {
color: #496EA5;
text-decoration: underline;
}

p.final a:hover {
color: #496EA5;
text-decoration: underline;
}




a:link {
color: #8D528D;
text-decoration: underline;
}

a:visited {
color: #8D528D;
text-decoration: underline;
}

a:active {
color: #8D528D;
text-decoration: underline;
}

a:hover {
color: #8D528D;
text-decoration: underline;
}
