@charset "utf-8";
body {
	background-image: url(img/bg2.jpg);
	background-repeat: repeat;
	text-align: center;
	padding:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

#main {
	position: relative;
	padding: 0px;
	height: auto;
	width: 757px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#header {
	height: 285px;
	width: 757px;
	background-image: url(img/header3.png);
	background-repeat: no-repeat;
}

#header #logo {
	position: absolute;
	left: -108px;
	top: 15px;
}

#content {
	margin-top: -20px;
}

#content_top {
	position: relative;
	height: 28px;
/*	margin-bottom:-11px; */
	background-image: url(img/top4.png);
}
#content_bottom {
	position: relative;
	height: 28px;
	background-image: url(img/bottom4.png);
	z-index: -99;
}
#content_body {
	position: relative;
	height: auto;
	background-image:url(img/middle4.png);
	width: 100%;
}
#content_body #inner {
	position: relative;
	width: 719px; /* 757 */
	margin-left: 19px;
	height: auto;
}

#content_body #inner .welcome {
	float: right;
	margin-right: 10px;
	width: 475px;
}

#content_body #inner #left_side {
	float: left;
	width: 475px;
	padding-left: 25px;
	padding-top: 10px;
	background-image: url(img/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: 150px 30px;
}

#content_body #inner #right_side {
	float: right;
	text-align: right;
	width: 185px;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 12px;
}

#right_side .address {
	font-weight: bold;
	font-size: 14px;
	color: #471202;
}

#right_side .hours {
	font-weight: bold;
	font-size: 14px;
	color: #471202;
}

#right_side .hours2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #471202;
}

#right_side .sizeup {
	font-size: 20px;
	letter-spacing: 0.2em;
}

#menu {
	float:right;
	padding-right: 10px;
}

#footer {
	height: auto;
	width: 757px;
	color:#FFFFFF;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}