div#wrapper {
	font-family: arial, "Lucida Grande", verdana, sans-serif;
	color: #555555;
	width: 955px;
	background: #FFFFFF url(../images/bg-repeat-main.png) repeat-y;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 155px;
	background: #FFFFFF url(../images/header.jpg) no-repeat;
}

div#header h1 {
	display: none;
}

div#left .left-top{
	height: 35px;
	background-color: white;
	background-image: url(../images/left-top.jpg);
	background-repeat: no-repeat;
}

div#left {
	float: left;
	width: 196px;
/*	padding-left: 3px;*/
	padding-right: 5px;
}

div#inner_content {
	line-height: 23px;
	margin-left: 214px;
	padding: 1em;
	padding: 10px;
	text-align: justify;
	padding-right: 30px;
}

div#footer {
	height:357px;
	background: #ffffff url(../images/home-footer.jpg) no-repeat;
	border: none;
	clear: both;
}

div#linkback {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

div#inner_content {
	background-repeat: no-repeat;
}

img.height_bar {
	width: 1px;
	height: 200px;
	float: right;
	display: block;
}

/* Home Page Table */

table#home{
	margin-top: 0px;
/*	width: 700px;*/
}

#home td.left-home{
	width: 300px;
	text-align: justify;
	padding-right: 30px;
}

#home td.right-home{
	width: 400px;
	padding-left: 30px
}


/* Menu */

#left ul.menu, #left ul.menu li {
	position: relative;
	z-index: 1;
}

#left ul.menu li a {
	display: block;
	text-decoration: none;
	z-index: 1;
}

#left ul.menu li ul.submenu {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
	background-color: #FF0000;
	z-index: 99;
}

#left ul.menu li:hover ul.submenu {
	top: -3px;
	left: 9em;
	width: 200px;
	list-style: none;
	border: 2px solid black;
}

#left ul.menu li:hover ul.submenu li {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 200px;
	border-bottom: 2px solid black;
}

#left ul.menu li:hover ul.submenu li a {
	display: block;
	text-decoration: none;
}

#left ul.menu li:hover ul.submenu li:hover a {
	display: block;
	text-decoration: none;
}

.hours{
	margin-left: 45px;
	padding-top: 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

li{
	vertical-align: text-top;
}