* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
   font-family: verdana, arial, sans-serif;
   font-weight: normal;
   text-align: center;
   background-color: #000000;
   color: #ffffff;
   
}
/**************************************   Header */
#headerblock {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #D7C281;
	color: #ffffff;
	width: 750px;
	text-align: left;

}

/*************************************  Content Block  */

#contentblock {
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   width: 750px;
   height: 550px;
   background-color: #E9DA9E;
   color: #000000;
   text-align: left;


}

#contentleft {
	padding: 50px 0px 30px 0px;
	float: left;
	width: 350px;
	text-align: right;
	
}

#contentright {
	
	float:left;
	background-position: center;
	background-image: url(laluna_logo_ghost.gif);
	background-repeat: no-repeat;
	
	width: 400px;
	height: 450px;
	
}
/**************************   Navigation  */
#navblock {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -15px;
	height: 20px;
	width: 750px;
	background-color: #4b0c1c;
	
	color: #ffffff;
	font-size: 12px;
	
}
#navblock ul{
	white-space: nowrap;
	text-align: right;
	padding: 3px 40px 3px 0px;
	font-weight: bold;
}
#navblock li{
	list-style-type: none;
	display: inline;
	padding: 0px 10px;
}
#navblock li a{
	text-decoration: none;
	color: #ffffff;
	
}
#content {
	margin: 20px 45px;
	font-size: 12px;
	
}
#content h4{
	padding: 30px 0px 0px 12px;
	font-size: 20px;
	font-weight: normal;
}
#content h4.moreindent{
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#content .bigger {
	font-size: 20px;
}
#content p{
	
	/*font-weight: normal;*/
	padding: 14px;

}
/************************************ Footer      */
#footerblock {
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 7px 0px;
   width: 750px;
   height: 20px;
   background-color: #845F29;
   color: #ffffff;
   text-align: center;
   font-size: 10px;

}
#footerblock span{
	padding: 0px 50px;
}
/************************************  Specific Image Styles    */
#lalunalogo {
   position: relative;
   z-index: 2;
   top: 40px;
   left: 60px;

}
#viewmenubutton, #directions {
	position: relative;
	left: 95px;
}
#nottypicaltext{
	position: relative;
	top: -15px;
	left: 150px;
}

/* Alsett clearing method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { /* fix for IE Mac */
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}laluna_logo_ghost.gif

