@charset "utf-8";
/* CSS Document */
html { height: 100%; }
body { margin: 0; background-color: #111; height: 100%; }
#header { 
	height: 25px; 
	background-color: #2f2f2f; 
	background-image: url(img/logosmall.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 9px 0 0 128px;
	color: #DDD;
	font: 14px LucidaSans, "Trebuchet MS", Arial, sans-serif;
}
#fullheight { height: 95%; }
.smalltitle { font: 11px LucidaSans, "Trebuchet MS", Arial, sans-serif; color: #888; }
.smalltitle2 { font: 11px LucidaSans, "Trebuchet MS", Arial, sans-serif; color: #BBB; }
img { border: none; }
a, a:active { text-decoration: none; outline: none; color: #17bbff; }
a:hover { color: #09F; }
#description { padding: 6px 0 6px 128px; font: 11px LucidaSans, "Trebuchet MS", Arial, sans-serif; color: #888; background: #181818; margin: 0 0 10px 0; }
.togoback { font: 10px LucidaSans, "Trebuchet MS", Arial, sans-serif; color: #888; padding: 10px 0 0 0; }