body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.framework {
	background-color: #E0D4C8;
	width: 825px;
	position: absolute;
	left: 125px;
	top: 0px;
	background-image: url(img/whitefooter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 17px;
}
.header {
	height: 166px;
	width: 825px;
}
.content {
	margin-left: 17px;
}
.left {
	background-image: url(img/background/home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 350px;
	width: 537px;
	background-color: #F79728;
	padding: 15px;
	text-align: left;
	float: left;
}
.right {
	min-height: 350px;
	width: 210px;
	background-color: #999999;
	background-image: url(img/greyfooter.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px;
	text-align: left;
	float: right;
}
.date {
	font-size: 9px;
}
.titles {
	font-size: 14px;
	text-align: center;
	width: 100%;
}