/* 
Title:     Dragonfly - contact.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/
#contentContainer {
	background: #be4b17;
	}
#content {
	position: relative;
	top: 80px;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	}
#content div {
	margin: 0 auto;
	width: 380px;
	}
#content div p {
	margin: 0;
	padding: .3em 0;
	font-weight: normal;
	border-bottom: 1px solid #333;
	}
#content div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#phoneNum {
	border-bottom: 1px solid #333;
	}
#dragonfly {
	position: relative;
	top: 110px;
	left: 0;
	width: 100%;
	text-align: center;
	}
#dragonfly p {
	position: absolute;
	top: 141px;
	left: 335px;
	width: 280px;
	color: #fff;
	z-index: 20;
	}
#footer {
	position: absolute;
	bottom: 30px;
	width: 100%;
	color: #fff;
	text-align: center;
	}
#footer p {
	margin: .2em;
	font-size: 80%;
	}
/*#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #fc0;
	text-decoration: underline;
	}*/
