body {	margin: 0px;	padding: 0px;	font: 12px Arial, Helvetica, sans-serif;  	text-align: center;	background: #CCCCCC;}#container {	margin: 0 auto;	width: 800px;	text-align: left;	background: #ffffff url(images/back_slice.jpg) repeat-y;  }  #header {	margin: 0px;	padding: 0px;	height: 100px;	line-height: 100px;	width: 800px;	background: #DAD5C9 url(images/header.jpg) no-repeat;}    	#header h1 {	margin: 0px;	padding: 0 0 0 20px;	font-size: 1px;	position: relative;	top: -50px;	color: #DBD6CA;	}  #leftnav {	margin: 0px;	padding: 10px;	float: left;	width: 180px;	height: 100%;	/* background: #EBEBEB; */	font-family: Arial, Helvetica, sans-serif;}  		#leftnav ul {		list-style-type: none;		margin: 0 0 30px 0;		padding: 0;	}		#leftnav li {		margin: 0;		padding: 0;	}		#leftnav a {		text-decoration: none;		color: #fff;		display: block;		background-color: #999999;		border-top: 1px solid #FFFFFF;		border-right: 1px solid #999999;		border-bottom: 1px solid #666666;		border-left: 1px solid #CCCCCC;		height: 15px;		line-height: 15px;		text-align: left;		padding: 3px;		font-weight: 600;		font-size: 1.15em;	}		#leftnav a:visited {			color: #fff;		background-color: #999999;	}		#leftnav a:hover {	color: #CCCCCC;	background: #808080;	}		#leftnav a:active {			color: #fff;		background-color: #999999;	}		#main {	width: 500px;	margin: 0px;	padding: 10px 10px 20px 20px;	float: left;	font-family: "Times New Roman", Times, serif;	font-size: 1.25em;}  #footer {	clear: both;	height: 20px;	line-height: 20px;	width: 800px;	background: #999999;	font-size: .85em;	text-align: center;}
