

.information{
	color: green;
}

.error{
	color: red;
}

.errorBox{
	margin: 10px 20px 10px 20px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #aa0202;
}

.informationBox{
	margin: 10px 20px 10px 20px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #408000;
}

/****/

html{
	background-color: black;
	margin: 0;
	padding: 0;
}
	
body{
	
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	margin: 0 auto 0 auto;
	padding:0;
	width: 694px;
}

body, textarea, input{
	font-family: verdana, arial, helvetica, sans-serif;
}

body{
	font-size: 8pt;
	text-align: center;
}

body, textarea, input, select{
	color: #555;
}

a{	
	color: #000F80;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

ul, ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

p{
	margin: 10px 0 20px 0;
}

/****/

#header{
	margin: 0;
	padding: 0;
	background: url(../_media/images/backgroundHeader.jpg) no-repeat;
	height: 140px;
}

h1{
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 206px;
	height: 110px;
	background: url(../_media/images/logo.gif) no-repeat;
	background-position: 0px 30px;
}

h3{
	color: #666;
	margin: 20px 0 0 0;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 12pt;
	width: 100%;
	border-bottom: 1px #666 solid;
}

/****/

#mainMenu{
	width: 365px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#mainMenu a{
	float:left;
	display: block;
	height: 30px;
	margin: 0 7px 0 0;
}

#menu_gigs{
	background: url(../_media/images/menu_gigs.gif) no-repeat;
	width: 51px;
}

#menu_music{
	background: url(../_media/images/menu_music.gif) no-repeat;
	width: 56px;
}

#menu_images{
	background: url(../_media/images/menu_images.gif) no-repeat;
	width: 70px;
}

#menu_links{
	background: url(../_media/images/menu_links.gif) no-repeat;
	width: 70px;
}

#menu_contact{
	background: url(../_media/images/menu_contact.gif) no-repeat;
	width: 80px;
}

#mainMenu a:hover{
	background-position: 0px -30px;
}

/****/

#content{
	width: 694px;
	margin: 0 auto 0 auto;
	padding: 20px 0 30px 0;
	background: url(../_media/images/backgroundContent.jpg) repeat-y;
}

#innercontent{
	width: 420px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

.contentBlock, .centeredBlock{
	margin: 20px 0 0 0;
}

.centeredBlock{
	text-align: center;
}

#imageList li{
	display: inline;
}

#imageList li img{
	margin: 0;
	padding: 0;
}

/****/

#footer{
	background: url(../_media/images/backgroundFooter.jpg) no-repeat;
	padding: 5px 0 0 0;
	width: 694px;
	height: 72px;
}

/****/

form table{
	margin: 10px 0 10px 0;
}

form td{
	vertical-align: top;
}

input.text, textarea, select{
	border: 1px #ccc solid;
}

input.text:hover, textarea:hover, select:hover{
	border: 1px #ddd solid;
}

td.submit{
	padding-top: 10px;
}

form tr.formInfo td, form .error{
	font-size: 7pt;
	padding: 5px 0 5px 0;
}

form tr.formInfo td{
	color: #999;
}

