/* LAYOUT */

#container {
	width: 780px;
	margin:0 auto;
	padding:20px 0 0 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	color:#000;
	background-image: url(/images/bg-w-70.png);		
/*	opacity:.75;
	filter:alpha(opacity=75);
	*/
}


#pagehead {
	width: 778px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
/*	background-color: #fff;		*/
} 

#mainContent { 
	float: left;
	width: 515px;
	margin: 20px 0 0 0; 
	padding: 20px 20px 10px 20px;
	border-right: #060 1px dashed;
} 

#products { 
	width: 99%;
	margin: 0; 
	padding:0;
	clear:both;
} 

#items { 
	width: 98%;
	margin: 10px 0 20px 0; 
	padding:0 0 5px 0;
	border-bottom: #0c0 3px dotted;
	clear:both;
} 

#p-image { 
	width: 45%;
	margin: 0; 
	padding:0;
	float:left;
} 

#p-desc { 
	width: 50%;
	margin: 0; 
	padding:10px;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	float:right;
} 


#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in IE will include the padding and border in addition to the width */
/*	background: #cfc; */
	margin:20px 0 0 0;
	padding: 20px 10px 10px 10px;
}



#pagefoot { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	width: 748px;
} 
#pagefoot p {
	margin: 0; 
	padding: 10px 0; 
}


