@charset "utf-8";
/* CSS Document for Beautiful Food */
/*General settings*/
*{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body 
{ 
	background-color:#503b08;
	font-family: Century;
	font-size: medium; color:#503b08;
	scrollbar-arrow-color:#ec0089;
	scrollbar-base-color:#503b08;
	scrollbar-shadow-color:#503b08;
	scrollbar-face-color:#503b08;
	scrollbar-highlight-color:#503b08;
	scrollbar-dark-shadow-color:#ffffff;
	scrollbar-3d-light-color:#ffffff;
	scrollbar-track-color:#c9b78c;
}

img {border:0px;}
h3 {color:#cb0079; padding-top:10px;}
#container
{ 
	width: 960px; 
	height: 100%; 
	margin: 0px auto; 
	background-color:#fefbe1;
} 
/*top of the site*/
#top
{
	width: 960px;
	height: 690px;
	clear:both;
}
#menu 
{
	float:left;
	width: 218px;
	height:690px;
	list-style-type:none;
	background-color:#cfc39e;
}
#menu ul li
{
	width:218px;
	height:25px;
	padding-bottom:10px;
}

#menu ul li a
{
	display:block;
	width:188px;
	height:25px;
	padding-top:1px;
	padding-left:30px;
	background-color:#503b08;
	text-decoration:none;
}
#menu a:hover
{
	display:block;
	width:188px;
	height:25px;
	padding-top:1px;
	padding-left:30px;
	background-color:#ec0089;
	text-decoration:none;
}
/*whenever the menu is being focused*/
#menu ul li.focus a:hover, #menu ul li.focus a:link, #menu ul li.focus a:visited, #menu ul li.focus a:active { 	background-color:#ec0089; text-decoration:none;} 
#topImg
{
	padding-top:20px; padding-bottom:20px; padding-left:30px;
}
#bottomImg
{
	padding-top:10px; padding-bottom:20px; padding-left:30px;
}
#fork
{
	padding-left: 30px;
}
/*for center main*/
#bfMain
{
	width: 524px;
	height: 690px;
	float:left;
}

	#title {text-align:center; padding-bottom:5px; padding-top:15px;}
	#bfName { background:#503b08 url(images/bfName.png) center no-repeat; height:25px; }
	#content 
	{ background-color:#eee4c3; 
	  padding-left:58px; 
	  padding-top:10px; 
	  padding-bottom:20px; 
	  padding-right:20px;
	  height:463px; 
	  overflow: auto;
	  font-family: "Times New Roman", Times, serif; 
	  font-size:11pt; 
	  line-height:1.5em; 
	  color:#79603f;}
	  
	/*settings for sample menu page*/	
		.sampleOuter {padding-left:0px; padding-top:10px;}
		.sampleInner {padding-left:40px; padding-top:10px;}
		
	/*settings for testimonial page page*/	
		.buzzContent { padding-top:10px; font-style:italic;}
		.buzzName {padding-bottom: 10px; font-weight:bold;}
		.redDiv {background: url(images/redDiv.png) repeat-x; height:15px;}
		
	/*settings for about page*/	
		.list01 {list-style:circle;}
	/*settings for question page*/	
		.question{ text-align:center;}
		
	

/*setting for index page*/
#bfHomeMain
{
	width:742px;
	height:690px;
	float:left;
}
	#logo{text-align:center; padding-top:15px;}
	#name{text-align:center; padding-top:15px;}
	#homeMain{ text-align:center; padding-top:20px;}

#slogan
{
	float:left;
	clear:right;
	background:#ec0089 url(images/flowerBk.png) center top no-repeat;
	height: 690px;
	width:218px;}
	#topRightImg {padding-top:15px; text-align:center;}
	#quotes {text-align:center; padding-top:10px;}
	#bfLogo { text-align:center; padding-top:20px;}
	
#bottom
{
	height:35px;
	width:960px;
	background-color:#ec0089;
	clear:both;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:6pt; font-weight:bold; 
	color:#fefbe1;
}
#bottom ul
{
	width:750px;
	height:20px;
	padding-left:217px;
	list-style-type:none;
	float:right;
}
#bottom ul li
{
	float:left;
	padding-right:10px;
}
#bottom ul li a:hover, #bottom ul li a:active { color:#503b08;text-decoration:none;}
#bottom ul li a:link, #bottom ul li a:visited { color:#fefbe1;text-decoration:none;}

