#float-clear {
	clear:both;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:white;
	color:#333333;
}

/* Default behavior for roll-over links - may change this later */
a { color:#0000FF; text-decoration:none;}
a:link { color:#0000FF;}
a:visited { color:#0000FF;}
a:hover { background-color:#eee;text-decoration:underline;}

h2 {
	margin:0px;
	padding:0px;
}

p {
	margin:5px;
	margin-left:20px;
}

/* Header Box - displays the background for the header and wraps title & nav bar */
#header {
	height:128px;
	width:100%;
	background-image:url(/images/header/background.gif);
	margin:0px;
	padding:0px;
}

/* Page title/logo */
#header-title {
	width:381px;
	height: 98px;
	background-image:url(/images/header/title.gif);
}

/* Wraps page top navigation bar */
#header-nav {
	height:30px;
	width: 100%;
	padding:0px;
	margin:0px;
	background-image:url(/images/topnav/blue_tab_background.gif);
}

/* Offset the navigation tabs from the left margin */
#header-nav-space {
float:left;
	height:30px;
	width: 20px;
}


/* Wraps the main page content area */
#content {
	margin: 15px;
	text-align: left;
}

#store-image a {
	float:right;
	height:90px;
	width:200px;
	margin-right:20px;
	margin-left: 20px;
	background-image:url(/images/home/store_front_200x200.JPG.jpg);
	background-repeat:no-repeat;
}

/* Wraps our page footer on the home page */
#footer {
	margin-left:15px;
	margin-right:15px;
	height:200px;
}

/* Home page footer left content */
#footer-left {
	float:left;
	width:33%;
	height:200px;
	background-image:url(/images/footer/sign_200x200.gif);
	background-repeat:no-repeat;
}

/* Home page footer center content */
#footer-center {
	float:left;
	width:33%;
	height:200px;
}

#footer-center #title-box {
	margin-top: 15px;
	margin-bottom:5px;
	text-align:center;
 	font-weight:bold;
}

#footer-center #row-center-box {
}

#footer-center #row-day-box {
	float:left;
    text-align:right;
	width: 48%;
	margin-bottom:3px;
}

#footer-center #row-hours-box {
	float:right;
	text-align:left;
	width: 48%;
}

/* Home page footer right content */
#footer-right {
	float:left;
	width:33%;
	height:200px;
}

#footer-right #title-box {
	margin-top: 15px;
	margin-bottom:5px;
	text-align:center;
 	font-weight:bold;
}

#footer-right #row-right-box {
}

#footer-right #row-title-box {
	float:left;
    text-align:right;
	width: 39%;
	margin-bottom:3px;
}

#footer-right #row-info-box {
	float:right;
	text-align:left;
	width: 59%;
}


