/* General */
body
{
	background-image: url(../pics/backgound/body_bg.png);
	font-size: 12pt;
	color: #fff3d8;
}

#centered
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image:url(../pics/backgound/pink_bg.png);
}
#header
{
	background-image: url(../pics/logo.png);
	width: 750px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
}

#main
{
	height: auto;
	width: 700px;
	padding: 10px;
	line-height: 1.5em;
	padding-bottom: 15px;
}

.heading
{
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
	padding-bottom: 10px;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
}

#footer
{
	text-align: left;
	font-size: 10px;
	padding-top: 20px;
	padding-left: 50px;
	clear: both;
}

a:link {color:#fff3d8;}
a:visited {color:#fff3d8;}
a:hover {color:#EEB62B;}
a:active {color:#fff3d8;}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Index */
#gallery
{
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}

#faceBook
{
	margin-top: 20px;
	color: #FFF3D8;
	margin-left: 50px;
	margin-right: 50px;
}

.faceBookPic
{
	float: left;
	padding-right: 7px;
}

.faceBookText
{
	text-align: justify;
}

.headingPic
{
	float: left;
	width: 145px;
	border: solid black 3px;
	margin-right: 30px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* cakeBalls */

.category
{
	padding-top: 20px;
	height: 145px;
}

.title
{
	font-weight: bold;
	text-decoration: underline;
}

.cakeBall
{
	padding-top: 20px;
	height: 145px;
}

.pic
{
	float: left;
	width: 145px;
	margin-left: 50px;
	padding-right: 30px;
}

.description
{
	float: right;
	width: 420px;
	margin-right: 50px;
	text-align: justify;
}

.flavor
{
	font-weight: bold;
	text-decoration: underline;
}

.shipping
{
	margin-top: 15px;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* events */

.events
{
	margin-top: 15px;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	
}

.events h1
{
	font-size: 14pt;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* contactUs */

#contact
{
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* aboutUs */

#about
{
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}

.portrait
{
	float: left;
	width: 100px;
	margin-left: 50px;
	padding-right: 30px;
}

.blurb
{
	float: right;
	width: 520px;
	margin-right: 50px;
}

