/* CSS Document */

DIV.container
{
	width: 960px;
	position: relative;
	margin: auto;
	background-color: #CCCCCC;
}

DIV.header
{
	position: relative;
	height: 130px;
	width: 960px;
	background-image: url(images/header.jpg);
}

DIV.content
{
	position: relative;
	width: 665px;
	float: left;
	left: 10px;
	top: 10px;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 30px;
	min-height:488px;
    height:auto !important;
    height:100px; 
}

DIV.sidebar
{
	position: relative;
	width: 190px;
	float: right;
	top: 10px;
	right: 40px;
	background-image: url(images/sidebarbg.jpg);
	padding: 5px 5px;
	color: #FFFFFF;
	font-size: 10px;
}

DIV.footer
{
	clear: both;
	height: 150px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-color: #5EA190;
}
