/* GENERAL FORMATTING */

h1 {font-family: "Times New Roman", Times, serif; font-size: 32px; color: #222222; padding-bottom: 12px; }
h2 {font-family: "Times New Roman", Times, serif; font-size: 24px; color: #111111; padding-top: 12px; padding-bottom: 6px; }
h3 {font-family: "Times New Roman", Times, serif; font-size: 20px; color: #000000; padding-bottom: 6px; }
ul {padding-bottom: 6px; }
li {  margin-bottom: 4px;  margin-left:15px; list-style-position: outside;  list-style-type: disc;  }
p {line-height: 18px; padding-top: 2px; padding-bottom: 12px; }
a:link, a:visited, a:link.active, a:visited.active {color : #00f;}
a:hover {color : #990033;}
body {
	/*background: url(/images/background_top.gif) top left repeat-x; /* blue bar on top of screen */
	background-color: #fff;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #222;
}

.highlight {color: #990033;}
.footer { color:#666; font-size:14px; }


/*************************************/

div#wrapper {
    position:absolute;
    width:800px;
    left:100px;
}

div#header {
    margin-top:30px;
    margin-bottom:10px;}

div#body {
    width:800px;
    top:180px;
}

div#footer {
    margin-top:30px;
    margin-bottom:10px;}



/* other stuff,may be usful as reference 

.hours {
	font-size: 12px;
}

div#title h1 {
	color: #fff;
    position:absolute; 
    right: 50%; 
    top: 40px;
}

div#navigation {
	position: absolute;
	left: 50%;
	font-size: 18px;
	font-style: bold;
	line-height: normal;
	top: 90px; /* to get just above the blue bar *//*
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navigation li {
	float: left;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
}
div#navigation a {
	display: block;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}
div#navigation a:link a:visited {
}
div#navigation a:active {
}
div#navigation a:hover {
	color: #996633;
}
div#navigation #current a {
	color: #333333;
}


.motto {
	color: #993333;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}
.menuTitle {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.menuDescription {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.menuPrice {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-top: 2px;
}


div#leftColumn {
    position:absolute; 
    width:200px; 
    z-index:1; 
    left: 0px; 
    top: 180px;
}

div#rightColumn {
    position:absolute; 
    width:515px; 
    z-index:2; 
    right: 0px; 
    top: 160px;

}


*/