body {
	background-color:#781848;
	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;
	clear:both;
}
.nav-buttons {
	margin-top:10px;
	float:right;
	height:38px;
}
.logo {
	float:left;
}






/* preset site design controls*/

#capsule {
	background-color:#FAEFE1;
	width:100%;
	display:table;
	padding-top:34px;
}
#site-container {
	display:table;
	width:800px;
	clear:both;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}
.arrow {
	position:absolute;
	margin-left:-48px;
	margin-top:68px;
}
#bottom-bg {
	background-image:url(/images/top-content.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	display:table;
	margin-top:30px;
}
#bottom-container {
	display:block;
	clear:both;
	width:760px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;

}
#form {
	background-image:url(/images/form-bg.jpg);
	width:290px;
	height:341px;
	margin-left:5px;
	float:right;
	display:block;
	padding-top:10px;
	text-align:center;
}
#form p {
	font-size:24px;
	color:#FFFFFF;
	
}








/* these control the big picture*/
#top-left-container {
	display:block;
	float:left;
	width:505px;
}
#top-chunk {
	display:block;
	clear:both;
	width:800px;
}
.big-pic {
	background-image:url(/images/baby-apple.jpg);
}
#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:460px;
	padding-right:20px;
	margin-right:30px;
	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:#8C0A0C;
	margin:0px;
}
.books {
	float:left;
	margin-left:-80px;
	margin-right:12px;
}
#bulletin-right {
	display:block;
	float:right;
	width:222px;
}
#side-clicks {
	background-image:url(/images/top-piece.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#F9EEF4;
	width:222px;
	padding-top:16px;
	display:block;
}
#side-clicks 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:11px;
	font-variant:small-caps;
	display:block;
	min-height:57px;
	width:800px;
	padding-top:6px;
	clear:both;
}
.copy {
	float:left;
	display:block;
}
.copy ul {
	margin:0px;
	padding:0px;
	color:#000000;
}
.copy ul li {
	display:inline;
	margin-right:6px;
}
.copy a {
	text-decoration:none;
	color:#000000;
}
.copy a:hover {
	text-decoration:underline;
}
.navi {
	float:right;
	display:block;
}
.navi a {
	text-decoration:none;
	color:#000000;
}
.navi a:hover {
	text-decoration:underline;
}









.labels {
   font-size:12px;
   font-weight:bold;
}
.first-name, .last-name, .email, .loan-amount {
    margin-bottom:8px;
}
.first-name input, .last-name input, .email input {
	width:90px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	margin-left:11px;
}
.last-name input	{
	margin-left:14px;
}
.email input	{
	margin-left:40px;
}
.loan-amount input {
   font-size:12px;
}
.continue-button input {margin-top:10px}



img, form {margin:0px;border:0px;}
#content-left a {
	color:#ECA74C;
	text-decoration:none;
}
#content-left a:hover	{
	color:#ECA74C;
	text-decoration:underline;
}