@charset "utf-8";
/* CSS Document */

.otherContent img{
margin-right:20px;
}
.othersTop{
width:840px;
height:20px;
background-image:url(../images/othersTop.png);
float:left;
margin-top:20px;
}
.otherContent{
width:800px;
background-image:url(../images/othersMid.png);
background-repeat:repeat-y;
float:left;
padding:0px 25px 0px 15px;
}
.othersBottom{
width:840px;
height:20px;
background-image:url(../images/othersBottom.png);
float:left;
}
