@charset"iso-8859-1";
/*MAIN LAYOUT*/

#container {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
}
#head {
	background-image: url(images/header.png);
	height: 203px;
	width: 980px;
	position: relative;
}
#menu {
	width: 980px;
	position: relative;
	height: 33px;
	vertical-align: top;
}
#mainleft {
	float: left;
	width: 200px;
	position: relative;
}
#mainright {
	float: right;
	width: 759px;
	position: relative;
	padding: 0px;
	margin: 10px;
}
body {
	background-color: #000;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	text-align: left;
}
/*LEFT*/

#lefttop {
	background-image: url(images/left.png);
	height: 371px;
	width: 200px;
}
#myspacecontainer {
	height: 88px;
	width: 200px;
}
#hyvescontainer {
	height: 60px;
	width: 200px;
}
a#leftmyspace {
	float:left;
	background-image: url(images/myspace.png);
	height: 88px;
	width: 200px;
}
a:hover#leftmyspace {
	background-image:url(images/myspace.png);
	background-position: 0px 88px;
}
a#lefthyves {
	float:left;
	background-image: url(images/hyves.png);
	height: 60px;
	width: 200px;
}
a:hover#lefthyves {
	background-image:url(images/hyves.png);
	background-position: 0px 60px;
}
#leftbottom {
	background-image: url(images/leftbottom.png);
	height: 50px;
	width: 200px;
}
/*MENU*/

#menu_left {
	background-image: url(images/menuleft.png);
	height: 33px;
	width: 207px;
	position: relative;
	float: left;
}
#menubuttons {
	position: relative;
	width: 773px;
	float: right;
	height: 33px;
	background-image: url(images/menufill.png);
}
/*MENU BUTTONS + HOVERS*/

a#fev {
	float:left;
	background-image: url(images/fev.png);
	background-repeat:repeat-y;
	padding-right:66px;
	width: 108px;
	height: 33px;
}
a:hover#fev {
	background-image: url(images/fev.png);
	background-position: 0px 33px;
}
a#pla {
	float: left;
	background-image: url(images/pla.png);
	background-repeat:repeat-y;
	padding-right: 79px;
	width: 68px;
	height: 33px;
}
a:hover#pla {
	background-image: url(images/pla.png);
	background-position: 0px 33px;
}
a#gig {
	float: left;
	background-image: url(images/gig.png);
	background-repeat:repeat-y;
	padding-right: 64px;
	width: 46px;
	height: 33px;
}
a:hover#gig {
	background-image: url(images/gig.png);
	background-position: 0px 33px;
}
a#med {
	float: left;
	background-image: url(images/med.png);
	background-repeat:repeat-y;
	padding-right: 55px;
	width: 60px;
	height: 33px;
}
a:hover#med {
	background-image: url(images/med.png);
	background-position: 0px 33px;
}
a#con {
	float: left;
	background-image: url(images/cont.png);
	background-repeat:repeat-y;
	padding-right: 40px;
	width: 68px;
	height: 33px;
}
a:hover#con {
	background-image: url(images/cont.png);
	background-position: 0px 33px;
}
a#gue {
	float: left;
	background-image: url(images/gue.png);
	width: 93px;
	height: 33px;
}
a:hover#gue {
	background-image: url(images/gue.png);
	background-position: 0px 33px;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; }
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-style: italic; }
.pastgigs {	font-size: xx-small;
}

/* GIGS*/
div#gigs_container{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
	width:600px;
	position: relative;
	float:left;}
	
	div#gigsdate{
		position:relative;
		float:left;
		width:60px;
		text-align:right;}
	div#gigsplace{
		position:relative;
		float:left;
		width:200px;}
	div#gigsvenue{
		position:relative;
		float:left;
		width:340px;
		padding-bottom:4px;}
	div#gigsband{
		position:relative;
		float:left;
		width:100px;
		padding-bottom:4px;}
h2{
	font-size:14pt;
	font-weight:bolder;
	text-align:center;}'
	
#leftline {
	background-image: url(images/left_line.png);
	height:100%;
	background-repeat: repeat-y;
}
#calendar {
	text-align: center;
	height: 400px;
	width: 600px;
	margin-left: -300px;
	left: 50%;
	position: relative;
}

