* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #19071A;
	padding-top: 16px;
}
#logo {
	height: 200px;
	background-image: url(../images/logo3.jpg);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	width: 900px;
	height: 35px;
	position: relative;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#nav li {
	float: left;
	text-decoration: none;
	list-style-type: none;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 35px;
	background-image: url(../images/new-nav-bar.jpg);
	text-indent: -999999px;
	overflow: hidden;
	background-repeat: no-repeat;
	list-style-type: none;	
}
/*up state*/
li#nav_index a {
	left: 0;
	width: 61px;
	background-position: 0 0;
	list-style-type: none;
}
li#nav_show a {
	left: 71px;
	width: 69px;
	background-position: -71px 0;
	list-style-type: none;
}
#nav_creatives a {
	left: 151px;
	width: 101px;
	background-position: -151px 0;
	list-style-type: none;
}
li#nav_media a {
	left: 261px;
	width: 70px;
	background-position: -261px 0;
	list-style-type: none;
}
li#nav_blog a {
	left: 341px;
	width: 60px;
	background-position: -341px 0;
	list-style-type: none;
}
li#nav_tourschedule a {
	left: 415px;
	width: 136px;
	background-position: -415px 0;
	list-style-type: none;
}
li#nav_merchandise a {
	left: 565px;
	width: 126px;
	background-position: -565px 0;
	list-style-type: none;
}
li#nav_press a {
	left: 701px;
	width: 69px;
	background-position: -701px 0;
	list-style-type: none;
}
li#nav_contact a {
	left: 781px;
	width: 90px;
	background-position: -781px 0;
	list-style-type: none;
}
/*hover state*/
li#nav_index a:hover {
	background-position: 0 -35px;
	list-style-type: none;
}
li#nav_show a:hover {
	background-position: -71px -35px;
	list-style-type: none;
}
li#nav_creatives a:hover {
	background-position: -151px -35px;
	list-style-type: none;
}
li#nav_media a:hover {
	background-position: -261px -35px;
	list-style-type: none;
}
li#nav_blog a:hover {
	background-position: -341px -35px;
	list-style-type: none;
}
li#nav_tourschedule a:hover {
	background-position: -415px -35px;
	list-style-type: none;
}
li#nav_merchandise a:hover {
	background-position: -565px -35px;
	list-style-type: none;
}
li#nav_press a:hover {
	background-position: -701px -35px;
	list-style-type: none;
}
li#nav_contact a:hover {
	background-position: -781px -35px;
	list-style-type: none;
}

#headerImg {
	height: 275px;
	padding-top: 10px;
}
#wrapper #bodyArea {
	width: 900px;
	padding-top: 5px;
}
#bodyArea #left {
	width: 660px;
	float: left;
}
#wrapper #bodyArea #homebackground img {
}
#footer {
	height: 125px;
	width: 900px;
	background-image: url(../images/footer.jpg);
}
