@charset "utf-8";
body {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	margin-top: 25px;
	background-image: url(../images/bg.gif);
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 488px;
	width: 905px;
}
#left  {
	height: 488px;
	width: 237px;
	float: left;
	background-image: url(../images/menu_bg.gif);
}

#left #menu {
	width: 187px;
	margin-left: 50px;
	height: 381px;
}

#container #right {
	height: 488px;
	width: 668px;
	float: left;
}

/*container for menu*/

#right #menucontainer {
	height: 480px;
	width: 653px;
	background-color: #cfddb7;
	padding-top: 8px;
	padding-left: 15px;
}

#right #bottom {
	height: 247px;
	width: 653px;
	background-color: #cfddb7;
	padding-top: 8px;
	padding-left: 15px;
}

#right #top {
	height: 233px;
	width: 668px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*Menu Links*/

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #841309;
	line-height: 12px;
}
.menuon {
	color: #929A52;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}

#menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f0f25;
	text-transform: uppercase;
}

#menu  a:link {
	color: #4f0f25;
}

#menu  a:hover {
	color: #841309;
}

#menu a:visited {
	color: #4f0f25;
}


#menu a:active, a:focus {
	color: #841309;
}

/*h1*/

h1 {
	color: #FFFFFF;
	text-indent: -9999px;
	display: none;
}

/*content box*/
#I1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	overflow: auto;
	width: 642px;
	float: right;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	padding-right: 5px;
	background-color: #cfddb7;
	height: 199px;
	color: #4F0F25;
}

/*pre for menu and hours*/

.menudescription {
	white-space: pre;
}
.bold/*menu bold face*/
 {
	font-weight: bold;
}

.break {
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c1cfaa;
	height: 1px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	width:905px;
	text-align:right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 15px;
}

a {
	color: #CFDDB7;
	text-decoration: none;
}
