/***********************************************/
/* dfw.css                                    */
/* Use for Downing Find Woodworking pages     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	background-color: #2D1600;
}

a:link{
	color: #332020;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #8E5959;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #B88F8F;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #5D3A3A;
	text-decoration: none;
	font-weight: bold;
}

p{
	color: #371C00;
	font-size: 100%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #603D3D;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #6C4444;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight:bolder;
	color: #B88F8F;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul{
	list-style-type: disc;
	color: #3E1F00;
}

ul ul{
	list-style-type: circle;
	color: #3E1F00;
}

ul ul ul{
	list-style-type: square;
	color: #3E1F00;
}

ol{
	color: #3E1F00;
	border-bottom: 10px;
}

table {
	width: auto;
	align: center;
	padding: 2px;
	spacing: 10px;
	text-align: left;
	display: table;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
	border: thin solid #5D3A3A;
}
#header {
	height: 230px;
	width: 975px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	background-color: #FFFFFF;
}

#topbar  {
	height: 200px;
	width: 975px;
	background-image: url(/images/heading.jpg);
	background-color: #422720;
}

#topnavbar {
	width: 975px;
	height: 30px;
	link: #5E005E;
	background-color: #C5BBBA;
}

#intro_paragraph {
	width: 975px;
	border-bottom: 2px;
}

#local-container {
	width: 975px;
	position: relative;
	border-bottom: 30;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
#left {
	padding: 10px;
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	text-align: center;
}
#center {
	padding: 10px;
	float: left;
	width: 750px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #422720;
	border-right-color: #422720;
	border-bottom-color: #422720;
	border-left-color: #422720;
}
#right {
	width: 10px;
	float: left;
	padding: 10px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	text-align: center;
}
#footer {
	height: 75px;
	width: 975px;
	border-top-width: thick;
	border-top-style: double;
	background-color: #FFFFFF;
	border-color: #C5BBBA;
	text-align: center;
}

/************** styles ***************/
.clear {
	display: block;
	clear: left;
	visibility: hidden;
}

.testimonial_quote{
	font-style: italic;
	color: #8B5858;
}
.testimonial_author {
	font-weight: bold;
	color: #593838;
}

.quote {
	font-style: italic;
	color: #8B5858;
	font-size: small;
}

.quote_author {
	color: #2D1600;
	font-weight: bold;
}

.gallery_descriptions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: lighter;
	color: #371C00;
	list-style-position: outside;
	list-style-type: square;
}

.right-align_images   {
	word-spacing: normal;
	display: inline;
	margin: 1px;
	padding: 10px;
	float: right;
	width: auto;
	background-position: right top;
	vertical-align: top;
	position: relative;
	visibility: visible;
	top: auto;
	text-align: left;
	white-space: normal;
	height: auto;
}

