html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-color: #fff;
	margin: 0px 10px 0px 0px;
	text-align: left;
	line-height: 20px;
	}

#hours {
	width: 400px;
	height: 131px;
	}
	
#hours img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#press {
	width: 350px;
	}

#leftpress {
	float: left;
	width: 75px;
	}

#rightpress {
	float: right;
	width: 273px;
	}

/* Classes */

.centerimg {
	text-align: center;
	margin: 0px;
}

.clear {
	clear: both;
	}

.fleft {
	float: left;
	}

.fright {
	float: right;
	padding-right: 40px;
	}

.h1c {
	color: #545454;
	font-weight: normal;
	}

.h2c {
	color: #7c7c7c;
	font-weight: normal;
	}

.h3c {
	color: #aba000;
	font-weight: normal;
	}

.h4c {
	color: #8c6239;
	font-weight: normal;
	}

.h5c {
	color: #aba000;
	font-weight: normal;
	font-size: 15px;
	}

/* Redefinition of html elements */
/*         and headings          */

a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
hr {
	width: 50%;
	background-color: #ccc;
	border: 0px;
	height: 1px;
	}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	}

h1 {
	color: #545454;
	font-weight: normal;
	}

h2 {
	color: #7c7c7c;
	font-weight: normal;
	}

h3 {
	color: #aba000;
	font-weight: normal;
	}

h4 {
	color: #8c6239;
	font-weight: normal;
	}