* {
	margin: 0px;
	padding: 0px;
	/*border: 1px solid red;*/
}
body {
	background: #DDDDDD;
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
}
#container {
	width: 760px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}
#innercontainer {
	width: 760px;
	display: inline;
	float: left;
}
	.rows {
		width: 760px;
		float: left;
	}
	.rows img {
		width: 250px;
		float: left;
	}
	.rows h5 {
		width: 490px;
		float: left;
		margin: 50px 0 0 10px;
	}
	.rows p {
		width: 490px;
		float: left;
		margin: 10px 0 0 10px;
		color: #828282;
		font-size: 12px;
	}
	.contact {
		width: 250px;
		height: 500px;
		float: left;
		border-right: 1px solid #333333;
		margin: 40px 0 0 0;
	}
	table.form {
		width: 450px;
		float: left;
		margin: 20px 0 0 15px;
	}
	label {
		color: #828282;
		font-size: 12px;
		float: right;
		cursor: pointer;
	}
	.contact p {
		width: 200px;
		float: right;
		text-align: right;
		margin: 10px 10px 0 0;
		color: #828282;
		font-size: 12px;
	}
	.contact h5 {
		width: 200px;
		float: right;
		text-align: right;
		margin: 10px 10px 10px 20px;
	}
	#submit {
		cursor:pointer;
	}
#links {
	margin: 25px 0 0 0;
	float: right;
	margin-bottom: 14px;
}
#links ul {
	list-style-type: none;
	margin: 0 7px 14px 0;
}
#links ul li {
	float: left;
	font-size: 12px;
	color: #616161;
}
#links ul li a {
	color: #616161;
	text-decoration: none;
	margin: 0 2px 0 2px;
}
#links ul li a:hover {
	text-decoration: underline;
}
#header {
	background: url(images/chartertrac.jpg);
	height: 284px;
	width: 760px;
	cursor: hand;
	clear:both;
}
#header2 {
	background: url(images/chartertrac_small.jpg);
	height: 75px;
	width: 760px;
	cursor: pointer;
	clear:both;
}
#header:hover {
	cursor: pointer;
}
#text {
	width: 362px;
	height: 87px;
	text-align: right;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: right;
	margin: 88px 27px 0 0;
}
#text:hover {
	cursor:text;
}
h2 {
	font-weight: bold;
	font-size: 14px;
}
#feature_1 h2, #feature_2 h2, col_2 h2 {
	margin-bottom: 10px;
}
#new {
	margin-top: 10px;
	border-bottom: 1px solid #828282;
}
h3 {
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
}
.content{
	font-size: 12px;
	color: #828282;
	margin: 5px 0 10px 0;
	line-height: 17px;
}
#large{
	font-size: 17px;
	color: #828282;
	margin: 5px 0 5px 0;
	line-height:20px;
}
.content h4 {
	font-weight: bold;
	font-size: 14px;
}

h5 {
	margin-top: 15px;
}
#col_1 {
	width: 202px;
	float: left;
	padding: 0 21px 0 27px;
}
	.features { 
		width: 202px;
		float: left;
		
	}
	.explanation {
		color: #828282;
		font-size: 12px;
		margin: 5px 0 0 0;
		width: 155px;
		display: block;
		float: left;
	}
	.icons {
		float: left;
		width: 38px;
		height: 100px;
		padding: 0 5px 0 0;
	}
	h5 {
		float: left;
		width: 200px;
		margin: 0 0 0 0;
	}
img {
	margin: 0 0 20px 0;
}
#col_2{
	width: 483px;
	float: left;
}
#feature_1, #feature_2 {
	width: 224px;
	float:left;
	margin: 10px 0 10px 0;
}
#feature_2 {
	margin-left: 15px;
}
#footer {
	float: left;
	margin: 50px 0 15px 15px;
}
#footer p {
	text-align:center;
	color: #666666;
	font-size: 10px;
	clear:both;
}
#footer ul {
	color: #bfbfbf;
	list-style-type: none;
	margin: 0 0 15px 15px;
}
#footer ul li {
	float: left;
	font-size: 10px;
}
#footer ul li a {
	color: #bfbfbf;
	text-decoration: none;
	margin: 0 2px 0 2px;
	font-size: 10px;

}
#footer ul li a:hover {
	color: #374775;
	text-decoration:underline;
}