body {
	background-color: #c76114;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
	
h2 { /* Only used for "Owned and operated...." under main sunset logo */
	font-size: 16px;
	text-align: right;
	font-style: italic;
	padding-right: 8px;
}

h3 { 
	text-align: center;
}

h4 {
	text-align: center;
}

h5 {
	font-size: 18px;
	padding-left: 10px;
}

li {
	padding: 10px;
}

dt {
	font-weight: bold;
	padding: 4px;
}

dl {
	font-style: Italic;
	padding: 4px;
}

hr {
	color: #000000;
}



/* ---  The following IDs are used on every page --- */
#container {     /*Yellow box that surrounds all content*/
	background: #ffaa00;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#navbar {
	text-align: center;
}

#footer {
	width: 800px;
	text-align: center;
	font-size: 12px;
	font-style: Italic;
	/*font-family: Times New Roman, serif;*/
	/*background-color: #ffffff;*/
}


/* --- The following IDs are used for a two-column layout --- */
#left { /* left column/panel - MUST BE USED WITH #RIGHT */
	float: left;
	width: 340px;
	background: #ffaa00;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

#right { /* right column/panel - MUST BE USED WITH #LEFT */
	float: right;
	width: 340px;
	background: #ffaa00;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}


#left2 { /*left column panel for use within JavaScript menu tabs  (slightly more narrow)*/
	float: left;
	width: 320px;
	background: #ffaa00;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

#right2 { /*right column panel for use within JavaScript menu tabs (slightly more narrow)*/
	float: right;
	width: 320px;
	background: #ffaa00;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}	

#directions {
	background-color: #c76114;
	margin-left: auto;
	margin-right: auto;
	
}
	


/* ---The following are for setting misc table cell attributes and are used randomly anywhere--- */
.table1 {
	text-align: left;
	background-color: #c76114;
	font-weight: bold;
}

.table2 {
	text-align: left;
}

.table3 {
	text-align: center;
	background-color: #c76114;
	font-weight: bold;
}

.table4 {
	text-align: left;
	background-color: #c76114;
}



/* --- The following are for setting table cell attributes for menu (food) items --- */
.menuItem1 {
	text-align: left;
	background-color: #c76114;
	font-weight: bold;
}

.menuItem2 {
	text-align: left;
	font-weight: bold;
}

.menuDescrip1 {
	text-align: left;
	background-color: #c76114;
}

.menuDescrip2 {
	text-align: left;
}

.menuPrice1 {
	text-align: center;
	font-style: italic;
	background-color: #c76114;
}

.menuPrice2 {
	text-align: center;
	font-style: italic;
}
	
	

/* --- The following configure all hyperlink attributes --- */
a:link {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #339900;
	text-decoration: none;
	font-weight: bold;
}


/* --- For descriptions and disclaimers- usually used below h3 elements within p tags --- */
.descrip {
	text-align: center;
	font-size: 12px;
}


.ind {
	padding-left: 20px;
}


.center {
	text-align: center;
}

.orangeBox { 
	background-color: #c76114;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* 
 * The following left and right classes are identical to the left and right IDs above. 
 * They are used on pages where it is necessary to switch between a one 
 * and two column layout
 */

.left {
	float: left;
	width: 320px;
	background: #ffaa00;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.right {
	float: right;
	width: 320px;
	background: #ffaa00;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.specialMenu {
	/*background-color: #339900; */
	border-style: dashed;
	border-width: 1px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4px;
	}


	
	



