

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FF3;text-decoration: none;}
a:hover {color: white; text-decoration: none;}
A:link {text-decoration: none }
A:active { text-decoration: none }
A:visited { text-decoration: none }

body {
	background: #111 url(myspace/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;	
	background-attachment:fixed;
font: normal 70% "Trebuchet MS",Verdana,sans-serif;
}


img{border:none;}



/* Text and link formatting */

h1 {color:white;
font-size:150%;
border-bottom:2px solid white; 
text-align:left;

}

h2 {color:white;
font-size:100%; 
text-align:left;

}

h4 {color:white;
font-size:50%;}


p {
color: white;
text-align:left;
}


a {color: green;}
a:hover {color: #AA3;}

/* Misc */



table#gigs {
    margin-left: 0px; 
    margin- right: auto;
    background-color:black;


}
.data {
    color: white;
    text-align: left;
    background-color: black;

}

.toprow {
    color: green;
    font-style: Bold;
    text-align: left;
    background-color: black;

}

/* Elements */

#Shadow { 

position:relative;
background-image:url('image/gradient2.png');
background-repeat:repeat-x;
WIDTH: 91em;

}


#wrapper { 

position:relative;
background-color: black; 
margin: 0 auto;
border-left:1px solid white;
border-right:1px solid white;
WIDTH: 80.7em;

}


#left { 


background-color: black; 
float:left;
width: auto;
padding-left:10px;




}


#right { 

background-color: black; 
float:right;
width: auto;
padding-right:10px;


}



#footer {


clear:both;
border-top:1px dotted white;
padding-right:50px;

padding-left:50px;

} 
.leftc {float: left;width: auto;
}
.rightc {float: right;width: auto;
}