* {
 margin:0;
 padding:0;
}
body{
 font-family:Helvetica;
 background:#000;
}
.container{
 margin-top:10px;
 background:#f0f0f0 url('/dance/images/background.gif') repeat-y center top;
 font-size:14px;
}
.img-border{ border:2px solid #646464;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
ul{margin:5px 0px 5px 20px; }
h1{font-size:21px;color:#0035cf;}
h2{font-size:21px;color:#eb7738;}
h3{font-size:18px;color:#337eee;}
.point-link{padding:10px; text-decoration:none;font-size:18px;color:#337eee;}
p{margin:5px 0 10px 0;font-size:14px;}
.header{
 background:#f0f0f0 url('/dance/images/header.gif') no-repeat center top;
 width:960px;
 height:152px;
 margin:0 auto;
}
.slideshow{
 background:#000;
 width:960px;
 height:140px;
 margin:0 auto;
 color:#fff;
 overflow:hidden; 
 white-space:nowrap;
}
.slideshow div{
 margin:0 60px 0px 60px;
}
.slideshow img{
 padding:0 5px;
}
.menu{
 border:1px solid #395db8;
 width:960px;
 height:40px;
 margin:0 auto;
 background:#071a4b url('/dance/images/menu.gif') repeat-x center top;
}
.menu a{
 color:#fff;
 font-weight:bold;
 padding:12px 9px;
 font-size:12px;
 display:block;
 text-decoration:none;
}
.menu a.left{
 border-right:1px solid #395db8;
}
.menu a.right{
 border-left:1px solid #395db8;
}
.menu a:hover{
 color:#ff7000;
}
.menu .selected{
 background:#071a4b url('/dance/images/menu-selected.gif') repeat-x center top;
}
.content{ 
 width:940px;
 margin:0 auto;
 background:#0045fb;
 padding:20px 10px;
}
.content .box{
 background:#fff;
 padding:20px;
 position:relative;
 margin-bottom:10px;
}
.content .left .box{
 width:600px;
}
.content .right .box{
 width:240px;
 padding:10px;
}
.news-item {
 margin:10px;
 font-size:12px;
 font-weight:bold;
}
.news-item a{
 color:#000;
}
.news-item span{
 color:#373737;
}
.left-image{
 float:left;
 margin:0 20px 0 10px;
 border:2px solid #646464;
}
.gallery-table td{
 text-align:center;
}
.gallery-table img{
 margin:20px 10px 5px 10px;
 border:2px solid #646464;
}
 