#main
{
    position: relative;
    margin-left: -400px;
    left: 50%;
    top: 0px;
    width: 800px;
    height: 600px;
    z-index: 1;
    border: 0px;
    background: #ffffff;
}

#banner
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 205px;
	z-index: 1;
	border: 0px;
}

#right
{
	position: absolute;
	top: 220px;
	left: 500px;
	width: 280px;
	height: 370px;
	
	z-index: 2;
}

#gigs
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 80px;
	height: 100%;
	z-index: 3;
}

#gigs2
{
	position: absolute;
	top: 80px;
	left: 80px;
	width: 220px;
	height: 100%;
	z-index: 3;
}

#songs
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 220px;
	height: 100%;
	z-index: 3;
}

#songs2
{
	position: absolute;
	top: 80px;
	left: 220px;
	width: 80px;
	height: 100%;
	z-index: 3;
}


#myspace
{
	position: absolute;
	top: 208px;
	left: 77px;
	width: 100px;
	height: 100px;
	z-index: 3;
}

#facebook
{
	position: absolute;
	top: 365px;
	left: 222px;
	width: 200px;
	height: 75px;
	z-index: 3;
}

#bebo
{
	position: absolute;
	top: 482px;
	left: 97px;
	width: 205px;
	height: 107px;
	z-index: 3;
}

#youtube
{
	position: absolute;
	top: 452px;
	left: 477px;
	width: 200px;
	height: 150px;
	z-index: 3;
}

span.head
{
        font-family: Harlow Solid Italic;
        font-size: 48px;
        vertical-align: top;
}

span.date, span.location
{
        font-family: verdana, helvetica;
        font-size: 12px;
        vertical-align: top;
}

span.date
{
	font-weight: bold;
}