@charset "UTF-8";
/* CSS Document */

#container {
	width: 1000px;
	background: #d0c8b0;
	margin: 0 auto;
	overflow: hidden;
}
#left_sidebar {
	float: left;
	width: 250px;
}
#cake_image {
	float: left;
	width: 400px;
}
#copy {
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
}body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 13px;
}
#footer {
	text-align: center;
	padding: 15px;
}

