		body
			{
			/*background-color: white;*/
			/*background-image: url("../images/darkgreybg_main1.png");*/
			background-repeat: repeat-x;
			background-position: 50px 66px;
			/*background-attachment: fixed;*/
			min-width: 510px;
			  }
		#container {
			width: 960px;
			\width: 980px;
			w\idth: 960px;
			/*border: 1px solid rgb(235,235,235);*/
			padding-left: 170px;   /* LC width */
  			padding-right: 170px;  /* RC width */
			background-color: black;
			margin: 0px auto;
		}
		#container .column {
  			position: relative;
  			float: left;
		}

		#banner {
			padding: 5px;			
			/*background-color: rgb(213, 219, 225);*/
			background-color: white;
			width: 100%;
		}
		
		#topmenu_left {
			float: left;
			padding: 5px;
			text-align: center;			
			height: 50px;
			width: 175px;
			background-color: white;

		}
		#topmenu_right {
			padding: 5px;
			
			height: 50px;
			background-color: white;
			text-align: right;
			font-family: tahoma;
			font-size: 8px;
			color: #c0c0c0;
			
			
		}

		#banner_content_right{

			padding: 5px;
			
			height: 200px;
			background-color: red;
		}

		#banner_content_left{
			float: left;
			width: 170px;
			padding: 5px;
			
			height: 200px;
			background-color: white;
			font-family: arial;
			font-size: 10px;
			text-align: left;
			color: #999999;
		}
		#banner_content_left img{
		float: left;
		padding-right: 5px;
		}
		
		#sidebar-a {
		width: 170px;          /* LC width */
  		right: 170px;          /* LC width */
 		margin-left: -100%;
		font-family: arial;
		font-size: 11px;
		background-color:#990000;	
		
		}

		#sidebar-b {
			width: 170px;          /* RC width */
  			margin-right: -170px;  /* RC width */
			background-color: green;
			font-family: arial;
			font-size: 11px;
			
		}
		#content {
			
			width: 100%;
			background-color:blue;
			font-family: arial;
			font-size: 15px;
			color:#555555;
			clear: both;
			font-family: arial;
			font-size: 11px;
		}
		
		
		a.group:link {
			text-decoration: none;
			
		}
		a.group:hover {
			text-decoration: none;
			
		}
		a.group:visited {
			text-decoration: none;
			
		}
		a.links{
			color: #666666;
			
		}
		#content img{
			float: left;
			padding-right: 10px;
			padding-bottom: 20px;
		}		
		
		#footer {
			clear: both;
			padding: 5px;
			text-align: center;
			font-size: 10px;
			font-family: arial;
			background-color: rgb(213, 219, 225);
		}
		
		#footer a:link
		{
			text-decoration: none;
			color: #333333;
		}
		
		#footer a:hover
		{
			text-decoration: none;
			color: #666666;
		}
		
		#footer a:visited
		{
			text-decoration: none;
			color: #999999;
		}
		#footer2 {
			clear: both;
			padding: 5px;
			text-align: center;
			font-size: 10px;
			font-family: arial;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			background-color: #333333;
			height: 50px;
			color: white;
			
		}
		#footer2 a:link
		{
			text-decoration: none;
			color: white;
		}
		
		#footer2 a:hover
		{
			text-decoration: none;
			color: white;
		}
		
		#footer2 a:visited
		{
			text-decoration: none;
			color: white;
		}
		
		* html #sidebar-a {
  left: 170px;           /* RC width */
}
		