/* le.css *//* copyright © 2004, Lighting Interiors */body {	background: #CCF url(images/LE_bg.jpg) repeat-x;	font: normal 13px/1.9em Geneva, Helvetica, Arial, sans-serif;	margin: 0;	color: #306;	text-align: justify;	}	a:link {	color: #F30;	font-weight: bold;	text-decoration: none;	}a:visited {	color: #906;	font-weight: bold;	text-decoration: none;	}a:hover {	color: #F00;	font-weight: bold;	text-decoration: underline;	}	.rule1 {	width: 250px;	height: 10px;	overflow: hidden;	background: transparent;	margin-bottom: 15px;	border-bottom: 1px dotted #306;	}/* layout */#container {	width: 760px;	\width: 780px;	w\idth: 760px;	background-color: #CCF;	border: 1px solid #006;	margin: 10px;	margin-left: auto;	margin-right: auto;	padding: 10px;	}#banner {	padding: 5px;	margin-bottom: 5px;	text-align: center;	}#content {	padding: 15px;	margin-right: 300px;	}#sidebar-a {	float: right;	width: 260px;	\width: 270px;	w\idth: 260px;	margin-left: 5px;	margin-top: 25px;	padding: 15px;	border: 1px solid #FFF;	background-color: #FC6;	}	#sidebar-a p {	text-align:left;	}#footer {	clear: both;	padding: 5px;	margin: 5px 15px 5px 15px;	font-size: 11px;	text-align: left;	}	.centerpic {	text-align: center;	margin-top: 30px;	}		
