/* -- YANKS EVENT ----------------------------------------------------------------------------- */
/* -- Copyright 2007 Lawton Bailey Creative services ------------------------------------------ */
/* -- CSS, XHTML 1.1 -------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}


#wrap { margin: 0 auto; width: 900px; height: 730px; position: relative; }
.main { background: url(images/front-page.jpg) no-repeat center 50px; }
.whatson { background: url(images/Past-events.jpg) no-repeat center 50px; }
.location { background: url(images/Location.jpg) no-repeat center 50px; }
.gallery { background: url(images/Past-events.jpg) no-repeat center 50px; }
.contact { background: url(images/Contacts.jpg) no-repeat center 50px; }

#menu { height: 20px; position: absolute; top: 677px; left: 40px; }
#whatson { height: 20px; width: 115px; float: left; margin-left: 153px; }
#location { height: 20px; width: 115px; float: left; margin-left: 10px; }
#gallery { height: 20px; width: 125px; float: left; margin-left: 10px; }
#contact { height: 20px; width: 115px; float: left; margin-left: 10px; }

#frame { width: 420px; height: 440px; position: absolute; top: 160px; left: 360px; overflow-y: scroll; }
#banner { margin: 0 auto; width: 900px; height: 200px; position: relative; text-align: center; }

