body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #776086;
	margin: 0px; padding: 0px;
	text-align: center;
	background: url(../images/pink_pattern.gif) repeat;
}

td {
	font-size: 11px;
}

#container_topback {
	float: left;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	background: url(../images/purple_pattern.gif) repeat;	
}

#container_bottomback {
	float: left;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
}

#container_top {
	width: 802px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#container_bottom {
	width: 802px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#header {
	float: left;
	width: 798px;
	height: 125px;
	background: url(../images/header.jpg) no-repeat;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#navigation {
	float: left;
	width: 798px;
	height: 31px;
	text-align: right;
	background: url(../images/nav_back.gif) repeat-x;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#flash {
	float: left;
	width: 798px;
	height: 274px;
	background-color: #ebd7ef;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#ruler {
	float: left;
	width: 792px;
	height: 10px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background-color: #fff;
	border-bottom: 1px dotted #989898;
}

#content {
	float: left;
	width: 798px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#copyright {
	float: left;
	width: 792px;
	height: 24px;
	background-color: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.floatLeft {
	float: left;
	width: 328px;
	padding: 10px;
}

.floatRight {
	float: right;
	width: 388px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	border-left: 1px dotted #989898;
}

#promo {
	border: 3px solid #776086;
	padding: 5px;
	margin: 5px;
}

#homeOpentimes {
	width: 388px;
	padding: 0px;
}

#opentimes1 {
	width: 60px;
	padding: 0px;
	float: left;
	vertical-align: text-top;
}

#opentimes2 {
	width: 128px;
	padding: 0px;
	float: left;
	vertical-align: text-top;
}

#opentimes3 {
	width: 200px;
	padding: 0px;
	float: left;
	vertical-align: text-top;
}

#homeContent {
	width: 796px;
	padding: 3px;
	background-color: #fff;
	float:left;
	text-align:center;
	font-weight: bold;
}

.redtext {
	color: #FF0000;
}

.contentpadding {
	padding-left: 10px;
	padding-right: 10px;
}

.highlight {
	font-weight: bold;
}

.subHeading {
	font-weight: bold;
	font-size: 12px;
	color: #776086; 
}

TR#theader {
	background-color: #776086;
	font-weight: bold;
	color: #fff;
}

TR#sheader {
	background-color: #ebd7ef;
	font-weight: bold;
}

a.Nav:link, a.Nav:visited, a.Nav:active {
	color: #fff;
	line-height: 2.0em;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-decoration: none;
}

a.Nav:hover {
	color: #000;
	line-height: 2.0em;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-decoration: none;
}

A:link {text-decoration: underline; color: #000;}
A:visited {text-decoration: underline; color: #000;}
A:active {text-decoration: none; color: #000;}
A:hover {text-decoration: underline; color: #9e4bb0;}
