@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffcccc;
	text-align:center;
	margin: 0; 
    padding: 0; 
	}
h1{
	color: #f96e8d;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h4{
	color: #f96e8d;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p{
	color:#FFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
a{
	color:#cd9967;
	text-decoration:none;
	font-weight: bold;
}
a.footer{
	color:#663300;
	font-weight:normal;
	text-decoration:none;
}
a:hover, a.footer:hover{
	color:#f96e8d;
	text-decoration:underline;
}
#main {	
	width:790px;
	margin: 0 auto;
	position: relative

}	
#headerlogo {
	background-image: url(images/Celebrations_logo.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:347px;
	height:128px;
}
#productline{
	background-image:url(images/productline.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:347px;
	width:443px;
	height:128px;
}
#top{
	background-image:url(images/bwn_top.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:128px;
	left:0px;
	width:790px;
	height:24px;
}
#nav{
	background-color:#663300;
	position:absolute;
	top:152px;
	left:0px;
	width:143px;
	height:213px;
}
	
#left{
	background-image:url(images/swirls.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:365px;
	left:0px;
	width:143px;
	height:467px;
}
#content{
	background-color:#663300;
	position:absolute;
	top:152px;
	left:143px;
	width:647px;
	height:680px;
}
#picture{
	position:absolute;
	top:1px;
	left: 20px;
	width:373px;
	height:288px;
		text-align: left;	
}
#toprightbox{
	position:absolute;
	background-color:#cd9967;
	border:solid;
	border-color:#fff;
	border-width:thin;
	padding:2px;
		left:420px;
	top:1px;
	width: 180px;
	height: 279px;
}
#text{
	position:absolute;
	top:293px;
	left:21px;
	width:586px;
	height:354px;
	}
#bottom{
	background-image:url(images/bwn_bottom.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:831px;
	left:0px;
	width:790px;
	height:11px;
}
#footer{
	position:absolute;
	top:857px;
	left:0px;
	height:20px;
	width:790px;
}
.testimonial{
	color:#FFF;
	font-size: medium;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	font-style: italic;
	line-height: 18px;
}
.footerfont{
	color:#663300;
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-small;
	}
