/*divs.css*/

div#wrap {
	width: 800px;
	margin: 0px auto 10px auto;
	border: solid 1px #b6fe4b;
	border-top: none;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	background-color: #000;
}

div#head {
	text-align: center;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#nav {
	text-align: center;
	height: 50px;
	background-color: #000;
	border-bottom: dotted 1px #444;
	background-image: url('../img/Scope 02.jpg');
	background-repeat: no-repeat;
	background-position: 70% 0%;
}

div#pad {
	padding: 0px 25px 0px 25px;
	background-color: #000;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}

div#content {
	background-color: #000;
	padding-bottom: 10px;
}

div.client {
	min-height: 186px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#genForm {
	float: left;
	width: 365px;
	min-height: 375px;
}

div#req {
	margin-top: 20px;
}

div#quoteForm {	
	width: 365px;
	min-height: 375px;
	margin-left: 385px;
}

body#good div#content,body#bad div#content {
	text-align: center;
}

div#copy {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #555;
}