/* CSS Styles for Woodman Floor Sanding */

/* Main Body Styles */

Body {
	background-image:url(imgs/bg_wood_vert.jpg);
	background-repeat:repeat-x;
	background-color:#341208;
	margin:0;
}

#header {
	background-color:#DFD190;
	width: 800px;
	height:155px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	text-align:left;
	padding:0;
}

#main_content {
	background-color:#DFD190;
	width: 800px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	text-align:left;
	padding:0;
}


#footer_navigation {
	background-color:#DFD190;
	background-image:url(imgs/bg_footer.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
	padding-top:20px;
	line-height:15px;

}


.img {
	border:none;
}

/* Body Copy Formats */

.txt_titles {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#582814;
	}
	
.txt_contact {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	}

.txt_contact_label {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}

.main_txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#212121;
	line-height:17px;
}

.main_txt_small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#212121;
	line-height:17px;
}

.fact_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#582815;
	font-weight:bold;
}

.estimate {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#582814;
	}


.bottom_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#582814;
	font-size:10px;
}

.bottom_vertical {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
}

a.footer_link:link, a.footer_link:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #582814;
	text-decoration: none}

a.footer_link:hover, a.footer_link:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration: none}
	
.text_box {
	background-color:#cccccc;
	border-color:#A93E0F;
	border:thin;
	padding:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;

}

