/* commented backslash hack \*/   /* hides from IEmac5 */
html, body{height:100%;} 		  /* fix to hold footer at bottom of screen regardless of page content */
/* end hack */
html, body {margin:0px; padding:0px;}

body {
	background:#FFFFF2 url(images/bg_top_100.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited, a:focus {color:#7D1C1A; text-decoration:underline;}
a:hover {text-decoration:none;}

img {border:0px none;}

h1 {color:#7D1C1A; font-size:1.4em; text-align:center;}
h2 {color:#7D1C1A; font-size:1.2em; text-align:left;}
h3 {color:#7D1C1A; font-size:1em; text-align:left; text-decoration:underline; margin:0px;}
h3 p {margin:0px;}

#outer {
	min-height:100%;			/*											*/
	height:auto;				/*											*/
	width:100%;
	position:relative;
}
* html #outer { height:100%; }	/* fix for <=IE6 */

#header {
	width:800px;
	margin:0px auto;
	padding:0px;
}
#navbar {
	background-color:#88412C;
	color:#88412C;
	width:100%;
}
#nav {width:800px; margin:0px auto; height:30px; color:#88412C;}
#nav a {color:#88412C;}
#nav ul {list-style:none; display:inline;}
#nav li {float:left; font-size:30px; margin-top:-1px;}
#nav li a:link {background-color:#88412C; color:#88412C; height:30px;}
#nav li a:hover {background-color:#a1553f; height:30px;}

#home_main {
	width:800px;
	margin:20px auto;
	color:#302625; 
	font-size:14px; 
	line-height:1.5em; 
	padding-bottom:20px;
}
#home_left {
	width:550px;
	padding:0px 10px;
	float:left;
}
#home_address {
	width:210px;
	height:325px;
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#88412C;
	border-left:1px solid #88412C;
	padding-left:15px;
}

#main {
	width:700px; 
	margin:20px auto; 
	color:#302625; 
	font-size:14px; 
	line-height:1.5em; 
	padding-bottom:20px;
}

#photo {float:right; margin-left:20px;}

#location {
	width:80%;
	margin:0px auto;
	text-align:center;
}



#location table {width:100%;}
#location a:link, #location a:active, #location a:visited, #location a:focus {font-size:.8em; font-weight:bold; text-decoration:none;}
#location a:hover {text-decoration:underline;}

#clear_footer {clear:both; height:20px;}

#footer {
	width:100%; 
	border-top:5px solid #88412C; 
	color:#88412C; 
	text-align:center; 
	font-size:.7em; 
	padding-top:5px; 
	padding-bottom:10px;
	clear:both;
	height:20px;				/* this setting must match bottom-margin of #outer */
	position:absolute;
	bottom:0;
	left:0;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:focus {
	color:#88412C; text-decoration:underline;
}
#footer a:hover {text-decoration:none;}

.clear {clear:both; margin:0; padding:0;}
.left {float:left; width:230px; margin-top:-20px; padding-left:60px;}
.right {float:left; width:230px; margin-top:-20px;}