body	{ font-size:smaller;}

input, textarea, select { 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	color: black; 
	background-color: #D4C2AE;
	scrollbar-base-color:#D4C2AE;
	text-align:center;
	font-weight:bold;
	border-color:#2023BC;
}

input	{
	margin-right:1em;
}

H1,H2,H3	{
	color:#2023BC;
	text-align:center;
	font-family: Times,"Times New Roman",serif;
}


#home {
     position:absolute;
     left:0px;
     top:150px;
     width:125px;
     height:29px;
     background-color:#A08E7A;
}


#familypak {
     position:absolute;
     left:0px;
     top:179px;
     width:125px;
     height:31px;
}

#catering {
     position:absolute;
     left:0px;
     top:210px;
     width:125px;
     height:31px;
     background-color:#A08E7A;
}

#menu {
     position:absolute;
     left:0px;
     top:241px;
     width:125px;
     height:29px;
     background-color:#A08E7A;
}

#dinein {
     position:absolute;
     left:0px;
     top:270px;
     width:125px;
     height:33px;
}

#carryout {
     position:absolute;
     left:0px;
     top:303px;
     width:125px;
     height:31px;
     background-color:#A08E7A;
}

#delivery {
     position:absolute;
     left:0px;
     top:334px;
     width:125px;
     height:30px;
     background-color:#A08E7A;
}

#location {
     position:absolute;
     left:0px;
     top:364px;
     width:125px;
     height:31px;
     background-color:#A08E7A;
}

#contactus {
     position:absolute;
     left:0px;
     top:395px;
     width:125px;
     height:30px;
     background-color:#A08E7A;
}

#hours {
     position:absolute;
     left:0px;
     top:425px;
     width:125px;
     height:30px;
     background-color:#A08E7A;
}

#aboutus {
     position:absolute;
     left:0px;
     top:455px;
     width:125px;
     height:34px;
     background-color:#A08E7A;
}






#content {
	position:absolute;
	margin-left:20px;
	left:125px;
	top:150px;
	width:670px;
/* 	height:360px;	 */
/*	color:#ffffff;   */
	color:#000000;	
	font-family:  Helvetica,Arial, Geneva, sans-serif;
}

#content A:link   	{ color:#2023BC;font-weight:bold;text-decoration: none; }/* unvisited links */
#content A:visited	{ color:#663366;font-weight:bold;text-decoration: none; }/* visited links */
#content A:active  	{ color:#C0C0C0;font-weight:bold;text-decoration: underline; }   	/* active links */
#content A:hover  	{ color:#C0C0C0;font-weight:bold;text-decoration: underline; }   	/* hover over links */	
	

#footer {


	position:absolute;
	left:0px;
	/*top:510px;*/
	width:650px;
	/*height:90px;*/
	background-color:#A08E7A;
	text-align:center;

	color:silver;
	font-size:smaller;

}

#footer A:link   	{ color:#CFCFB7;font-weight:bold;text-decoration: none; }/* unvisited links */
#footer A:visited	{ color:#663366;font-weight:bold;text-decoration: none; }/* visited links */
#footer A:active  	{ color:#C0C0C0;font-weight:bold;text-decoration: underline; }   	/* active links */
#footer A:hover  	{ color:#C0C0C0;font-weight:bold;text-decoration: underline; }   	/* hover over links */	

#bottommenu {
	color:#2023BC;
	text-align:center;
	font-size:smaller;
	clear:both;
}

.center	{
	text-align:center;
}
.centerb {
	text-align:center;
	font-weight:bold;
}
.img_left	{
	float:left;
	border:none;
	margin-right:10px;
}
.img_right	{
	float:right;
	border:none;
	margin-left:10px;
}
.img_center	{
	border:none;
	text-align:center;
}