/*	--------------------------------------------------------------- Main structure            */
* {
	margin:0;
	padding: 0;
	border: 0;
}

body {
	background-color: #670001;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}

div#mainwrapper {
	width:750px;
	margin:0 auto;
}

div#header {
	background-color:#660000; 
	height:180px;

	}

div#nav {
	background-color:#660000;
	float:left;
	width: 110px;
	text-align:center;
}

div#menuwrapper {
	background-color:#660000;
	margin-left: 130px;
	/*width: 620px; */
}

div#buffet {
	background-image: url(../images/buffetmenu.gif);
	background-position:center;
	background-repeat:no-repeat;
	height: 300px;
	}
	
div#business dl {
	margin-left: 80px;
	padding: 20px 0;
	font-weight:bold;
	}
	
div#business dt {
	float:left;
	width: 130px;
	
	}

div#business dd {
	margin-left: 140px;
	text-align:left;
	}

div#content {
	background-color: #660000;
	color: white;
	font-size: 1.3em;
	line-height: 125%;
	color: #fff;
}
div#content2 {
	background-image: url(../images/menu.jpg);
	background-repeat:  repeat-y;
	color: #600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 115%;
	padding: 10px;
 	font-weight:bold;
}
div#contenthead {
	border-top: 3px solid #FFCC33;
	border-bottom: 3px solid #FFCC33;
	font-size: .9em;
	padding-bottom: 5px;
	text-align:center;
	}

div#contentsect {   /* used on mainmenu.html  	font-weight:bold;*/
	color:#660000;

}


div#contact {
	padding-top: 10px;
	text-align:center;
}

div#pipe {
	font-size: 1em;
}

div#redesign {
	vertical-align:bottom;
	text-align:center;
	padding:40px 0 20px 0;
	font-size: .8em;
	}
	
div#footer {
	padding-top:20px;
}
	
/*      ----------------------------------------------------			 Links                  */
/*      						 ------------------------            	a:links 	                 */

div#nav a:link, div#pipe a:link, div#redesign a:link  {
	color: yellow;
	text-decoration: none;
}
div#content a:link{
	color: yellow;
	}
	
div#contenthead a:link, div#contentsect a:link, div#content2 a:link {
	color: #600;
	text-decoration: none;
}

/*      						 ------------------------            	a:visit                 */
div#nav a:visited, div#pipe a:visited, div#redesign a:visited  {
	color: yellow;
	text-decoration:none;
}
div#content a:visited {
	color: yellow;
}

div#contenthead a:visited, div#contentsect a:visited, div#content2 a:visited {
	color: #600;
	text-decoration:none;
}
/*      						 ------------------------            	a:hover	                 */
div#nav a:hover, div#pipe a:hover, div#redesign a:hover {
	color: white;
	text-decoration:none;
}
div#content a:hover{
	color: yellow;
}
div#contenthead a:hover {
	color: yellow;
	text-decoration:none;
}

div#contentsect a:hover {
	color:#600;
	text-decoration:none;
}
/*      						 ------------------------            	a:active                */
div#nav a:active, div#pipe a:active, div#redesign a:active {
	color: white;
	text-decoration:none;
}
div#content a:active {
	color:yellow;
}
div#contenthead a:active, div#contentsect a:active{
	color: yellow;
	text-decoration:none;
}
/*   -----------------------------------  							Lists 			*/

div#nav ul {
	list-style:none;
}

div#contenthead ul, div#contenthead li{
	display: inline;
	margin: 0;
	color: #660000;
	font-weight: bold;
}

div#contenthead ul li {
	margin-left: 0;
	padding-right: 30px;
	list-style: none;
	display: inline;
	}


div#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

div#pipe ul li {
	margin-left: 0;
	padding: 3px 6px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
	}
		
div#pipe ul li.first {
	margin-left: 0;
	padding-left:0;
	border-left: none;
	list-style: none;
	display: inline;

	}
	
/* --------------------------------------------------------                Headers      */

h2 {
text-align:center;
padding:10px;
}



/* ------------------------------------------------                   Classes           */
 .smallfont {
 	font-size: .8em;
	font-weight:normal;
	font-style: italic;
	color: #600;
}

.returntop {
	font-size: .8em;
	font-weight: normal;
	color:#600;
}

.largefont {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color:#600;
}

.p1 {
	font-weight:bold;
	text-align: center;
}
.p2 {
	font-size:.85em;
	text-align: center;
	font-weight:bold;
}
.p3 {
	text-align:center;
	}
	
	
.p5 {
	font-size:.8em;
	text-align:left;
	line-height: 1em;
	padding-left:10px;
	}

.p7 {				/* Used in family.html headers  ------------ 	font-style: italic;    */
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
	color:#600;
	vertical-align: top;
}
.p8 {				/* Used in family.html headers  ------------ 	font-style: italic;    */
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color:#600;
}

.firstCol {
	text-align:left;
	}
	
