* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, San-Serif;
	font-size:14px;
	background:#ffffff url(images/bodybg.gif) repeat-x;
	color:#933935;
}

/*Comtent Clear*/

.clear {
	clear:both;
}

#wrapper {
	width:600px;
	margin:0 auto 0 auto;
	padding:0;
}

/*Header*/

#header h1.header_image {
	display:block;
	text-indent:-9999px;
	background:url(images/design_images_03.jpg) no-repeat;
	width:364px;
	height:108px;
	margin-top:10px;
}

/*Navigation*/
 
#header #nav {
	margin:41px auto 0 auto;
	width:572px;
}

#header #nav ul {
	display:block;
	list-style:none;
}

#header #nav ul li {
	float:left;
		
}

#header #nav ul li a {
	font-size:22px;
	text-decoration:none;
	color:#ffffff;
	padding:15px 11px;
}

#header #nav ul li a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#fddfd7;
	padding:12px 11px;
}

/*Content*/

#content {
	width:600px;
	margin:25px auto 0 auto;
}

/*Cake Info*/

.cake_info {
	width: 164px;
	height: 52px;
	background: url(images/design_images_2.jpg) no-repeat;
	text-indent: -99999px;
	display: block;
	margin: 5px;
}

/*Intro*/

#top_intro {
	width: 564px;
	height: 9px;
	margin: 0 auto;
	background: url(images/top_info_bg.jpg) no-repeat;
}

#intro {
	background:url(images/info_bg.jpg) repeat-y;
	width:564px;
	margin:0 auto;
	overflow: hidden;
}

#intro .begin_dreaming {
	width:260px;
	height:50px;
	text-indent:-99999px;
	display:block;
	background:url(images/design_images_10.jpg) no-repeat;
	margin: 10px 0 10px 5px;
}

#intro img {
	float:left;
	margin:0 5px 0 5px;
}

#intro p {
	margin-bottom:15px;
}

#bottom_intro {
	width:564px;
	margin:0 auto 0 auto;
	clear:both;
	overflow:hidden;
	padding-top:10px;
	background:url(images/bottom_info_bg.jpg) no-repeat;
}

/*Front Page Cake Previews*/

#cake_previews {
	width:600px;
	margin:10px auto;
}

#cake_previews .our_cakes {
	width:161px;
	height:43px;
	text-indent:-99999px;
	display:block;
	background:url(images/design_images_18.jpg) no-repeat;
	margin:25px 0 10px 5px;
}

#cake_previews ul {
	list-style:none;
	width:600px;
	height:251px;
	margin:10px auto;
}

#cake_previews ul li {
	float:left;
	padding:0 17px;

}

#cake_previews ul li a.wedding_cakes {
	width:164px;
	height:251px;
	background:url(images/design_images_22.jpg) no-repeat;
	text-indent:-99999px;
	display:block;
}

#cake_previews ul li a.celebration_cakes {
	width:164px;
	height:251px;
	background:url(images/design_images_24.jpg) no-repeat;
	text-indent:-99999px;
	display:block;
}

#cake_previews ul li a.mini_cakes {
	width:164px;
	height:251px;
	background:url(images/design_images_26.jpg) no-repeat;
	text-indent:-99999px;
	display:block;
}

/*Footer*/

#footer {
	width:100%;
	margin-top:25px;
	clear:both;
	background-color:#fddfd7;
	paddin-bottom:100px;
}

#copyright_info {
	width:600px;
	height:50px;
	padding:10px 0 0 0;
	margin:0 auto;
}

#copyright_info #designed_by {
	float:right;
}

#copyright_info #designed_by a{
	color:#933935;
	text-decoration:#933935;
}

#copyright_info #copyright {
	float:left;
}

.content {
	width: 564px;
	margin: 25px auto;
}

.content ul {
	margin: 10px 25px;
}

.content p {
	margin-top: 10px;
}

/*Cake Sizes Table*/

table {
	width: 564px;
	border: 1px solid #fddfd7;
	margin:25px auto 25px auto;
}

table td {
	text-align: center;
	border: 1px solid #fddfd7;
}

/*Main Headers*/

.about_us {
	width: 106px;
	height: 41px;
	text-indent: -99999px;
	display: block;
	background: url(images/about.gif) no-repeat;
}

.pricing {
	width: 119px;
	height: 54px;
	text-indent: -99999px;
	background: url(images/pricing.gif) no-repeat;
	display: block;
}

.contact {
	width: 120px;
	height: 40px;
	background: url(images/contact.gif) no-repeat;
	display: block;
	text-indent: -99999px;
}

.news {
	width: 92px;
	height: 42px;
	text-indent: -99999px;
	background: url(images/news.gif) no-repeat;
	display: block;
}

/*Contact Form*/

.contact_form {
	margin-left: 10px;
}

.contact_form table td {
	text-align: left;
}

.red {
	color: red;
}
