/* ©Geets Diner */
/* ©Burbank Graphics | JS060208 */

/* Body Tags */

body {
	background-color: #6F3700;
	margin-top: 0px;
}
#time {
	background-image: url(../images/clock_img.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	width: auto;
}


/* Div Tags */

#wrapper {
	display: block;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #fae4b0;
	border: 1px solid #89A671;
	background-image: url(../images/baseball_img.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav {
	background-image: url(../images/header_bg.jpg);
	display: block;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89A671;
}

#nav table {
	float: right;
}

#nav img {
	float: left;
}

#content {
	text-align: center;
	height: auto;
}

#welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding: 5px;
	height: auto;
	width: auto;
}

#top {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5B874;
	margin-right: 10px;
	margin-left: 10px;
}

#bottom {
	width: auto;
}

#bar {
	background-color: #FBCF68;
	display: block;
	height: 185px;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/footballTrophy_img.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	padding: 5px;
	margin-bottom: 15px;
}

#bar img {
	border: 2px solid #FFFFFF;
}

#hours {
	background-color: #FBCF68;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
}

#time {
	height: 135px;
	display: block;
	background-image: url(../images/hours_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#time img {
	float: right;
	display: block;
	padding-bottom: 0px;
	margin-top: 10px;
}

#legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003300;
}
#left {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	width: 200px;
	background-color: #FBCF68;
	margin-top: 15px;
}
#happy {
	background-image: url(../images/happyHour_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	padding-top: 45px;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5B874;
}
#featuring {
	background-image: url(../images/featuring_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-top: 30px;
	padding-top: 60px;
	margin-bottom: 10px;
}
#featuring img {
	margin-left: 20px;
}
#right {
	display: block;
	margin-top: 15px;
	background-image: url(../images/dailySpecials_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	margin-right: 5px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#right img {
	border: 2px solid #E29F01;
}
#info {
	display: block;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5B874;
	margin-top: 5px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	height: 375px;
}
#info a {
	color: #306E01;
	text-decoration: none;
	font-style: italic;
}

#map {
	margin-top: 15px;
	margin-bottom: 15px;
}






/* Style Tags */

.hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	line-height: 120%;
	padding-top: 5px;
	font-style: italic;
	text-align: left;
}

.mySpace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
.welcome {
	display: block;
	padding-right: 15px;
	float: left;
	text-align: justify;
}
.style2 {color: #FF0000}
