@charset "UTF-8";
/* CSS Document */


body{
background:url(bg1.jpg) repeat;
font-family:Arial, Helvetica, sans-serif;

}

.thumbcell{

height:110px;
width:110px; 
}

.thumbimg{
border:1px solid #FBFBFB;
}

.thumbimg:hover{
border-right:1px solid #666666;
border-bottom:1px solid #666666;

}

.cat{

font-weight:bold;
color:#999999;

}

.closerdiv{

border:1px solid #AAAAAA;
border-left:none;
border-right:none;
text-align:center;
font-size:10px;
letter-spacing:2px;

}

.sections{

font-size:15px;
line-height:23px;
color:#AAAAAA;

}

.sections a{

color:#666666;
text-decoration:none;

}

.sections a:hover{

color:#000000;


}

