/* CSS Document*/
body {
	height: 100%;
	padding:0;
	margin:0;
	font-size : 0.80em;
	font-weight: normal;
	font-family: "Comic Sans MS", Lucida Sans, cursive;
	background: #db6c3b url(images/adobe.jpg);
}
#siteContainer_home {
	width:770px;
	margin: 10px auto 0 auto;

}
a, h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: bold;
}	

a {
	color:#fff799;
	font-weight: normal;
	
}

a:hover {color:#663333}
a:active {color:#663333}

h4 {padding-top: 4px;}

/* home page */

#navhome {
	margin: -680px auto 0px 540px;
}

#navhome li {
	display: inline;
	list-style: none;
	z-index: 400;
}
#hometext {
	width: 550px;
	margin: 495px 20px 0 195px;
	color: #990000;
	text-align: justify;
	line-height: 115%;
	z-index: 500;
	
}
.address {
	text-align: centre;
	padding-bottom: 15px;
	font-weight: bold;
}

/*  content pages */
h2 {line-height: 120%; align: center;}

#pics {
margin-top: -10px;
}
#logo_content {
margin: 10px auto 30px 45px;
}

#siteContainer_food {
	width:770px;
	margin: 10px auto 0 auto;
	background-image: url(images/food_tile.jpg);
	
}
#siteContainer_drinks {
	width:770px;
	margin: 10px auto 0 auto;
	background-image: url(images/drinks_tile.jpg);
	
}


#navContent {
	margin: 10px auto 20px 50px;
}
#navContent li {
	display: inline;
	list-style: none;
	text-decoration: none;
}


#menu {
	margin: 0 auto 0 7px;
}

#menu li {
	list-style: none;
	text-decoration: none;
	padding: none;
	
}
#menu img {background: transparent; }

#text {
	width: 290px;

	margin: 0 auto;
	color: #fff799;
	text-align: center;
line-height: 120%;
	
}

.veg {border: none;}
.chili {border: none;}

.price {font-weight: normal; font-size: 12px;}
.smaller {font-size: 90%;}



#special {
	color: #990000;
}
#accent {font-style: oblique;}


#footer {
	position: relative;
	text-align: center;
	margin: 0 0 5px 15px;
	font-size: 90%;
	color: #990000;
}

