* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #3d2920;
	background-image: url(images/bg.jpg);
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 761px;
	text-align: left;
}
#leftside{float: left;
	width:390px;
	height:618px;
}
#rightside{
	float: right;
	width:366px;
	height:617px;
	background-color:#ec5394;
	background: bottom right url(images/cake.gif) no-repeat #ec5394;
	position: relative;
	color:#fff;
	border: 2px solid #ff8126;
}
#header{
	background-image: url(images/header.jpg);
	height: 246px;
	width: 384px;
	position: relative;
	border: 2px solid #ff8126;
}
#middle{
	position: absolute;
	top: 250px;
}
#leftside img{margin-top:2px;}
#menu{
	position: absolute;
	height: 302px;
	width: 133px;
	left: 251px;
	top: 0px;
	background-color: #ec5394;
	margin-top:2px;
	border: 2px solid #ff8126;
}
#leftside ul{
	list-style-position: outside;
	list-style-type: none;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ff8126;
}
#leftside li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff8126;	
	list-style-position: outside;
	list-style-type: none;
}
#leftside ul a{
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	color: #ffcdaa;
	text-decoration: none;
	height: 25px;
	width: 119px;
	padding-left: 14px;
	padding-top: 10px;
	display: block;
}
#leftside a:hover{background-color:#ff8126;}
#rightside h1{
	color:#F4AA49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 20px;
	text-align:center;
	font-style: italic;
	font-weight: bold;
}
#rightside p{
	color:#ffcdaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	padding: 20px;
}
#rightside a{color:#f9a163;}
#rightside a:hover{font-style: normal;}
#footer{
	position: absolute;
	height: 57px;
	width: 384px;
	top: 560px;
	background-color: #ec5394;
	text-align:center;
	border: 2px solid #ff8126;
}
#footer p{	
	color:#ffcdaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	padding: 15px;
}
#footer a{color:#f9a163;}
#footer a:hover{font-style: normal;}
