body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #d3dcda;
	color: #4d625e;
	text-align: center;
}

#container{
	text-align: center;
	position: relative;
	margin: 0px auto;	
	top: 10px;
	left: 0px;
	width: 1024px;
	height: 200px;	
	background-color: #ffffff;	
}
#logo {
	position: absolute;
	top: 20px;
	left: 17px;
	width: 195px;
	height: 69px;
	background: url(platinum-cuisine.logo-p.png) no-repeat;
}
.home #logo{
	top: 110px;	
	width: 265px;
	height: 100px;	
	z-index: 50;
	background: url(platinum-cuisine.logo.png) no-repeat;	
}
#top {
	position: absolute;
	top: 40px;
	left: 915px;
	width: 79px;
	height: 18px;
}
#homemenu  {
	display: none;
}
.home #homemenu  {
	position: absolute;
	top: 40px;
	left: 255px;
	width: 645px;
	height: 18px;
	text-align: left;
	display: block;	
}
#menu {
	position: absolute;
	top: 40px;
	left: 255px;
	width: 645px;
	height: 18px;
	text-align: left;
}
.home #menu{
	display: none;
} 
.content {
	position: absolute;
	top: 110px;
	left: 0px;		
	text-align: left;		
	background: #ffffff;	
	z-index: 40;			
}
#left,
#submenu {
	margin-left: 20px;
	width: 200px;
	text-align: left;
}
.home #submenu {
	display:none;
}
.home #left{
	margin-top: 125px;
	width: 265px;
	text-align: right;
}
#center {
	margin-left: 35px;
	width: 745px;
	text-align: left;
}
.home #center {
	width: 680px;
}
#border{
	margin: 20px;
	width: 984px;
	text-align: left;
}
#footer {
	text-align: left;
	padding:10px 20px 10px 20px;
	background: #d3dcda;	
	}

