﻿#main 
{
	height: 280px;
	background-position: top left;
}

#news h2 
{
	border-bottom: 1px solid #ccc;
	width: 90%;
	margin: 0;
	font-size: 1.2em;
}

#news
{
	position: absolute;
	float: right;
	width: 405px;
	padding-left: 5px;
	top: 85px;
	right: 0;
	background-color: Transparent;
	background-image: url("/images/tpbg.png");
	background-repeat: repeat;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 195px;
}

#caption 
{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: Transparent;
	background-image: url("/images/tpbg.png");
	background-repeat: repeat;
	color: White;
	text-transform: uppercase;
	padding: 3px 10px;
	min-width: 10%;
}

div.cbox 
{
	cursor: pointer;
}

div.cbox:hover
{
    	color: #fff;
	background-color: #5A7297;
		text-decoration: none;
			margin: 2%;
	padding: 4%;
		min-height: 50px;
}

a.cbox img
{
	border: none;
}
