/* CSS Document */

@import url("reset.css");
@import url("nav.css");

/*------------------------------- Global-html-body*/
html {
	background: url(../_cssimages/back.jpg) no-repeat center 250px; 
	min-height:100%;
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
}
body {
	font-size: .75em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #472104;
	text-align: center;
}
p {
	text-align: justify;
}
/*------------------------------- Content*/
#content{
	/*border: solid 1px #d8c4b1;*/
	padding: 0px;
/*	width: 613px;
	height:550px;
	background: url(../_cssimages/transparent.png);*/
	margin: 0px auto 0 auto;	
}
#stuff{
	height: 900px; /* FF - height of body/html*/
}
/*------------------------------- Main*/
#main {
 padding: 0px 93px 0 93px;
}
/*------------------------------- Footer*/
#footer{
	padding: 0;
	margin: 5px 0 15px 0;
	clear:both;
	text-align: center;
}
#footer ul li{
	display: inline;
	color: #a19c8b;
	line-height: 120%;
}
#footer a{
	color: #a7510c;
	text-decoration: none;
	font-size: 80%;
}
#footer a:visited {
}
#footer a:hover {
	color: #632e04;
}
#footer a:focus {
	color: #632e04;
}
#footer a:active {
	color: #cf8347;
}
/*------------------------------- Global-text-links-images*/
h1 {
	font: 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 10px 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	padding: 0 0 10px 0;
}
a {
	position: relative; /*need this so links work in ie*/
}
#content .street-address, #content .postal-code, #content .telephone, #content .locality{

}