@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#maincontainer {
	position: relative;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	position: relative;
	background: url(images/mlistheader.jpg) no-repeat;
	height: 278px;
	width: 850px;
	float: left;
}

#navbar a:link {
	text-decoration: none;
	border: none;
}

#navbar a:hover {
	text-decoration: none;
	border: none;
}

#navbar a:visited {
	text-decoration: none;
	border: none;
	
}

#navbar  a:action {
	text-decoration: none;
	border: none;
}

#navbar {
	position: absolute;
	top: 83px;
	left: 310px;
	width: 500px;
}

#navbar a {
	margin-right: 30px;
	border: none;
}

#navbar img {
	border: none;
}

#search {
	position: relative;
	width: 850px;
	height: 30px;
	background-color: #000000;
	float: left;
}

#container {
	position: relative;
	width: 850px;
	float: left;
	background-color: #000000;
}


a.resetbutton {
	margin-left: 174px;
	margin-right: 10px;
}

a.resetbutton img {
	border: none;
}

a.resetbutton2 {
	margin-left: 174px;
	margin-right: 10px;
}

a.resetbutton2 img {
	border: none;
}

form {
	width: 470px;
	background-color: #0f1a31;


}

label.bookitem {
	color: #ffffff;
}

#container input.bookitem, #container input.fanitem {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	padding: 4px;
	background-color: #9fa3ad;
	margin-bottom: 12px;
	margin-top: 2px;
}

#mlistform input.myinput {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	padding: 4px;
	background-color: #9fa3ad;
	margin-bottom: 10px;
	margin-top: 10px;


}

#container input.contact {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
	border: none;
	background-color: #9fa3ad;
	padding: 4px;
	margin-bottom: 12px;
	margin-top: 2px;
	margin-left: 31px;
}

#container input.phone {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
	padding: 4px;
	border: none;
	background-color: #9fa3ad;
	margin-bottom: 12px;
	margin-top: 2px;
}

.fanitem {
	display: inline-block;
	margin-left: 31px;
}

.bookitem {
	margin-left: 40px;
}

input.bookitem p {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #ffffff;
}

#mlistcontainer {
	position: relative;
	margin-left: 190px;
	width: 470px;

}

#mlistdesc {
	font: Arial, Helvetica, sans-serif;
	width: 470px;
	font-size: 12px;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}



#mlistheader {
	background: url(images/mlisthead.jpg) no-repeat;
	width: 470px;
	height: 51px;
}



#beforefooter {
	position: relative;
	width: 850px;
	height: 30px;
	background-color: #000000;
	float: left;
}

#footer {
	position: relative;
	width: 850px;
	height: 35px;
	background-color: #1b1d1e;
	float: left;
}

#footer p {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}