@charset "utf-8";
/*
12stone scheds page CSS Document 
author: rozhette v. mendoza
~freepixelweb~
*/

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

body {
	background-color: #28282a;
}

a.home { 
        background: url(../images/home.jpg) repeat 0px 0px; 
        width: 57px; 
        height: 27px; 
        display: block; 
		position:absolute;
		z-index:2;
		left: 347px;
		top: 243px;
}

a.home span { 
        display: none; 
}

a.home:hover { 
		background: url(../images/home.jpg) repeat 0px -1px;
		position:absolute;
		z-index:2;
		left: 347px;
		top: 243px;
}

a.about { 
        background: url(../images/about.jpg) repeat 0px 0px; 
		width:65px;
		height:27px;
        display: block; 
		position:absolute;
		z-index:2;
		left: 404px;
		top: 243px;
}

a.about span { 
        display: none; 
}

a.about:hover { 
		background: url(../images/about.jpg) repeat 0px -1px;
		position:absolute;
		z-index:2;
		left: 404px;
		top: 243px;
}

a.home:hover { 
		background: url(../images/home.jpg) repeat 0px -1px;
		position:absolute;
		z-index:2;
		left: 347px;
		top: 243px;
}

a.artists { 
        background: url(../images/artists.jpg) repeat 0px 0px; 
		width:76px;
		height:27px;
        display: block; 
		position:absolute;
		z-index:2;
		left: 469px;
		top: 243px;
}

a.artists span { 
        display: none; 
}

a.artists:hover { 
		background: url(../images/artists.jpg) repeat 0px -1px;
		position:absolute;
		z-index:2;
		left: 469px;
		top: 243px;
}

a.records { 
        background: url(../images/records.jpg) repeat 0px 0px; 
		width:110px;
		height:27px;
        display: block; 
		position:absolute;
		z-index:2;
		left: 545px;
		top: 243px;
}

a.records span { 
        display: none; 
}

a.records:hover { 
		background: url(../images/records.jpg) repeat 0px -1px;
		position:absolute;
		z-index:2;
		left: 545px;
		top: 243px;
}

a.scheds { 
        background: url(../images/scheds.jpg) repeat 0px 0px; 
		width:102px;
		height:27px;
        display: block; 
		position:absolute;
		z-index:2;
		left: 655px;
		top: 243px;
}

a.scheds span { 
        display: none; 
}

a.scheds:hover { 
		background: url(../images/scheds.jpg) repeat 0px -1px;
		position:absolute;
		z-index:2;
		left: 655px;
		top: 243px;
}

a.contact { 
        background: url(../images/contact.jpg) repeat 0px 0px; 
		width:76px;
		height:27px;
        display: block; 
		position:absolute;
		z-index:2;
		left: 754px;
		top: 243px;
}

a.contact span { 
        display: none; 
}

a.contact:hover { 
		background: url(../images/contact.jpg) repeat 0px -1px;
		position:absolute;
		z-index:2;
		left: 754px;
		top: 243px;
}

#body {
	position: relative;
	width:900px;
	height:1000px;
	z-index:1;
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color:#28282a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#toppage {
	position:absolute;
	width:900px;
	height:44px;
	z-index:2;
	background-image:url(../images/toppage.jpg);
}

#leftbanner {
	position:absolute;
	width:61px;
	height:220px;
	z-index:3;
	left: 0px;
	top: 44px;
	background-image:url(../images/leftbanner.jpg);
}

#banner {
	position:absolute;
	width:770px;
	height:200px;
	z-index:2;
	left: 61px;
	top: 44px;
}

#rightbanner {
	position:absolute;
	width:69px;
	height:220px;
	z-index:2;
	left: 831px;
	top: 44px;
	background-image:url(../images/rightbanner.jpg);
}

#bottombanner {
	position:absolute;
	width:286px;
	height:28px;
	z-index:2;
	left: 61px;
	top: 242px;
	background-image:url(../images/bottombanner.jpg);
}

#topcontentleft {
	position:absolute;
	width:235px;
	height:67px;
	z-index:2;
	left: 60px;
	top: 268px;
	background-image:url(../images/topcontentleft.jpg);
}

#topcontent {
	position:absolute;
	width:540px;
	height:63px;
	z-index:2;
	left: 292px;
	top: 270px;
	background-image:url(../images/topcontent.jpg);
}

#maincontent {
	position:absolute;
	width:771px;
	height:496px;
	z-index:2;
	left: 60px;
	top: 334px;
	color:#FFFFFF;
}

#bandstitle {
	position:absolute;
	width:225px;
	height:99px;
	z-index:1;
	background-image:url(../images/bandstitle.jpg);
	top: -36px;
}

#bandscontent {
	position:absolute;
	width:769px;
	height:178px;
	z-index:2;
	left: 2px;
	top: 55px;
}

#band1 {
	position:absolute;
	width:184px;
	height:163px;
	z-index:1;
	left: 7px;
	top: 9px;
}

#band2 {
	position:absolute;
	width:184px;
	height:164px;
	z-index:2;
	left: 198px;
	top: 9px;
}

#band3 {
	position:absolute;
	width:184px;
	height:164px;
	z-index:3;
	left: 389px;
	top: 9px;
}

#band4 {
	position:absolute;
	width:184px;
	height:164px;
	z-index:4;
	left: 579px;
	top: 9px;
}

#hoststitle {
	position:absolute;
	width:225px;
	height:99px;
	z-index:1;
	background-image:url(../images/hoststitle.jpg);
	top: 275px;
}

#hostscontent {
	position:absolute;
	width:769px;
	height:178px;
	z-index:2;
	left: 2px;
	top: 366px;
}

#host1 {
	position:absolute;
	width:184px;
	height:163px;
	z-index:1;
	left: 7px;
	top: 9px;
}

#host2 {
	position:absolute;
	width:184px;
	height:164px;
	z-index:2;
	left: 198px;
	top: 9px;
}

#host3 {
	position:absolute;
	width:184px;
	height:164px;
	z-index:3;
	left: 389px;
	top: 9px;
}

#host4 {
	position:absolute;
	width:184px;
	height:164px;
	z-index:4;
	left: 579px;
	top: 9px;
}

#pagetitle {
	position:absolute;
	width:177px;
	height:108px;
	z-index:2;
	left: 665px;
	top: 808px;
	background-image:url(../images/schedtitle.jpg);
}

#footlinks {
	position:absolute;
	width:770px;
	height:27px;
	z-index:2;
	left: 61px;
	top: 921px;
	text-align:center;
	color:#FFFFFF;
}

#footer {
	position:absolute;
	width:770px;
	height:39px;
	z-index:2;
	left: 61px;
	top: 959px;
	text-align:center;
	color:#999999;
}
