@charset "utf-8";
/* CSS Document */

.homebox{
width: 221px;
min-height: 300px;
margin-right: 20px;
float: left;
}

.homebox img{
width: 200px;
}

.homeboxtop{
width: 221px;
height: 10px;
background:url(../images/homebox_top.jpg) no-repeat top left;
}

.homeboxmiddle{
width: 201px;
min-height: 300px;
padding: 0px 10px 0px 10px;
background:url(../images/homebox_mid.jpg) repeat-y;
}

.homeboxbottom{
width: 221px;
height: 29px;
background:url(../images/homebox_bottom.jpg) no-repeat bottom left;
}

.homeboxmiddle img{
margin-bottom:10px;
}


.darkbox{
width: 221px;
min-height: 100px;
float: left;
color:#FFFFFF;
background-color: #FFFFFF;
}

.darkboxbottom{
width: 221px;
height: 27px;
background-color: #FFFFFF;
background:url(../images/darkbox_bottom.jpg) no-repeat bottom left;
}


.rightcontent .darkbox ul{
font-size: .8em;
margin: 5px 5px 5px 20px;
list-style-image: url(../images/bullet.gif);
}

.speakerbox{
width: 700px;
min-height:200px;
margin-top: 20px;
float:left;
}

.speakerboxTop{
width: 700px;
height: 12px;
background:url(../images/speakerbox_top.gif) no-repeat top left;
}

.speakerboxMiddle{
width: 680px;
min-height: 220px;
padding: 0px 10px 0px 10px;
background:url(../images/speakerbox_middle.gif) repeat-y;
}

.speakerboxBottom{
width: 700px;
height: 31px;
background:url(../images/speakerbox_bottom.gif) no-repeat bottom left;
}

.speakers{
width: 100px;
min-height: 190px;
font-size: .8em;
padding: 12px;
float:left;
}

.speakers img{
width: 100px;
height: 100px;
}

.speakers2{
width: 100px;
font-size: .8em;
padding: 5px 10px 10px 0px;
float:left;
}

.speakers2 img{
width: 100px;
height: 100px;
}

