* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #818181;
	margin: 0;
	padding: 0;
}
.header {
	background-image: url(../images/header_back1.jpg);
	background-repeat: repeat-x;
	height: 400px;
	position: relative;
	width: 100%;
}
.footer {
	position: relative;
	height: 25px;
	width: 100%;
}
.copyright { background-color: #ccc; padding: 8px; font-size: 9pt; color: white; text-align: right; }

.cbox {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.column {
	background-image: url(../images/header_block_back1.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 322px;
	float: left;
}
.content {
	padding: 30px 40px;
}
.textarea { font-size: 9pt; line-height: 11pt; color: #e7e7e7; }
.textarea p{ margin: 12px 0; }
.textarea a {
	color: #b5b5b5;
	text-decoration: none;
}
.textarea a:hover {
	color: #c6045f;
}
.project {
	clear: both;
	background-color: #ccc;
	position: relative;
	margin: 0 0 5px;
	height: 380px;
}
.project .text {
	float: left;
	width: 220px;
	padding-top: 50px;
	padding-right: 40px;
	padding-left: 30px;
	font-size: 9pt;
	line-height: 10pt;
	color: #818181;
}
.project .text .littleHeaders { color: white; font-size: 12px; font-weight: bold; }
.project .text p{
	margin: 0px 0px 18px 0px;
}
.project .text .title{ color: #c6045f; font-size: 11pt; font-weight: bold; line-height: 16px; margin: 0 0 18px; }

.project .text img {
	margin-bottom: 2px;
}
.project .text a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.project .text a:hover {
	color: #818181;
}
.project .image { float: left; padding-top: 50px; padding-bottom: 5px; }
.weblink {
	position: absolute;
	left: -1000px;
	top: 0px;
}
