html {
}

body {
	margin: 				0;
	padding: 				0;

	font-size: 				75%;
	font-family: 			"Trebuchet MS", Arial, sans-serif; 
	line-height: 			1.5;
	
	background-color: #475444;
	color: #fff;
	background-image: url(./images/bg_body.png);
	background-repeat: repeat-y;
	background-position: center center;

}

.centered {
	width: 					970px;
	position: 				relative;
	left: 					50%;
	margin-left: 			-485px;

}

#header {
	height: 350px;
	background-image: url(./images/logo.png);
	background-repeat: no-repeat;
}

h1 {
	position: absolute;
	left: -2000px;
}

#content {
	padding: 20px 0 20px 0;
	background-color: 		#131313;
}

.cleft {
	float: left;
	margin: 0 20px 0 20px;
	width: 600px;
}

.cmiddle {
	float: left;
	width: 300px;
}

.cright {
	float: right;
	width: 300px;
	margin-right: 20px;
}

p {
	padding: 0 10px 0 10px;
}

a {
	color: #fff;
}

h4 {
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: lighter;
}

h3 {
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px #fff solid;
	font-weight: lighter;
}