div[role="wrapper"]{
	width: 960px;
	margin: 0 auto;
}

header{
	background: #FFC0CB;
	.topmenu{
		overflow: hidden; //??
		li{
			color: #000;
			display:inline-block; //??
			background: #FFC0CB;
			float:right;
			padding: 10px 8px;
			a{
				font-size: inherit; //??
				font-weight: inherit;
				color: #fff;
				text-decoration: none;
			)
			a:hover{
				background: #FF69B4;
				cursor: pointer;
				
			}
		}
	}
}

.resep{
	background: #FFF0F5;
	overflow: hidden;
	padding:40px 0 50px 0;
	.main{
		background: #fff;
		width: 600px;
		float: left;
}}
.sidebar{
		background: #fff;
		width: 300px;
		margin-left:30px;
		float: right;
		
	}