#middle_inner
{
	padding: 4px;
}

#middle_top
{
	overflow: hidden;
	width: 100%;
	background: url(/images/index-cols-background.png) repeat-y;
}

#mainCol,
#newsCol
{
	width: 438px;
	float: left;
	padding-top: 5px;
}

#newsCol
{
	float: right;
}

#newsCol h4
{
	font-size:14px;
padding-bottom:5px;
}

#mainCol .inner,
#newsCol .inner
{
	padding: 10px;
}

/* BLOCKS */

#blocks
{
	overflow: hidden;
	width: 100%;
}

.block
{
	width: 217px;
	float: left;
	margin-right: 4px;
	background-color: #FFFFFF;
	margin-top: 4px;
	height:290px
}

.rightBlock
{
	margin-right: 0px;
}

.block h2
{
	background-color: #660033;
	padding: 8px;
	font-family: DualityRegular, Georgia, serif;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-size: 28px;
	white-space: nowrap;
}
.pinkBlock h2
{
	background-color: #f00064
}

.greenBlock h2
{
	background-color: #50a028;
}

.purpleBlock h2
{
	background-color: #8c0050;
}

.block h2 a
{
	color: #FFFFFF;
	text-decoration: none;
}

.block h2 a:hover
{
	text-decoration: underline;
}

.block .image
{
	line-height: 0;
}

.block .image img
{
	width: 217px;
	height: 148px;
}

.block .body
{
	height: 100px;
	font-size: 12px;
	line-height: 1.5em;
}

.block .body p
{
	padding: 0px 5px 5px;
}

.block .body .bold
{
	padding: 5px 5px 0px;
	font-weight: bold;
}

/* PHOTOBANNER */

#photobanner
{
	position: relative;
	height: 250px;
	width: 888px;
	overflow: hidden;
}

#photobanner p
{
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: none;
}

#photobanner .current
{
	z-index: 2;
	display: block;
}