/* CSS Document */


.box{

 width: 180px;

 background: url("../img/lt.gif") left top no-repeat;

    border-bottom: 1px solid #ffffff; /* and ie hack */

	margin-bottom: 10px;

}



.box div{

 background:url("../img/rt.gif") right top no-repeat;

}



.box div div{

 background:url("../img/rb.gif") right bottom no-repeat;

}





.box div div div{

 background:url("../img/lb.gif") left bottom no-repeat;

 padding: 10px;



}



.box h2{

 font-size: 100%;

}



.box img{

 display: block;

 margin: 10px 0 0 0;

 }





.box ul{

 list-style:none;

 padding-left: 0;

 margin-left: 0;

}



.box ul li{

 margin-bottom: 10px;

}



.box a:link{

 color: #666666;

 size: 11px;

}



.box a:visited{

 color: #666666;

}



.box a:hover{

 color: #666666;

}



.box a:active{

 color: #666666;

}
