*{
    margin:0;
    padding:0;
}
img{
    border:none;
}
body{
    background:#000 url(bg-body-flickring-stars.gif);
    color:#999;
    font-family:sans-serif;
    font-size:13px;
}
a:link,
a:visited{
    color:#551a8b;
    text-decoration:underline;
}
a:hover,
a:active{
    color:#551a8b;
    text-decoration:none;
}

h1{
    color:#fff;
    font-size:26px;
    font-weight:normal;
    line-height:1em;
    text-align:center;

}
h2{
    color:#e2c450;
    font-family:georgia;
    font-size:35px;
    font-weight:normal;
    letter-spacing:3px;
    margin-bottom:2px;
}
h3{
    color:#e63d20;
    font-size:16px;
    font-weight:normal;
    line-height:20px;
    margin-bottom:4px;
}
h4{
    font-size:16px;
    line-height:20px;
    margin-bottom:22px;
}
h5{
    font-size:13px;
    line-height:16px;
    margin-bottom:25px;
}
h6{
    font-size:11px;
    line-height:13px;
    margin-bottom:25px;
}
p{
    font-size:16px;
    line-height:20px;
    margin-bottom:16px;
}
li{
    font-size:16px;
    line-height:20px;
}
ol{
    margin-bottom:16px;
    padding-left:40px;
}
ul{
    margin-bottom:16px;
    padding-left:40px;
}
.page{
    margin:0 auto;
    width:580px;
}
.logo{
    border-left:1px solid #551a8b;
    border-right:1px solid #551a8b;
    float:left;
    width:580px;
}
.logo-image{
    float:left;
    padding-left:69px;
    width:240px;
}
.logo-leftWing{
    float:left;
    padding-top:62px;
    width:102;
}
.logo-rightWing{
    float:right;
    padding-top:62px;
    width:102;
}
.content{
    background:#0a0a0a;
    border-left:1px solid #551a8b;
    border-right:1px solid #551a8b;
    float:left;
    padding:11px 30px 30px 30px;
    text-align:center;
    width:520px;
}
.slogan{
    font-family:verdana;
    font-size:11px;
    margin-bottom:24px;

}
.dingbat{
    float:left;
    margin-bottom:33px;
    text-align:center;
    width:100%;
}
.contentBox-outer{
    background:url(bg-content-top.gif) center top no-repeat;
    float:left;
    margin-bottom:33px;/*compensates the margin-bottom:-50px; in .inner*/
    width:520px;
}
.contentBox-inner{
    background:url(bg-content-bottom.gif) center bottom no-repeat;
    float:left;
    margin-bottom:-12px;/*to adjust upper edge of bottom bg*/
    padding:20px 0 20px 0;/*optional, to position the elements inside, may be whatever*/
    position:relative;/*needed for ie6*/
    width:520px;
}
.schedule{
    float:left;
    width:100%;
}
.label{
    color:#0aa;
    display:block;
    float:left;
    padding-right:22px;
    text-align:right;
    width:150px;
}
.event{
    display:block;
    float:left;
    text-align:left;
    width:300px;
}
.highlight{
    color:#E2C450;
}
.gallery{
    float:left;
    margin-bottom:6px;
    width:100%;
}
.zoomi{
    border-bottom:3px solid #000;
    border-right:2px solid #000;
    height:80px;
}
.zoom2{
    border-bottom:4px solid #000;
    border-right:3px solid #000;
}
.teaser{
    margin-bottom:0;
}
.answer{
    color:#666;
    font-size:12px;
    margin-bottom:0;
}
.contactEmail{
    font-size:12px;
    margin-bottom:6px;
}
.closing{
    color:#f00;
    background:url(bg-red-atlass.jpg);
    float:left;
    line-height:11px;
    font-size:11px;
    height:22px;
    margin-bottom:0;
    padding-top:44px;
    text-align:center;
    width:100%;
}
.closingLink:link,
.closingLink:visited,
.closingLink:hover,
.closingLink:active{
    color:#f00;
    outline:none;
    text-decoration:none;
}
#tooltip{
    background:url(../index/dance-party-bubble.png) center top no-repeat;
    color:#333;
    font-size:17px;
    font-weight:bold;
    height:150px;
    padding-right:5px;
    padding-top:30px;
    opacity:0.85;
    text-align:center;
    width:235px;
}
