body {
	text-align: center;
	background: #ebebeb url(../Images/background.jpg) repeat top left;
	font-family: Arial, Helvetica, sans-serif!important;
	margin: 0;
	font-size: small;
}
.wrapper {
	width: 788px;
	text-align: left;
	margin: 0 auto;
	padding:  10px 25px 0 25px;
	background: transparent url(../Images/sides.png) repeat-y top left;
}

.foot {
	width: 788px;
	background: transparent url(../Images/gutter.png) no-repeat bottom left;
	margin: 0 auto;
	height: 46px;
	padding: 0 25px;
}
.header {
	width: 788px;
	float: left;
	clear: both;
	}
.left {
	width: 130px;
	float: left;
	}
.container {
	width: 628px;
	float: left;
	clear: both;
	background: #fff;
	margin: 0 0 10px 0;
	}

.right {
	width: 628px;
	float: right;
	margin-top: 30px;
}
.footer {

	clear: both;
	width: 100%;
	}
.content {
	float: left;
	width: 290px;
	margin: 0 0 10px 0;
	padding: 0 7px 0 16px ;
}
.panel {
	float: right;
	width: 300px;
	margin: 0 0 10px 0;
}
.content p {
	margin-top: 0;
	}
.fullwidth {
	float: left;
	clear: both;
	width: 628px;
}
.news{
	float: left;
	clear: both;
	width: 610px;
}
.subcontent {
	float: left;
	width: 375px;
	margin: 0 0 10px 0;
	padding: 0 7px 0 16px ;
	border-right: dashed 1px #ccc;
}
.subpanel {
	
	float: right;
	width: 200px;
	margin: 0 0 10px 0;
}