/* ----- IDS ----- */

#content-wrapper{
	background: url('../images/marine_section.jpg') no-repeat;
}
#header-wrapper{
	background: url('../images/marine_header.jpg') no-repeat;
}
#fill{
	height: 100px;
}
.content-list{
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 10px;
}
#contacts{
	margin-left: 10px;
	line-height: 14px;
	font-size: 10px;
}
#contact-form{
	background-color: #ccc;
	border: 1px solid #999;
	}
#contact-form p{
	margin: 0;
}
#contacts h3{
	margin: 0;
	padding: 0;
	line-height: 10px;
	font-size: 12px;
	}
#right-sidebar a{
	text-decoration: none;
}
.project-content {
	margin-bottom: 30px;
	margin-left: 35px;
}
.project-content ul{
	float: left;
	text-align: center;
}
.project-content a{
	font-size: 10px;
	color:#999999;
}
.project-content p{
	margin-left: 125px;
}
.project-content img{
	margin-top: 3px;
	padding: 1px;
	background-color: #000000;
}
#marine-content{
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 580px;
}
#right-sidebar p{
	color: #990000;
	font-style: italic;
	font-size: 10px;
}
/* ----- HEADERS ----- */

h1, h2, h3{
	margin: 0;
	padding: 0;
}
h2{
	color: #990000;
	font-size: 16px;
	margin-bottom: 10px;
}
#marine-content h2{
	margin-left: 125px;
}
h3{
	color: #990000;
	font-size: 10px;
	text-transform: uppercase;
}
.project-content h3{
	color: #990000;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 125px;
}

/* ----- LISTS ----- */
#contacts ul{
	margin-top: 20px;
}
	#contacts li{
		margin-bottom: 10px;
	}


