/* CSS Document */
/* Basic Layout Proporties--------------------------------------------------------------------------------*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding: 0;}

/*normalize font size headers*/
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* remove list styles*/
ol, ul
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table
{ border-collapse: collapse; border-spacing: 0;}

/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}



html{
text-align:center;
}	
body {
background-color:#fff;

}

div#wrap{
position:relative;
width: 750px;
border-width:1px;
border-style: solid;
border-top:0;
border:#5d4032;
background-color:#fcf3ca;
background-image: url(../images/leaves1.png);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:bottom right;

}

div#branding{
	background-image: url(../images/knot.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
 	padding:1em;
	height:100px;
}
div#branding h1{
	position:absolute;
	background: url(../images/logo2.png);
	text-indent: -9999px;
	width:397px;
	height:65px;
	left: 5px;
	top: 5px;
}
div#branding h3{
	position: absolute;
	top:68px;
	left:164px;
	width: 512px;
			
}
div#address{
	position:absolute;
	right:5px;
	top: 0px;
}
#phone{
position:absolute;
text-align:right;
right:5px;
}

div#nav_main{
text-align:center;
background-color:#e3aa5e;
border-width:1px;
border-style:solid;
border-left:0;
border-right:0;
border-color:#5d4032;
height:1.25em;
vertical-align:middle;
}

#nav_vct li{
display:inline;
padding-left:1em;
}

div#content_main{
text-align:left;
padding:2em;
}
div#quote {
	width:75%;
	padding:10px;
	margin-left:130px;

}
div#quote2 {
	width:90%;
	padding:10px;
	margin-left:10px;

}

div#quote img{
margin-left:10px;
margin-right:0px;
}

div#content_main img{
margin-left:15px;
margin-right:0px;

}

#footer{
bottom:0px;
background-color:#e3aa5e;
padding:1em;
border-width:1px;
border-style: solid;
border-left:0;
border-right:0;
border-bottom:0;
border:#5d4032;
}

