*{
	margin:0;
	padding:0;
}

body{
	font-family:"Arial",sans-serif;
}
p{
	font-size:11px;
}
h1,h2{
	font-weight:normal;
}
h2{
	font-size:20px;
}

.clear{
	line-height:1px;
	height:1px;
	clear:both;
	overflow:hidden;
}
#main{
	width:1000px;
	margin:0 auto 0 auto;
}
#header{
	background:pink;
	width:1000px;
	height:80px;
	line-height:80px;
	margin-top:12px;
	margin-bottom:12px;
}
#header .content{
	padding:0 12px 0 12px;
}
#header h1 {
	float:left;
}
#header #main-menu{
	float:right;
	font-size:11px;
}

.index-page{width:100%;}
.splash-area{
	width:100%;
	height:315px;
	background:blue;
	margin-bottom:12px;
}
#preview-splash{
	width:500px;
	background:lime;
	height:315px;
	float:left;
}
#whatson{
	background:red;
	float:right;
	width:500px;
	height:250px;
}
.features{
	height:150px;
	width:100%;
	background:goldenrod;
	margin-bottom:12px;
}
.news{
	width: 500px;
	float:left;
}
.events{
	width: 500px;
	float:right;
}
.map-section{
	width:333px;
	float:left;
	
	font-size:11px;
}







































