body {
 background-color: white;

}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 
}
 
 
#navcontainer ul
{
text-align: center;
padding: 0px;
margin: 0px 0px 0px 0px;

/*background-color: #036;*/
color: white;
width: 800px;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
 border-right: 1px;
 background-color: #C11781;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 0px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
padding-top: 0px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: blue;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
 


#content { 
 
 width: 800px;
 margin: 0 auto;
 height: 500px;
 background-color: red;
 font-family: Verdana, Arial;
 background: url(800x500cupcakekitchenpageFI.jpg) no-repeat left;
 padding-top: 10px;
}


#content1 { 
 width: 800px;
 margin: 0 auto;
 height: 500px;
 background-color: white;
 font-family: Verdana, Arial;
 padding-top: 5px;
 }


.contentleft {
	padding-top: 5px;
	width: 278px;
	height: 500px;
	float: left;
	background-image: url(formsl.jpg);
	background-repeat: no-repeat;
	
}
.contentleftcontact {
	padding-top: 5px;
	width: 278px;
	height: 500px;
	float: left;
	background-image: url(contact.jpg);
	background-repeat: no-repeat;
	
}

.contentright {
	padding-top: 5px;
	width: 522px;
	height: 500px;
	float:right;
	background-image: url(final-magenta-logo1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;

}

.style1 
{
font-size: 13px;
}

.style3 
{
	font-size: 12px;
	color: #C11781;
	text-decoration: none;
	font-weight: normal;
 }
