
/* CSS Document */

html {
    margin: 0 auto;
    padding: 0;
    font-size: 100%; /* IE hack */
  }

body {
    margin: 0 auto;
    padding: 0;
    font-family : CastleT, 'SF New Republic', 'Calisto MT', Georgia, 'Trebuchet MS', 'sans-serif';
    font-size: 62.5%;  /*  10px  */
    scrollbar-base-color: #000000;
    scrollbar-arrow-color: #FF0000;
  }

.caption {
    font-size: 10px;
    font-size: 1em;
  }


.bottomright {
    text-align: right;
    font-family : CastleT, 'SF New Republic', 'Calisto MT', Georgia, 'Trebuchet MS', 'sans-serif';
    font-size:0.8em;
  }

#topright {
    overflow: visible;
    position: absolute;
    z-index: 2;
    height: 100px;
    width: 100%;
    top: 4px;
    left: -4px;
  }
#toprightdiv {
Z-INDEX: 2; 
OVERFLOW: visible; 
POSITION: absolute; 
HEIGHT: 100px
WIDTH: 98%; 
TOP: 2px; 
}

P {
    font-size: 1.6em;
    margin: 0 5em 1em 5em;
    font-family : CastleT, 'SF New Republic', 'Calisto MT', Georgia, 'Trebuchet MS', 'sans-serif';
}

H4 {
    font-size: 2.2em;
    margin: 1em 3em;
}
H5 {
    font-size: 1.8em;
    margin: 0.5em 4em;
}

#text {
    font-family : CastleT, 'SF New Republic', 'Calisto MT', Georgia, 'Trebuchet MS', 'sans-serif';
    font-size:1.4em;
    left : 30px;
    position : absolute;
    top : 30px;
    width : 90%;
    z-index : 5;
  }

.textSmaller {
    font-family : CastleT, 'SF New Republic', 'Calisto MT', Georgia, 'Trebuchet MS', 'sans-serif';
    font-size:1.2em;
  }
#text P{
    font-family : CastleT, 'SF New Republic', 'Calisto MT', Georgia, 'Trebuchet MS', 'sans-serif';
  }

a:link, a:visited {
	text-decoration: none;
	}
a:link {
	color: #4444ee;
	}
a:visited {
	color: #88aa66;
	}
a:hover {
	text-decoration: underline;
	color: #ff0066;
	}
a img {
	border: none;
}
	
/* librarything things */
.LTitem {
padding-left:120px;
}
.LTtitle {

}
