html {
	font-size: 13px;
  	font-family: Arial,Helvetica;
  	color: white;
  	margin: 0;
  	padding: 0;
}

body {
	background-color:#5d4333; 
	text-align: center;
}
.menuLink {
	padding-top: 6px;
	display: block;
	float: left;
	text-align: center;
	height: 25px;
  	padding-left: 5px;
  	padding-right: 5px;
}

a {
	color: #ab54d6;
	text-decoration: none;
}

.menuLink a {
	color: #ab54d6;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

.menuLink:hover {
	cursor: pointer;
}

.menuLink.highlight a {
	color: white;
}

#baseArea {
	position: absolute;
	width: 870px; 
	margin: auto; 
	text-align: right;
}

.contentPane {
  display: inline-block; 
  margin: 0px; 
  height: 350px; 
  width: 530px; 
  top: 29px; 
  left: 300px;
  height: 350px;
  padding: 10px;
}

.contentBackground {
 	position: absolute;   	
	background-image: url(../images/line.jpg);
	border: 1px solid #ccc;
   border-bottom-width: 0px;
    
}

.contentForeground {
   position: absolute;
}

#contentArea {
	border-bottom: 1px solid white; 
	height: 400px; 
	background-image: url(../images/content_1.png); 
	background-position: 75% 100%; 
	vertical-align: bottom; 
	text-align: left;
}

#menuArea {
	display: inline-block; 
	height: 25px; 
	border: 1px solid white; 
	border-width: 1px 1px 0px 0; 
	position: relative; 
	top: 375px; 
	background-color: #5d4333;
}

#menuArea ul {
	margin:0; 
	padding:0; 
	float:right;
}
