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;
	}

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

#rightpress {
	float: right;
	width: 273px;
	}
	
/* Classes */

.fleft {
	float: left;
	}

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

.clear {
	clear: both;
	}

	/* text specific classes */
	
	.h1c {
		color: #545454;
		font-weight: normal;
		}

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

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

	.h4c {
		color: #8c6239;
		font-weight: normal;
		}
	
	.h5c {
		color: #cc0e0e;
		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;
	}
	
img {
	border: 0px;
	}

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: #cc0e0e;
	font-weight: normal;
	}

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