@charset "utf-8";
body  {
	font: "Times New Roman", Times, serif;
	background: #F5F4F4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #67571D;
}
.smallerFont {
	font-size: 0.52em;
	font-weight: 500;
}
.twoColFixLtHdr #container { 
	width: 699px;
	background: F5F4F4;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	margin-bottom: 27px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #topBar1 {
	width: 699px;
	margin: 0 0 7px 0;
	background-color: #EEEBE2;
	height: 22px;
}
.twoColFixLtHdr #topBar2 {
	width: 699px;
	height: 120px;
	margin: 0;
	background: url(../images/shapeimage_1.png);
}
.twoColFixLtHdr #bistro {
	width: 290px;
	height: 59px;
	margin: 14px 0 0 185px;
}
.twoColFixLtHdr #sidebar2 {
	float: left;
	width: 102px;
	background: #EEEBE2;
	margin: 0 7px 0 0;
	padding: 6px 0 0 14px;
}
.twoColFixLtHdr #nav1 {
width: 58px;
height: 35px;
background: url(../images/shapeimage_3_rollover_0.png) top left no-repeat;
}
.twoColFixLtHdr #nav1 a {
display: block;
width: 100%;
height: 100%;
background: url(../images/shapeimage_3_link_0.png) top left no-repeat;
}
.twoColFixLtHdr #nav1 a:hover, #nav1 a:active, #nav1 a:focus {
background: transparent none;
}
.twoColFixLtHdr #nav2 {
width: 56px;
height: 35px;
background: url(../images/shapeimage_3_rollover_1.png) top left no-repeat;
}
.twoColFixLtHdr #nav2 a {
display: block;
width: 100%;
height: 100%;
background: url(../images/shapeimage_3_link_1.png) top left no-repeat;
}
.twoColFixLtHdr #nav2 a:hover, #nav2 a:active, #nav2 a:focus {
background: transparent none;
}
.twoColFixLtHdr #nav3 {
width: 90px;
height: 36px;
background: url(../images/shapeimage_3_rollover_2.png) top left no-repeat;
}
.twoColFixLtHdr #nav3 a {
display: block;
width: 100%;
height: 100%;
background: url(../images/shapeimage_3_link_2.png) top left no-repeat;
}
.twoColFixLtHdr #nav3 a:hover, #nav3 a:active, #nav3 a:focus {
background: transparent none;
}
.twoColFixLtHdr #nav4 {
width: 67px;
height: 35px;
background: url(../images/shapeimage_3_rollover_3.png) top left no-repeat;
}
.twoColFixLtHdr #nav4 a {
display: block;
width: 100%;
height: 100%;
background: url(../images/shapeimage_3_link_3.png) top left no-repeat;
}
.twoColFixLtHdr #nav4 a:hover, #nav4 a:active, #nav4 a:focus {
background: transparent none;
}
.twoColFixLtHdr #sidebar3 {
	float: left;
	width: 54px;
	background: #E7E4DE;
	padding: 6px 0 0 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px;
	padding: 6px 70px 0 21px;
} 
.twoColFixLtHdr #mainContent p {
	font-size: 0.9em;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 1.1em;
	font-weight: 500;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.6em;
	font-weight: 400;
}
.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 180px;
	padding: 6px 70px 0 21px;
} 
.twoColFixLtHdr #mainContent2 p {
	font-size: 0.8em;
} 
.twoColFixLtHdr #mainContent2 td {
	font-size: 0.8em;
} 
.twoColFixLtHdr #mainContent2 h1 {
	font-size: 1.1em;
	font-weight: 500;
}
.twoColFixLtHdr #mainContent2 h2 {
	font-size: 1.6em;
	font-weight: 400;
	padding-top: 0;
	margin-top: 0;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #D5CFC6;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
#specialEvents {
	background: #D1BE86;
	margin: 0;
	padding: 0;
	text-align: center;
	border: medium solid #67571D;
} 
.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: 8px;
}
.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;
}