@charset "utf-8";
/* CSS Document */


body,div,p,h1,h2,h3,h4,h5  {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat;
}

#contentsbg03{
	background-image:url(../img/bg_steelsmall.jpg);
	background-color: #E7DBDF;
}

.border01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77123E;
}

#fooddetailtitle p{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 15px 65px;
	text-align:center
} 

#fooddetail{
	margin: 0px;
}
#fooddetail img{margin:10px;}
#fooddetail p{	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin:10px;
	text-align:right;}

#topics {
	position:relative;
	width:204px;
	height:60px;
	z-index:1;
	overflow: auto;
	scrollbar-3dlight-color:#8A8A8A;
	scrollbar-arrow-color:#8A8A8A;
	scrollbar-darkshadow-color:#8A8A8A;
	scrollbar-face-color:#EEECED;
	scrollbar-highlight-color:#8A8A8A;
	scrollbar-shadow-color:#8A8A8A;
	scrollbar-track-color:#8A8A8A;
}



#menubg {
	background-color: #F6F6F6;
	margin: 0px auto;
	width: 600px;
	padding: 15px;
}

#menu {
	filter: alpha(style=0, opacity=100);
}
.bgsteellarge {
	background-image: url(../img/bg_steellarge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bordermenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


