/* Contents:
	Sitewide Styles
	Header Layout
	Content Layout
	Footer Layout
	Text Formatting
*/



/* Sitewide Styles
--------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
	}

body {
	background-color: #261402;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	}
 	
#page {
	margin:0px auto;
	width: 780px;
	background-color: #FFFFFF;
	background-image:url(images/content_bg.jpg);
	
	
 }


/* Header Layout
--------------------------------------------------------------------------------------- */

#header, #headerhome, #headermenu, #headerspecials, #headeremployment, #headercontact {
	width: 780px;
	height: 100px;
	clear: both;
	}
	
#headerhome {
	background-image: url(images/header_home.gif);
	}

#headermenu {
	background-image: url(images/header_menu.gif);
	}
	
#headerspecials {
	background-image: url(images/header_specials.gif);
	}
	
#headeremployment {
	background-image: url(images/header_employment.gif);
	}
	
#headercontact {
	background-image: url(images/header_contact.gif);
	}

/* Content Layout
--------------------------------------------------------------------------------------- */

#caboose, #content {
	float: left;
	}

#caboose {
	width: 290px;
	}
	
#content {
	width: 420px;
	padding: 20px;
	background-color: #FFFFFF;
	text-align:left;
	}

/* Footer Layout
--------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	padding: 0px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #261402;
	}
	
#sounds {
	height: 50px;
	padding-top: 15px;
	clear: both;
	}

/* Text Formatting
--------------------------------------------------------------------------------------- */

a:link {
	color: #A50000;
	text-decoration: none;
}
a:active {
	color: #A50000;
	text-decoration: underline;
}
a:visited {
	color: #A50000;
	text-decoration: none;
}
a:hover {
	color: #880505;
	text-decoration: underline;
 }

a.altlinks:link {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}
a.altlinks:active {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	}
a.altlinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}
a.altlinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
.subnavigation {
	color: #A50000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	}

h1, h2 {
	color:#FFFFFF;
	}
	
h1 {
	font-size: 20px;
	}
		
h2 {
	font-size: 16px;
	}
	
.titlea, .titleb, .titlec, .titled {
	color: #261402;
	font-weight: bold;
	}

.titlea, .titleb {	
	text-transform: uppercase;
	}
	
.titlea, .titlec {
	font-size: 14px;
	}
	
.titleb, .titled {
	font-size: 12px;
	}
	
.price {
	font-size: 14px;
	color: #A50000;
	font-weight: bold;
	}

#menucontent {
	width: 80%;
	text-align: center;
	}
	

#menuselection { 
	padding: 5px;
	width: auto;
	background-color: #261402;
	text-align: center;
	}


