@charset "utf-8";
/* CSS Document */
body {
     font: 100.01% Helvetica, Verdana, Arial, sans-serif; 
     margin: 0; 
     padding: 0; 
     text-align: center; 
}
h1 {
	font-size:30px;
	font-stretch:ultra-expanded;
	font-weight:bolder;
}
h2 {
	font-size:18px;
	font-stretch:ultra-expanded;
	font-weight:lighter;
}
#content a:link {
	text-decoration:none;
	color:#000000;
}
#content a:hover, a:active, a:focus {
	color:#CC0000;
	text-decoration:none;
}
#content a:visited {
	text-decoration:none;
	color:#000000;
}
#skipnav {
	position: absolute; 
	top: 0; 
	left: 0; 
	margin-left: -1000px; 
}
#contentwrapper {
	/*background: #fff url("../images/bg.gif") repeat; */
	/*width: 800px;
	margin-left:200px;*/
	width: 50em;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content {
	/*background:url("../images/header.gif") no-repeat;*/
	/*width: 800px;*/
	/*text-align:left;*/
	/*padding: 23px 0 0 0; 
	position: relative; 
	color: #666; 
	font-size: .8em; */
}
#sofa {
	text-align:center;
}
#hours {
	line-height:22px;
}
#address {
	line-height:22px;
}
#footer {
	padding: 0px 65px 0 65px; 
	color: #999;
	font-size: 0.7em; 
}
#footer p {
	float: left; 
	margin: 0; 
}
#footer ul {
	float: right; 
	margin: 0 0px 20px 0; 
	padding: 0;
}
#footer p, #footer ul {
	display: inline; 
}
/* hide from MacIE \*/
#footer p, #footer ul {
	display: block;
}
/* end hide */
#footer li {
	display: inline; 
	margin: 0; 
	padding: 0;
} 
#footer a {
	color: #999; 
	text-decoration: none;
	}
#footer a:hover {
	color: #c00; 
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 0px;
	margin-right: 100px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	/*margin-right: 8px;*/
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

