body {
	background-color:#715813;
	margin:0px;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12px;
}



/* these are nav controls */
#nav {
	left:50%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:57px;
	width:800px;
	
}
.nav-buttons {
	margin-top:10px;
	float:right;
	height:38px;
}
.logo {
	float:left;
}






/* preset site design controls*/

#capsule {
	background-color:#F3EFD7;
	width:100%;
	display:table;
	padding-top:34px;
	margin:0px;
}
#meat {
	width:800px;
	display:block;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}
.arrow {
	position:absolute;
	margin-left:-48px;
	margin-top:68px;
}
#bottom-chunk {
	background-image:url(/images/body-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:760px;
	display:table;
	clear:both;
	margin-top:20px;
	padding:20px;
}












/*form controls*/

#form {
	background-image:url(/images/form-background.jpg);
	width:290px;
	height:351px;
	margin-left:5px;
	float:right;
	display:block;

}
#form p {
	font-size:24px;
	color:#FFFFFF;
	margin:0px;
	padding-top:12px;
}

.select-service, .select-property, .select-credit {
   margin-bottom:20px;
   width:250px;
   text-align:center;
   margin-left:20px;
}
.labels	{
	font-weight:bold;
	color:#FFFFFF;
}
.select-service select, .select-property select, .select-credit select {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}

.continue-button {
	text-align:center;
   margin-top:20px;
}










/* these control the big picture*/
#top-chunk {
	display:block;
	clear:both;
}
.react {
	float:left;
}
#button-text {
	position:absolute;
	margin-left:30px;
	margin-top:12px;
	text-align:center;
	width:120px;
	
}







/* controls for the whole content section */

#content-left {
	float:left;
	width:480px;
	padding-right:20px;
	margin-right:50px;
	display:block;
}
h1 {
	font-size:28px;
	color:#8E0A0D;
	font-weight:normal;
	margin:0px;
}
h2 {
	font-size:20px;
	color:#8E0A0D;
	font-weight:normal;
	margin:0px;
}
h3 {	
	font:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:16px;
	color:#8E0A0D;
	margin:0px;
}
.books {
	float:left;
	margin-left:-80px;
	margin-right:12px;
}
#bulletin-right {
	display:block;
	float:right;
	width:210px;
}
#side-clicks {
	background-image:url(/images/top-piece.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#F6F2E6;
	width:222px;
	padding-top:16px;
	display:block;
}
li {
	color:#666666;
	margin-bottom:14px;
}







/* these controls are for the bottom of the page*/

#foot-stool {
	left:50%;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	font-variant:small-caps;
	display:block;
	min-height:57px;
	width:800px;
	padding-top:6px;
}
.copy {
	float:left;
	display:block;
}
.copy ul {
	margin:0px;
	padding:0px;
}
.copy ul li {
	display:inline;
	color:#000000;
}
.copy a {
	color:#000000;
	text-decoration:none;
}
.copy a:hover {
	text-decoration:underline;
}	
.navi {
	float:right;
	display:block;
}
.navi a {
	text-decoration:none;
	color:#000000;
}
.navi a:hover {
	text-decoration:underline;
}
a {
	color:#9D0B0E;
	text-decoration:none;
}
a:hover	{
	color:#9D0B0E;
	text-decoration:underline;
}





img, form {margin:0px;border:0px;}
