@charset "UTF-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}

body{
margin: 0;
background-color: #000000;
font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
color:#ffffff;
font-size:12px;
}

a{
text-decoration: none;
color: #FFFFFF;
}

#container{
height: 900px;
width: 900px;
margin: 0 auto 0 auto;
}


#header{
margin: 0 auto 0 auto;
width: 900px;
height: 200px;
background-color:#FFFFFF;
background-image:url(images/header.png);
background-repeat: no-repeat;
}

#music{
width: 300px;
height: 26px;
float: right;
}

#content{
width: 900px;
height: 450px;

}

#left{
float:left;
width: 725px;
height: 450px;
margin: auto 0 auto 0;

}

#events{
width: 725px;
height: 200px;
float:left;
background-color:#000000;
background-image:url(images/eventsbg.png);
background-repeat: no-repeat;
}

#event1{
width: 132px;
padding: 42px 0 0 12px;
height: 145px;
float:left;
}

#event{
width: 132px;
padding: 42px 0 0 10px;
height: 145px;
float:left;

}

#event a, #event1 a {
font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
color:#0095d9;
font-size:12px;
}

#fevent a, #fevent1 a {
font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
color:#FFFFFF;
font-size:12px;
}


#fevent{
width: 132px;
margin-bottom: 4px;
height: 20px;
float:left;
font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
color:#FFFFFF;
font-size:12px;
background-color:#000000;
}

#fevent p{
padding: 3px 0 0 3px;
margin: 0;
}


#plan{
width: 525px;
height: 250px;
background-color:#000000;
background-image:url(images/planbg.png);
background-repeat: no-repeat;
float: left;
}

#plan p {
width: 505px;
margin: 0px 0 0 5px;
float:left;
}

#plan img{
float:left;
padding: 0px 0 0 0px;
}

#plan ul{
width: 50px;
float: left;
margin-left: 20px;
}

#plan li{
float:left;
width: 100px;
height:15px;
list-style-image:url(images/planbullet.png);
}



#photos{
width: 200px;
height: 250px;
background-color:#000000;
background-image:url(images/photosbg.png);
background-repeat: no-repeat;
float:left;
}

#plist1{
width: 179px;
height: 58px;
margin: 35px 0 0 10px;
background-color:#000000;
float:left;
}

#plist{
width: 179px;
height: 58px;
margin: 5px 0 0 10px;
background-color:#000000;
float:left;
}

#plist img, #plist1 img{
float:left;
padding: 3px 0 0 3px;
}

#plist p, #plist1 p{
float:right;
text-align:right;
padding: 25px 3px 0 0 ;
margin: 0;
}

#rightimg{
float: left;
width: 175px;
background-color:#000000;
height: 450px;
padding-top: 10px;
}

#rightimg img{
float: left;
padding: 0 0 10px 17px;

}

#highlight{
width: 900px;
height: 60px;
background-color:#000000;
background-image:url(images/highlightbg.png);
background-repeat: no-repeat;
margin-top: 10px;
float:left;
}

#hblock{
height: 60px;
width: 275px;
padding-top: 15px;
padding-left: 25px;
float:left;
}

#hblock img{
float: left;
}


#hblock p{
float: left;
padding:0;
margin: 5px;
}
#ads{
width: 900px;
height: 100px;
margin-top: 5px;
float:left;
}

#footer{
width: 900px;
height: 100px;
float:left;
color:#FFFFFF;
font-size:10px;
padding-top: 20px;
}

input {
margin-top: 5px;
font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
font-size: 12px;
background-color:#000000; 
color: #666666;; 
border: none;
}

