/**** Play Nice Settings to "Zero Out" Browser Settings****/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
padding: 0;
border: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
font-size: 1em;
}

a {
text-decoration: none;
}

a img {
border: none;
}

/**** Global Settings ****/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em
}

/**** Lay Out ****/

body {
	margin: 0;
	padding: 0;
	text-align: center; /**** simple IE fix padding and margin set to zero above ****/
	background-color: #ffffff;
	color: #79432B;
}


#container {
	width: 760px;
	margin-left : auto;
	margin-right : auto;
	text-align: left;
	position: relative;
	background-image: url(media/images/tile.jpg);
	top: 40px;
	border: solid 3px #79432B;
}

#header {
	width: 760px;
	height: 211px;
	position: relative;
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

#header span.address {
	position:absolute;
	top: -30px;
	right: 30px;
	font-variant: normal;
	text-transform: uppercase;
	color: #79432B;
	letter-spacing: .25em;
	font-weight: 300;
}

#header span.logo {
	position:absolute;
	top: -40px;
	left: -40px;
}
	
#header span.banner {
	position:absolute;
	top: 18px;
	right: 15px;
}	



.style1 {
	font-size: 12px;
	font-style: italic;
}
.style2 {
	font-size: 12px;
	font-style: italic;
}
.style3 {
	font-size: 10px;
}

#content {
	width: 760px;
	padding-top: 50px;

}
#googlesearch {
	padding: 0px;
	float: none;
	clear: none;
	width: 95%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	height: 25px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content p {
	color: #333333;
	line-height: 1.75em;
}
#content h1 {
	color: #B08C2E;
	text-transform: uppercase;
	font-size: 125%;
	padding-top: 40px;
	padding-bottom: 15px;
}
#content  h3 {
	color: #4B6472;
	font-size: 115%;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	width: 760px;
	text-align: right;
	padding-top: 10px;
	color: #FFFFFF;
	background-color: #A48F70;
	border-top:solid 1px #79432B;
}
#footer a {
	color: #ffffff
}
#footer a:hover {
	text-decoration: underline;
}
