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