/* CSS Document */

body {
margin-top:0;
background-color: #919191;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

p {
margin-top: 20px;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing: 3px;
font-size:16px;
font-variant:small-caps;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing: 3px;
font-size:14px;
font-variant:small-caps;
}

h4{
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing: 3px;
font-size:11px;
font-variant:small-caps;
}

#content {
background-image:url(images/back.gif);
width: 880px;
background-repeat:repeat-y;

}

#banner {
margin-left: 40px;
background-image:url(images/banner.jpg);
width: 720px;
height: 180px;
background-repeat:no-repeat;
border-bottom:thin solid #000000;
}

#main_content{
margin-left: 60px;
margin-top: 40px;
height:400px;
width:700px;
overflow:auto;
}

#menu{
margin-top: -10px;
margin-left: 13px;
width:700px;
}

*:first-child+html #menu {
margin-top: 0px;
}

* html #menu {
margin-top: 0px;
}


#bottom {
background-repeat:repeat-y;
background-image:url(images/back_bottom.gif);
width: 880px;
height: 100px;
}

#bottom p {
font-size:9px;
padding: 20px;
text-align:center;
margin-left:-50px;
margin-top: -10px;
}

#bottom a:link {
color:#000000;
text-decoration:none;
}


#menu ul {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing: 3px;
list-style:none;
font-variant:small-caps;
}
#menu ul li {
float:left;
margin-right: 10px;
}

#menu ul a:link {
color:#000000;
text-decoration:none;
}

#menu ul a:visited {
color:#000000;
text-decoration:none;
}

#menu ul a:hover {
color:#000000;
text-decoration:line-through;
}

#news {
width: 300px; 
height: 300px;
margin-left: 240px;
overflow:auto;
}

#gigs {
margin-left: 50px;
width: 200px; 
height: 300px;
overflow:auto;
}

#text {
width: 660px;
float:left;
}

#text a:link {
color:#000000;
text-decoration:underline;
}

#text a:visited {
color:#000000;
text-decoration:underlined;
}

#text a:hover {
color:#000000;
text-decoration:none;
}

table {
margin-bottom: 40px;
width: 400px;
}

table td {
padding:5px;
}

.text_picture {
float:left;
padding-right: 20px;
margin-left: 0;
z-index: 0;
}

.band_picture {
padding-right: 5px;
border:none;
}

.band_picture_first {
padding-right: 5px;
margin-left: 50px;
border:none;
}

.band_picture_solo {
padding-right: 5px;
margin-left: 50px;
border:none;
float:left;
}

.disco_picture {
padding-right: 10px;
border:none;
float:left;
}




