/*   Colour - #hex code   
	 Colour - #hex code    */

* {
   margin: 0px;
   padding: 0px;
}

/*--- Now 10px is 1em ---*/
html {
	font-size: 62.5%;
}
body {
	margin-top: 5px;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background-image:url(../images/brad-bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	text-align : left;
	margin-right: auto;
	margin-left: auto;
	width: 786px;
}

/*------- links -------*/
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a img {
	border: none;
}
/*------- End links -------*/

/*------- Text Styles -------*/
ul {
	list-style-position: outside;
	margin-left: px;
}
p, ul {
	font-size: 1.15em;
	padding-bottom: 18px;
}
h1 {
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-top: 5px;
}
h2 {
	font-size: em;
	color: #** COLOUR HERE **;
	margin-bottom: px;
}
/*------- End Text Styles -------*/

.clear {
	clear: both;
}
.main {
	height: 500px;
	width: 786px;
	background-color: #402917;
}
.scrollbox {
	width: 631px;
	height: 135px;
	margin-left: 59px;
	/*margin-top: 68px;*/
	background-color: #000000;
	color: #FFFFFF;
	overflow: auto;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
}
.logos {
	float: right;
	width: 250px;
	margin-top: 5px;
	margin-right: 8px;
}
.main .tickets {
	padding-top: 410px;
	width: 482px;
	margin-left: 152px;
	margin-right: 152px;
	color: #FFFFFF;
	font-size: 1.3em;
	font-style: normal;
}
.detail p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 1.4em;
}
.detail {
	float: left;
	margin-top: 130px;
	clear: left;
	margin-left: 14px;
}
.positive {
	float: left;
	clear: left;
	margin-left: 13px;
	margin-top: 17px;
	color: #bebebe;
}
.positive a {
	color: #bebebe;
}
.positive a:hover {
	color: #666666
}
.scrollbox-heading {
	width: 631px;
	margin-left: 59px;
	margin-top: 60px;
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	font-size: 1.7em;
	padding-left: 18px;
	padding-right: 18px;
}
.navigation {
	width: 123px;
	margin-top: 120px;
	float: left;
}
#home {
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;	
}
#tour {
	background-image: url(../images/tour-bg.jpg);
	background-repeat: no-repeat;	
}
#biog {
	background-image: url(../images/biog-bg.jpg);
	background-repeat: no-repeat;	
}
.detail .smaller {
	font-size: 1.1em;
}
.detail .even-smaller {
	font-size: 1em;
	margin-top: 5px;
}
.light-grey {
	color: #bebebe;
}
