#navigation {
	float: left;
	width: 140px;
	padding: 20px;
	top: 190px;
	background: #ebebeb;
}
#navContent {
	padding: 20px;
	width: 140px;
	background: #ebebeb;
}
#navContent #navigation {
	background: #ebebeb;
	width: 180px;
}


#content {
	padding: 10px;
	width: 600px;
	float: right;
	top: 190px;
	background: #ebebeb;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #ebebeb;
}
h4 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #376080;
}

#masthead {
	background: url(images/c2c_masthead.png);
}
#contact {
	font: bold 10px Arial, Helvetica, sans-serif;
}

#footer {
	font: 10px Arial, Helvetica, sans-serif;
}
#a {
	text-decoration: none;
	
}
#div a {
	text-decoration: none;
}
#hwContent {
	font: 14px "Trebuchet MS";
	margin-right: 30px;
	margin-left: 30px;
}
.floatRight {
	float: right;
	margin-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;