body {
	background-color: #ece1bb;
	color: #576431;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	text-align: left;
}

#header {
	background-color: #ece1bb;
	height: 253px;
	position: relative;
	text-align: center;
	visibility: visible;
}

#navbar {
	background-color: #cc0000;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 6px;
	line-height: 18px;
	text-align: center;
}

h2 {
	font-size: 1.35em;
	font-weight: normal;
}

#logo {
	height: 95px;
	margin-bottom: 10px;
	margin-left: 18%;
	margin-right: 10px;
	margin-top: 0;
}

#left_navbar1 {
	background-color: #008080;
	border-color: #008;
	border-style: solid;
	border-width: 2px;
	color: #090;
	float: left;
	font-weight: bold;
	height: 20px;
	left: 70px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	top: 325px;
	width: 140px;
}

#left_navbar2 {
	background-color: #f68855;
	border-color: #c63;
	border-style: solid;
	border-width: 2px;
	color: #090;
	float: left;
	font-weight: bold;
	height: 20px;
	left: 70px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	top: 370px;
	width: 140px;
}

#left_navbar3 {
	background-color: #090;
	border-color: #006600;
	border-style: solid;
	border-width: 2px;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 20px;
	left: 70px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	top: 415px;
	width: 140px;
}

#address_hour_box {
	background-color: #fff;
	border-color: #937B28;
	border-style: ridge;
	border-width: 3px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-weight: bold;
	left: 5px;
	letter-spacing: 1px;
	line-height: 125%;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 490px; /510
	width: 195px;
}

#change_address_box {
	background-color: #FFCC33;
	border-color: #937B28;
	border-style: ridge;
	border-width: 3px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-weight: bold;
	left: 5px;
	letter-spacing: 1px;
	line-height: 125%;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 490px;
	width: 195px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #fc0;
	text-decoration: none;
}

.leftcol {
	float: left;
	padding-left: 1%;
	text-align: right;
	width: 20%;
}

.midcol {
	float: left;
	padding-left: 36px;
	padding-right: 20px;
	padding-top: 20px;
	width: 40%;
}

.rightcol {
	color: cc0000;
	float: left;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	padding-left: 3%;
	width: 20%;
}

#footer {
	background-color: #cc0000;
	clear: left;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 6px;
	line-height: 18px;
	text-align: center;
}

a.body:link {
	color: blue;
	text-decoration: none;
}

a.body:hover {
	color: gray;
}

a.body:visited {
	color: purple;
}
/*button code*/
div.button a {
font: bold 10pt Arial;
margin: 0;
padding: 0;
background: #CC0000;
border: #ffffff 1px solid;
color: #ffffff;
text-decoration:none;
}

div.button span {
padding: 6px;
}

div.button a:hover {
background: #FF1111;
}