/* CSS Document */

#outsidebox {
 position: relative;
 background-color: #66CCFF;
 border: solid 1px #000000;
 width: 95%;
}

#leftside {
 position: relative;
 top: 0;
 left: 0;
 padding-right: 230px;
 font-family: arial;
 font-size: 18pt;
 font-weight: bold;
 
}

#rightside {

 position: absolute;
 top: 0;
 right: 0;
 width: 228px;
 height: 3000px;

}

#hardlinks {
 padding: 5px;
 position: relative;
 width: 95%;

}

img.thumb {
 width: 90px;
 height: 120px;
 border: 0;
 border: solid 1px #000000;
 
}

BODY {
 
 background: white;
 font-family: arial;
 margin: 0;
}