@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/img01.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:auto;
	width:1000px;
}
.header{
	background-image:url(images/img01.jpg);
	background-repeat:repeat-x;
	height:330px;
	text-align:center;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000;
}
.nav{
	list-style:none;
	margin-bottom:15px;
}
.menu{
	list-style:none;
	margin-bottom:15px;
	font-size:24px;
	color: #FF999A;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.navigation{
	width:190px;
	float:left;
	padding-right:70px;
	background-image:url(images/outline.png);
	background-repeat:no-repeat;
	padding-left:20px;
}
.content{
	width:720px;
	margin-left:280px;
	line-height:27px;
}
.content2{
	width:920px;
	margin-left:280px;
	line-height:27px;
}
.footer{
	clear:both;
	background-image:url(images/img03.jpg);
	background-repeat:repeat-x;
	height:140px;
	margin-top:120px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:24px;
	color: #FF9999;

}
.guild{
	margin-top:20px;
	margin-left:45px;
}
.caption{
	text-align:center;
}
.copyright{
	padding-top:80px;
	text-align:center;
}
.flower{
	margin-top:100px;
	margin-left:100px;
}
.category{
	width:180px;
	float:left;
	text-align:center;
}
.testimonial{
	width:250px;
	padding:8px;
	background-color:#FCF;
	float:right;
	font-size:14px;
	margin-left:10px;
}
.thumbnail{
	width:200px;
	text-align:center;
	float:left;
	margin-bottom:20px;
}
.choices{
	border:medium;
	border-color:#FCF;
	border-style:solid;
}
.cakedetail{
	text-align:center;
}
