body {
	background-image: url(images/body_background.png);
	background-repeat: repeat-x repeat-y;
	text-align: center; /* to center the white box */
}

.background {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

.contentcontainer {
	background-image: url(images/contentArea_back_repeat.png);
	background-repeat: repeat-y;
	
	width: 924px;
	
	text-align: left;

}

.content {
	background-image: url(images/contentArea_back_top.png);
	background-repeat: no-repeat;
	
	padding: 50px 19px 0px 19px;
	
}


p {
	font-family: century gothic, arial;
	font-size: 12px;
}


table.layout {
	background-image: url(images/leaves.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menucontainer {
	font-family: century gothic, arial;
	font-size: 14px;
	font-weight: bold;
	color: 362513;
	margin: 20px 0px 20px 0px;
}

.menuitem {

}

.menuitem a {
	color: 362513;
}

a {
	
}

a:hover {
	font-decoration: none;
}

.contentdetails {
	font-family: California FB, century gothic, arial;
	font-size: 14px;
}

.contentdetails li {
	font-family: California FB, century gothic, arial;
	font-size: 12px;
}

.contentdetails p {
	font-family: California FB, century gothic, arial;
	font-size: 14px;
}
