@charset "utf-8";
/* CSS Document */


div#events{
background:url(../images/dbizfrontin_03.png) no-repeat;
width:208px;
height:466px;
float:left;
padding:0 0 0 0;
clear:left;
cursor:pointer;
}

div#eventCont{
margin:0 7px 0 12px;

background:url(../images/trans1.png);
}
div#events h1, div#clubs h1, div#detached h1, div#distract h1{
height:60px;
}
div#events h1 a, div#clubs h1 a, div#detached h1 a, div#distract h1 a{
height:60px;
display:block;
width:200px;
}
div#events h1 a span, div#clubs h1 a span, div#detached h1 a span, div#distract h1 a span{
display:none;
}
div#clubs{
background:url(../images/dbizfrontin_04.png) no-repeat;
width:208px;
height:466px;
float:left;
padding:0px 0 0 0;
cursor:pointer;
}
div#clubsCont{
margin:0 7px 0 12px;

background:url(../images/trans1.png);
}
div#detached{
background:url(../images/dbizfrontin_05.png) no-repeat;
width:208px;
height:466px;
float:left;
padding:0px 0 0 0;
cursor:pointer;
}
div#detachedCont{
margin:0 7px 0 12px;

background:url(../images/trans1.png);
}
div#distract{
background:url(../images/dbizfrontin_06.png) no-repeat;
width:210px;
height:466px;
float:left;
padding:0px 0 0 0;
cursor:pointer;
}
div#distractCont{
margin:0 7px 0 12px;

background:url(../images/trans1.png);
}
div#events:hover, div#clubs:hover, div#detached:hover, div#distract:hover{
background-position:0 -466px;
}
.h1title{
text-align:center;
display:none;
}

