/* Div Sets: */
body {	
	color: #FFFFFF;
	background-color: #000000;
}

#container {
	background-color: #000000;
}

#left {
	float: left;
	background-image: url(../img/sidebar-bg-l-catering.png);
	background-repeat: repeat-y;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	width: 200px;
	}
#sidebar1 li {
	border-top: 1px dashed #ffffff;
	margin-top: 3px;
	padding-top: 3px;
	width: 160px;
}  
#right {
	float: right;
	width: 160px;
	background-image: url(../img/sidebar-bg-r-catering.png);
	background-repeat: repeat-y;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	border-right: 0px solid #FF0000; 
	}

#navi {
	background-color: #cc0000;
	}	
	
hr {
	margin: 4px 0 4px 0;
	line-height: 1px;
	border-style: dashed;
	color: #ffffff;
	width: 160px;
	}
	
