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

#content-wrapper{
	background: url('../images/contactus_section.jpg') no-repeat;
}
#header-wrapper{
	background: url('../images/contactus_header.jpg') no-repeat;
}
#fill{
	height: 100px;
}
#bridges{
	list-style: disc;
	margin-left: 15px;
}
#bridges li{
	margin-bottom: 10px;
}
#contacts{
	margin-left: 10px;
	line-height: 14px;
	font-size: 10px;
}
#contact-form{
	background-color: #ccc;
	border: 1px solid #999;
	width: 420px;
	margin-bottom: 20px;
	}
#contact-form p{
	margin: 0;
}
#contacts h3{
	margin: 0;
	padding: 0;
	line-height: 10px;
	font-size: 12px;
	}

#content{
	width: 580px;
}
/* ----- HEADERS ----- */

h1, h2, h3{
	margin: 0;
	padding: 0;
}
h2{
	color: #660000;
	font-size: 16px;
	margin-bottom: 10px;
}
h3{
	color: #990000;
	font-size: 10px;
	text-transform: uppercase;
}

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