@import url("misc.css");
body {
background-color:#000;
font-family: "Georgia", Times New Roman, Times, serif;
color:#FFF;
margin:20px;
	}

#header h1 {margin:0;width:418px;position:relative;right:17px;}
#header h1 a {
 background-image: url(gfx/logo-small.png);
 background-repeat: no-repeat;
 display: block;
 padding-top: 46px; height: 0 !important;
 height /**/: 46px; overflow: hidden;
}

a:link { color:#CCC;}
a:visited { color:#CCC;}
a:hover { color:#666;}
a:active { color:#CCC;}

a img{border: 1px solid #333;padding:2px;margin:3px}
a:hover img{border: 1px solid #858585;padding:2px;}
a:hover{color: #858585;border: 0px ;} /* Dummy definition to overcome IE bug */

#content {
}

.note {font-size:8pt;color:#CCC}
.left {float:left}
.right{float:right}
