body {
 	min-width: 1184px;      /* 2x LC width + RC width */
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
}

#container {
  padding-left: 422px;   /* LC width */
  padding-right: 180px;  /* RC width */
  overflow: hidden;
}

#container .column {
  position: relative;
  float: left;
/*	padding-bottom: 20010px;   X + padding-bottom */
/*  margin-bottom: -20000px;  /* X */
}

#center {
  width: 100%;
}

#left {
	width: 422px;
	right: 422px;
	margin-left: -100%;
}

#right {
  width: 170px;          /* RC width */
  margin-right: -170px;  /* RC width */
}


#footer {
  	clear: both;
	background: #333300;
	height: 15px;
	color: #ffffff;
	font-size: 10px;
	padding: 5px 10px;
	position: relative;
}

#header{
	color: #ffffff;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	width: 100%;	
}

#nav{
	background-image: url(images/leftside_01.jpg);
	background-repeat: no-repeat;
	min-width:900px;
	height: 97px;
	font-size: 17px;
}

#nav ul{
	list-style: none;
	padding: 40px 0px 0px 350px;
	margin: 0;
}

#nav li{
	float: left;
	margin: 0 1em;
}

#nav li a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.white{
	color: #FFFFFF;
}

a{
	color: #333300;
}

