*{
padding:0;
margin:0;
outline:0;
}

body{
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-color: #000066;
	margin-top: 15px;
	background-image: url(images/bodyback.png);
}
#header1{
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	height: 130px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFAB16;
}
#header2{
	background-color: #FFFFFF;
	width: 900px;
	height: 98px;
	background-image: url(images/head2bak.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFAB16;
}
#wrapper{
	width:900px;
	background-color: #FFFFFF;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;

}

#topmenubar{
	text-align:center;
	background-color: #1A1A44;
	width: 900px;
	background-image: url(images/menubarbak.png);
	background-repeat: no-repeat;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 26px;
}

#topmenubar ul li{
	list-style:none;
	display: inline;
}

#topmenubar a{
	text-decoration:none;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #FFFF99;
	padding: 6px;
	line-height: 26px;
}

#topmenubar a:hover{
	color:#FFFFFF;
	background-color: #1A1A44;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #000000;
	line-height: 26px;
	background-image: url(images/starbak.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content{
	height: auto;

}

#leftmenubar{
	width:243px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
	color: #FFFFFF;
}

#leftmenubar a{
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
}
#leftmenubar a:hover {
	color: #FF0000;
}
#leftmenubar p {
	margin-bottom: 10px;
}
#leftmenubar ul li{
	text-indent: 5px;
	background-image: url(images/leftmenubarbak2.png);
	background-repeat: no-repeat;
	list-style: none;
}
#leftmenubar ul a{
	text-indent: 5px;
	border-bottom-color: #000000;
	border-top-color: #6C70D6;
	border-left-color: #6C70D6;
	border-right-color: #000000;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 1px;
}
#leftmenubar ul a:hover{
	text-indent: 5px;
	border-bottom-color: #6C70D6;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #6C70D6;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background-image: url(images/leftmenubarbak.png);
	background-repeat: no-repeat;
}

#text{
	float:right;
	width:69%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#text p{
	padding:5px 5px 5px 0px;
	line-height:12px;
	font-size: 11px;
}

#text a{
	color:#003399;
	text-decoration: none;
}

#text a:hover{
	color:#800000;
}

#text ul{
	margin-left: 20px;

}

#text ul li{
	font-size: 11px;
	line-height: 17px;
	padding-left: 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	background-position: left 4px;
	margin-bottom: 5px;
}

#text img{
	padding:2px;
}
.floatleft{
	float:left;
	margin-right:10px;
}
.floatright{
float:right;
margin-left:2px;
}

.small{
	font-size:8px;
}
.small2{
	font-size:11px;
}
.white {
	color: #FFFFFF;
}


blockquote{
	margin:15px 25px;
	padding:5px;
	border: 1px solid #003399;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

#footer{
	clear:both;
	text-align:center;
	padding:3px;
	font-size:10px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #000066;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footerbak.png);
	background-repeat: no-repeat;
}

#footer a{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	color:#FF0000;
}
#footer p{
	color: #CCCCCC;
}
#text h1{
	padding:10px 5px 5px 0px;
	font-size:1.5em;
	color: #666666;
}

#text h2{
	font-size:14px;
	padding:10px 5px 5px 0px;
	color: #CC3300;
}

#text h3{
	font-size:13px;
	padding:10px 5px 5px 0px;
}
#leftmenubar  h3{
	font-size:12px;
	color: #FFCA16;
	text-indent: 5px;
	font-weight: bold;
}

/*Forms*/
input{
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9CBCED;
	color: #333333;
}
.telno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFB816;
}
.enquirytable {
	background-color: #343399;
	background-image: url(images/formturn.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.enquirytable  tr {



}

.act_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.act_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
}
.act_table a {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.act_table td:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFF00;
	border: 1px solid #FF0000;
}

label {
	color: #FFFFFF;
	vertical-align: middle;
}
label a{
	color: #FF9900;
}
label a:hover {
	color: #FF9966;
}
textarea {
	background-color: #9CBCED;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.bandbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bandbox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 540px;
	margin-right: auto;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-bottom-width: 1px;
	margin-left: auto;
	padding: 0px;
}
.bandbox p {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
.bandbox h3 {
	font-weight: bold;
	text-indent: 20px;
	color: #990000;
	text-transform: uppercase;
}
.emailsym {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 18px;
}

.bandbox a {
	text-decoration: none;
	font-weight: bold;
}
.musiclink {
	vertical-align: middle;
}
td.blank,td.blank:hover  {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
