body {
	margin: 0px;
	padding: 0px;
	background-color: #F9F8E4;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#container {
	margin: auto;
	width: 827px;
	padding-top: 25px;
	position: relative;
}

#header {
	height: 232px;
	width: 827px;
	background-image: url(../images/header.jpg);
}
#header h1 {
	text-indent: -4000px;
}

/* index intro page */
#index_bg {
	background-color: #000000;
}
#index_intro {
	text-align: center;
	margin-top: 5px;
}
#flashcontent {
	text-align: center;
}
#flashcontent img {
	border: 0px;
}
a {
	outline: none;
}

/* top navigation bar */
#menu {
	background-image: url(../images/menu_bg.jpg);
	height: 48px;
	width: 827px;
}
#menu li {
	display: inline;
	padding: 0px 14px 0px 14px;
	font-weight: bold;
	font-size: 12px;
}
#menu a {
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	color: #E119EB;
}
#menu ul {
	padding-left: 50px;
	margin: 0px;
	padding-top: 20px;
}



/* content area */
#content {
	width:800px;
	background: url(../images/body_bg.jpg) repeat-y;
	font-size: 13px;
	padding: 20px 0px 25px 30px;
	line-height: 15px;
}
.press {
	border: 0px;
	float:left;
}
.home_img {
	float: left;
	padding-right: 30px;
	border: 0px;
}
a.facebook img {
	border:none;
	vertical-align: middle;
}
#gallery {
	width: 765px;	
}
#gallery h2 {
	text-indent: -4000px;
	height: 37px;
	margin: 5px 0 4px 28px;
	clear: both;
}
#gallery h2#cupcakes {
	background: url(../images/gallery/cupcakes.gif) no-repeat;
}
#gallery h2#tear_away {
	background: url(../images/gallery/cupcake-tear-away-cakes.gif) no-repeat;
}
#gallery h2#fondant {
	background: url(../images/gallery/cupcake-fondant-cakes.gif) no-repeat;
}
#gallery h2#bouquets {
	background: url(../images/gallery/cupcake-bouquets.gif) no-repeat;
}
#gallery h2#occasions {
	background: url(../images/gallery/cupcake-special-occasions-weddings.gif) no-repeat;
}
#gallery img {
	border: none;
	height: 65px;
	width: 65px;
}
#gallery ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 25px;
	clear: both;
	display: inline-block;
}
#gallery ul li { 
	float: left;
	padding: 2px 3px;
}
#gallery ul li a {
	border: 1px solid #EFC2EF;
	padding: 3px;
	height: 65px;
	width: 65px;
	display: block;
}
#content p {
	margin-left: 30px;
	margin-right: 60px;
}
#content h2 {
	margin-left: 30px;
	margin-right: 60px;
	font-weight: bold;
	font-size: 16px;
}
.page_title {
	font-weight: bold;
	font-size: 16px;	
}
.footnote {
	font-size: 11px;
	padding-left: 5px;
}
.pinkText {
	color: #A415AF;
	font-size: 14px;
}
.centerText {
	text-align: center;	
}

/*form styles*/
#form_div {
	width: 390px;
	height: 290px;
	margin-left: 380px;
	padding-top: 10px;
}
.form_text {
	width: 100px;
	float:left;
}
#contact_form #name, #email, #phone, #message, .formButtons {
	float: left;
}
#contact_form .rows {
	height: 35px;
	width: 350px;
}
#contact_form .rows_msg {
	height:85px;
}
.contact_img {
	float: left;
	padding: 10px 10px 0px 30px;
	border: 0px;
}



/* promo popup */
#promoContainer { 
	width: 455px;
	height: 312px;
    position: absolute;
    left: 95px;
    top: 20px;
	cursor: pointer;
}
#promo p {
	text-indent: -4000px;
}

/*  footer styles */
#footer {
	background-image: url(../images/footer_bg.jpg);
	height: 50px;
	width: 827px;
	clear: both;
}
#footer p {
	margin: 0px;
	padding-top: 6px;
	font-size: 10px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #000000;
}

#footer img {
	border: none;
	vertical-align: bottom;
}
