	
#Sky {
	height: 60px;
	background-image: url(Images/Sky.jpg);background-repeat:repeat-x;

}
#Fringe {
	height:70px;
	background-image: url(Images/Fringe.gif);background-repeat:repeat-x;
	text-align:center;
}
p {
	line-height:20px;
	}
#PalmTop {
	background-image:url(Images/palmtreeTop.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position:absolute;
	width:320px;
	left:0px;
	height: 266px;
	top: 0px;
	}

#SideMenu {
	position:absolute;
	left:45px;
	top:265px;
	width:160px;
	height:622px;
	z-index:1;
	background-image:url(Images/PalmTrunk.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.MenuItems{
 	margin-left:35px;
}
body {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
    font-family: Arial, sans-serif;
	font-size: 100%;
	background-image:url(Images/sand-med.gif)
}
#MainArea{
}
#MainContainer {
	margin-left:auto;
	margin-right:auto;
	height:850px;
}
#MainContent{
	margin-left:auto;
	margin-right:auto;
	padding-left:200px;
	width:800px;

}
#Headers {
	margin-left:auto;
	margin-right:auto;
	padding-left:200px;
	width:800px;
	text-align:center;
	font-size:1.2em;
}
