body {
	font: 8.5pt Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: white;
	background: #7C7166 url(../images/header_bg.gif) repeat-x top;
	text-align: center;
	overflow: -moz-scrollbars-vertical; /* fixes page jumping in firefox */
}
#page {
	text-align: left;
	width:753px;
	margin:0 auto;
}
#header {
	height: 178px;
	border-top: 8px solid #000000;
	background: url(../images/header_squiggles.gif) no-repeat right top;
}
#logo {
	margin-top: 30px;
}
#nav {
}
#content {
	padding: 40px 30px 30px 0px;
	overflow: auto;
}
.two_col1 {
	float: left;
	width: 400px;
}
.two_col2 {
	float: right;
	width: 320px;
}
.three_col1 {
	float:left;
	width:32%;
}
.three_col2 {
	float:left;
	width:32%;
}
.three_col3 {
	float:left;
	width:32%;
}
.home {
	background: url(../images/home_hero.jpg) no-repeat;
	height:484px;
}
h1, h2, h3 {
	margin-bottom:0.5em;
	font-weight:normal;
}
h1 {
	font-size:15pt;
	color:black;
}
h2 {
	font-size:15pt;
	color:white;
}
h3 {
	font-size:100%;
	color:#413C38;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

p {
	margin-bottom:0.5em;
}
a, a:link, a:active, a:visited, a:hover {
	color: #FFFFFF;
}
.tradingHours th, .tradingHours td {
	border-collapse:collapse;
}
.tradingHours th {
	font-weight:normal;
	text-align:left;
	width:70px;
}
.map {
	margin:2em 0;
}