#mainContainer {
	width: 760px;
	background-image:url(images/page_background.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	float: left;
}



#linksBar {
	margin-top: 106px;
	width: 760px;
	float: left;
	color:#FFFFFF;
	font-size:12px;
	font-weight: bold;
	margin-left: 20px;
}

#linksBar p {
	margin: 0px;
	padding: 0px;
}

#linksBar a, #linksBar a:visited {
	text-decoration: none;
	color: #FFF;
}

#linksBar a:hover {
	text-decoration: underline;
	color: #FFF;

}

#footer {
	width: 760px;
	float: left;
	background-image:url(images/page_footer.jpg);
	background-repeat:no-repeat;
	padding: 60px 10px 10px 150px;
	color: #FFF;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#footer a, footer a:visited {
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#bodyContainer {
	margin: 30px 20px 20px 20px;
	float: left;
	clear: left;
	width: 760px;
}

#flowerSpacer {
	width: 380px;
	float: right;
	height: 260px;
}

.menuBox {
	width: 300px;
	float: left;
	text-align: center;
	background-color:#CCCCCC;
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	border-style:dotted;
	border-width: 1px;
	border-color:#999999;
	margin: 20px 0px 10px 20px;
	clear: left;
	padding: 20px;
}

.menuTitle {
	color:#660033;
	font-weight: bold;
	font-size: 14px;
}

.sectionHeading {
	font-size: 14px;
	font-weight: bold;
}

body {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size: 12px;
}

a {
	color: #5D1631;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}