/* @override http://esplanade.efront-dev.com.au/main.css */

* { padding: 0; margin: 0; }

body {
 font-family: 'Pica 10 Pitch W01 Roman', Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #eff1e0;
}
#wrapper { 
  width: 510px;
  height: 780px;
  overflow: visible;
  margin: 0 auto;
  text-align: center;	
}

#header{
	width: 510px;
	height:100px;
	margin-top: 20px;
}
.text{
	width: 370px;
	padding: 0px 70px;
	margin: 30px 0px 50px 0px;
	
}

p{
	font-family:'Pica 10 Pitch W01 Roman';
	font-size: 13px;
	line-height: 15px;
}

.jcarousel{
	width: 510px;
	height: 352px;
	background: transparent;
	display: block;
	z-index: 2;
}

#footer{
	margin-bottom: 20px;
	text-align: center;
}