#mainpage{
	width:821px;
	margin:0px 0px 0px 18px;
}

#mainpage div.mainimg{	
	border-bottom:1px solid #000000;
	margin-bottom:12px;
}
#mainpage td.newsbox{
	float:left;
	display:block;
	width:474px;
	height:109px;
	background-image:url('/images/news_bg.jpg');
	background-repeat:repeat-y;
	color:#FFFFFF;
	padding:0px 9px;
}

#mainpage td.newsbox h1{ 
	padding:7px 0px;
	font-size:12px;
	font-weight:bolder;
}
#mainpage td.newsbox p, #mainpage td.newsbox p a{ 
	font-size:11px;
	line-height:12px;
	padding-bottom:6px;
}
#mainpage td.newsbox p a{
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}
#gallery {
	height:375px;
	margin-bottom:12px;
	background:url('/images/kwicks/kwicks-bg.png');
	overflow:hidden;
	width:821px;
}
	/*--- kwicks ---*/
	.kwicks-box {
		border:1px solid #323232;
	}
	
	.kwicks {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0;
		overflow:hidden;
		width:821px;
		height:375px;
		background:#000;
	}
	.kwicks li{
		/* these are required, but the values are up to you (must be pixel) */
		width: 137px;
		height: 375px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
	}
	.kwicks li.last{
		width: 136px;
	}
	.kwicks li.active {
		opacity:1;
		filter: alpha(opacity=100);
	}
	.kwicks.horizontal li {
		/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
		margin-right: 0; /*Set to same as spacing option. */	
		float: left;
	}	