
/* CSS Document - Dianne Zipf */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:#CCCCCC ;

}


h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 722px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/


div#address {

	clear:both;
	float:left;
	color:#c45972;
	text-align:right;
	background:url(images/logo.jpg) no-repeat;
	width: 682px;
	height: 163px;
	padding: 21px 40px 0 0px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color: #0000CC;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;	
}

ul {

	text-indent: 30px;
	list-style: disc inside;

}

/*.ulpara2 {

	text-indent: 60px;
	list-style: disc inside;

}*/



/*---MID SECTION---*/

div#strap {

	clear:both;
	float:left;
	width: 722px;
	height: 184px;

}


div#para1 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para1.jpg) no-repeat;
	text-align:right;
	width: 315px;
	height: 92px;
	padding: 30px 38px 0 369px ;

}

div#para2 {

	clear:both;
	float:left;
	color:#FFFFFF;
	text-align:right;
	background:url(images/para2.jpg) no-repeat;
	width: 315px;
	height: 79px;
	padding: 25px 38px 0 369px ;

}


div#para3 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para3.jpg) no-repeat;
	width: 646px;
	height: 52px;
	padding: 5px 38px 0 38px ;

}

div#cakes {

	clear:both;
	float:left;
	width: 722px;
	height: 344px;

}

/*---BOTTOM SECTION---*/


div#para4 {

	clear:both;
	float:left;
	color:#c45972;
	background:url(images/bg.jpg) repeat-y left;
	width: 323px;
	height:133px;
	padding: 20px 0px 0 38px ;

}

div#para5 {

	float:left;
	color:#c45972;
	background:url(images/bg.jpg) repeat-y right;
	width: 303px;
	height:100px;
	padding: 53px 38px 0 20px ;

}

div#para6 {

	clear:both;
	float:left;
	color:#c45972;
	background:url(images/bg.jpg) repeat-y;
	width: 646px;
	height: 52px;
	padding: 5px 38px 0 38px ;

}

div#footer {

	clear:both;
	float:left;
	width: 722px;
	height: 32px;

}




