/* GENERAL SPECS */
/* set standard font and color */
body {
   font-family: Verdana, Arial, Geneva, sans-serif;
   background-color: #5a0122;
   font-size: 70%;
   line-height: 18px;
   text-align: center;
	margin: 0px;
	color: #000;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Verdana, Arial, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-size: 1.1em;
   	font-weight: bold;
   	line-height: 23px;
	margin-top: 0px;
	display: block;
	border-bottom: 1px solid #7a1d41;
}
h2 a{
	text-decoration: none;
}
img {
	border: 0px;
}
hr {
  	height: 0;
	border-style: solid;
 	border-color: #7d997d;
 	border-width: 1px 0 0 0;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   width: 760px;
   margin: 0px auto;
   text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 80px;
	background: url(../images/header_bg.gif) no-repeat 0 0;
}
#title {
	float: left;
	margin: 15px 0px 0px 30px;
}
#logo {
	float: left;
	margin: 15px 0px 0px 10px;
}
/* reset IE6 */
* html #logo {
	margin: 15px 0px 0px 5px;
}
#panoramic_sat_sun {
	position: relative;
	height: 270px;
	background: url(../images/sat_sun.jpg) no-repeat 0 0;
}
#panoramic_monday {
	position: relative;
	height: 270px;
	background: url(../images/Monday_performance.jpg) no-repeat 0 0;
}
#panoramic_tuesday {
	position: relative;
	height: 270px;
	background: url(../images/tuesday_book-launch.jpg) no-repeat 0 0;
}
#panoramic_wednesday {
	position: relative;
	height: 270px;
	background: url(../images/wednesday_performing-medici.jpg) no-repeat 0 0;
}
#panoramic_thursday {
	position: relative;
	height: 270px;
	background: url(../images/Thursday_instrument.jpg) no-repeat 0 0;
}
#panoramic_friday {
	position: relative;
	height: 270px;
	background: url(../images/web_afroreggae.jpg) no-repeat 0 0;
}
/*
#photo_caption {
	font-size: 0.9em;
	background-color: #f2e9ec;
	display: inline;
	color: #333;
	padding: 2px 5px 2px 5px;
	float: right;
}
*/
#photo_caption {
	font-size: 0.9em;
	background-color: #f2e9ec;
	display: inline;
	color: #333;
	padding: 2px 5px 2px 5px;
	float: right;
}

/* ---------------------------------------------------- */
#outer_wrapper {
	background: #f2e9ec url(../images/bg_left.gif) repeat-y left;
}
#wrapper {
	background: #f2e9ec url(../images/bg_right.gif) repeat-y right;
}
#container {
	width: 100%;
	float: left;
	margin-right: -20px;
	background: #f2e9ec url(../images/bg_right.gif) repeat-y right;
}
#content {
	margin-right: 20px;
	background: #f2e9ec url(../images/bg_left.gif) repeat-y left;
}
#main {
	position: relative;
	margin: 20px 0px 10px 190px;
	padding: 0px;
}
#left {
	width: 160px;
	float: left;
	margin: 20px 0px 10px 0px;
}
html>/**/body #left {
	width: 160px;
	float: left;
	margin: 0px 0px 10px 0px;
}

/* ---------------------------------------------------- */
#footer {
	margin-top: 0px;
	padding: 5px 20px 5px 20px;
	border-top: 1px solid #fff;
	font-size: 0.9em;
	text-align: right;
	color: white;
}

/* ---------------------------------------------------- */
.clearing {
	height: 0;
	clear: both;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/

#left ul{
   list-style: none;
   margin: 0;
   padding: 0;
}			
#left li{
   position: relative;
   margin: 0;
   padding: 3px 0px 3px 20px;
}
/* sub menus */
#left ul ul{
   position: relative;
   margin: 0px;
   padding: 5px 0px 0px 5px;
}
/* ---------------------------------------------------- */
/* CLASSES */

.pic {
	float: right;
	background-color: #b68397;
	padding: 10px 10px 5px 10px;
	font-size: 0.9em;
	text-align: center;
	margin: 0px 0px 20px 20px;
}

/* outline box - for images in right-hand column */
.box {
   border: 1px solid #333;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
}
.top {
	text-align: right;
	margin-top: 30px;
}
.centre {
	text-align: center;
}
.book {
	border: 1px solid #7a1d41;
	background-color: #b68397;
	display: inline;
	padding: 2px 5px;
	font-weight: bold;
}
.book a{
	text-decoration: none;
}
.white {
	background-color: #fff;
}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
   text-decoration: underline;
}

a:link {
   color: #7a1d41;	
}

a:visited {
   color: #7a1d41;
}

a:hover {
   color: #666;
}

a:active {
   color: #7a1d41;
}

/* ---------------------------------------------------- */
.table_border {
	border: 1px solid #333;
	border-bottom: 0px;
	border-right: 0px;
}
.table_border td{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
/* ---------------------------------------------------- */
.bookform label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
.bookform label {
	text-align: right;
	width: 175px;
	padding-right: 20px;
}
.check {
	width: 15px;
	border: 0px;
}
.places {
	width: 40px;
}
.bookform br {
	clear: left;
}
