/* 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;}

/*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:#fcf3ca;
	margin:0 auto;
	}	

div#wrap{
position:relative;
width: 750px;
border-width:1px;
border-style: solid;
border-top:0;
border-color:#3e583d; 
border-left:1px;
border-right:1px;
background-color:#faeaa9;
background-image: url(../images/leaves1.png);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:bottom right;
text-align:center;

}

div#branding{
	background-image: url(../images/leaves2.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	padding:1em;
	height:100px;
}
div#branding h1{
	position:absolute;
	background: url(../images/logo.png);
	text-indent: -9999px;
	width:397px;
	height:65px;
	left: 5px;
	top: 5px;
}
div#branding h3{
	position:absolute;
	top:75px;
	left:200px;
	z-index:0;
	}
div#address{
	position:absolute;
	right:5px;
	top: 0px;
}
#phone{
position:absolute;
text-align:right;
right:5px;
}

div#nav_main{
text-align:center;
background-color:#9ca173;
border-width:1px;
border-style:solid;
border-left:0;
border-right:0;
border-color:#3e583d;
height:1.25em;
vertical-align:middle;
}

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

div#content_main{
text-align:left;
padding:1em;
}

div#left{
	width:45%;
	float:left;
	padding:1em;
	}

div#right{
	width:45%;
	float:right;
	padding:1em;
	}

div#quote {
	width:75%;
	padding:10px;
	clear:both;
	text-align:center;
	position: relative;
	left:50px;

}

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


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

}

#footer{
	bottom:0px;
	background-image: url(../images/tile.png);
	padding:1em;
	border-width:1px;
	border-style: solid;
	border-left:0;
	border-right:0;
	border-bottom:0;
	border-color:#3e583d;
	}
