* html {
padding: 0;
margin: 0;
border: 0;
height: 1%;
overflow-y: scroll;
}

body {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12pt;
padding: 0;
margin: 0;
border: 0;
background-color: #F93; 
background-image: url(/imagesNew/blankBgGrad.png); 
background-repeat: repeat-x;
}

body#main ul li#mainPage{background-color: #FFF;}
body#main ul li#mainPage a{color:#000;}
body#menu ul li#menuPage{background-color: #FFF;}
body#menu ul li#menuPage a{color:#000;}
body#directionsId ul li#directionsPage{background-color: #FFF;}
body#directionsId ul li#directionsPage a{color:#000;}
body#feedbackId ul li#feedbackPage{background-color: #FFF;}
body#feedbackId ul li#feedbackPage a{color:#000;}


#address {
color: #FFF;
padding: 5px;
background: #AB0F0F;
text-align: center;
font-size: 12pt;
font-weight: bold; 	
}



#container {
width: 950px;
margin: 0 auto;
background: #FFF;
margin-bottom: 20px;
}

#content {
overflow: hidden;
padding: 10px 21px;
}

	#content p {
	text-align: justify;
	margin: 8px 0 8px 0
	}

#directions {
overflow: hidden;
padding: 21px;
/*background-color: #F4C053;*/
background-color: #FFF;
}

	#directions img {
	margin-right: 3px;
	padding-bottom: 10px;
	}

	#directions p {
	margin: 0;
	padding: 10px;
	font-size: 14pt;
	}
	
#headerPics {
margin-bottom: 4px;
padding: 10px 0 0 21px;
}

#karaoke {
background-image: url(/imagesNew/microphone.jpg);
background-repeat: no-repeat;
background-position: 210px 0px;
height: 100px;
}

#karaoke img {
margin-left: 310px;	
}

#navBottom {
}


#map_canvas {
height: 400px;
width: 575px;
padding: 10px;
float: left;
margin-right: 20px;
border: 2px solid #AB0F0F;
}

#masthead {
overflow: hidden;	
}

#masthead img {
border-bottom: 2px solid #FFF
}

#menu {
margin-left: 150px;
width: 800px;
height: 100%;
}

#navigation {
width: 150px;
height: 100%;
background-color: #F4C053;
background-image: url(/imagesNew/navBottom.png);
background-repeat: no-repeat;
background-position: 0px 200px;
}

#navigation a {
color: #FFF;
text-decoration: none;	
}

a:link {color:#FFF}
a:visited {color:#FFF}
a:hover {color:#FFF}
a:active {color:#FFF}

#navigation ul li {
/*background-color: #00911A;*/
background-color: #AB0F0F;
background-image: url(/imagesNew/linkBg.png);
display: block;
height: 20px;
border-bottom: 2px solid #FFF;
text-align: center;
padding-top: 1px;
font-size: 10pt;
font-weight: bold;
margin-left: 2px;
}

#navigation ul li:hover {
background-image:url(/imagesNew/linkBgMouseover.png);
}

#navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
background: #FFF;
}

#menuFrame {
height: 100%;
width: 100%; 
border: 2px solid #D0103A;
}

table {
width: 300px;
font-weight: bold;
font-size: 13pt;
margin-top: 30px;
}	

#tagline {
color: #FFF;
background: #9E205D;
font-weight: bold;
margin-top: 38px;	
}


#topNav {
background-color: #AB0F0F;
overflow: hidden;
margin: 0;
padding: 5px 0 0 19px;
}

#topNav li {
display: inline;
padding: 2px 10px;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
border-left: 2px solid #FFF;
background-color: #009213;
list-style: none;
margin: 5px 0 0 3px;
font-weight: bold;
font-size: 10pt;
}



#topNav li a {
text-decoration: none;
}

.centerText {
text-align: center;
font-size:	14pt;
font-weight: bold;	
}


.hours {
font-size	14pt;
font-weight: bold;
text-align: center;
color: #FFF;
background: #009213;	
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;	
}

.rightText {
text-align: right;	
}

