#preview body {
	background-image: url(/img/bg/gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	minimum-width: 1000px;
	margin-top: 37px;
}

#preview #header {
	position: relative;
	width: 950px;
	margin: auto;
}

#preview #header .logo {
  position: relative;
  width: inherit;
}

#preview #menu {
	width:742px !important;
	height:44px !important;}

#preview #menu ul {
	margin:0px !important;
	padding:0px !important;}
#preview #menu li {
		float:left !important;
		background-color: #999999!important;
		list-style-type:none !important;
		margin-top:18px !important;
		margin-right:20px !important;		
		height:26px !important;
		line-height:26px !important; /*CENTER ALIGN TEXT VERTICALLY*/}
#preview #menu a {
		display:block !important;
		color:#fff !important;
		text-decoration:none !important;
		padding:0 10px 0 10px !important;}
#preview #menu a:hover {
			color:black !important;
			background-color:#fff !important;}
		
#preview li#selected a {
		background-color:#000 !important;
		color:#fff !important;
		}

#preview #footer {
	padding-top:40px !important;
	margin-bottom:20px !important;
	font-size:11px !important;
	color:#999 !important;}

#preview #left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#preview #right {
  width: 100%;          /* RC width */
  margin-right: -150px;  /* RC width */
}
#preview #footer {
  clear: both;
}
/*** IE6 Fix ***/
#preview * html #left {
  left: 150px;           /* RC width */
}