body
	{
	color: #F6F6F6;
	font-family: Trebuchet MS, Verdana;
	font-size: 8px;
	background: #FFFDCB url(img/bg.png) top left repeat-y;
	line-height: 16px;
	text-align: justify;
	text-transform: uppercase;
	cursor: default;
	}

.sun-1
	{
	top: 0px;
	left: 0px;
	position: absolute;
	}

.sun-2
	{
	top: 110px;
	left: 0px;
	position: absolute;
	}

.sun-3
	{
	top: 210px;
	left: 0px;
	position: absolute;
	}

.sun-4
	{
	top: 358px;
	left: 0px;
	position: absolute;
	}

.sun-5
	{
	top: 0px;
	left: 470px;
	position: absolute;
	}

.sun-6
	{
	top: 0px;
	left: 637px;
	position: absolute;
	}

#books
	{
	top: 30px;
	left: 248px;
	position: absolute;
	}

#nav
	{
	border: 0px;
	top: 240px;
	left: 420px;
	position: absolute;
	}

#main
	{
	position: absolute;
	color: #D1AE23;
	top: 350px;
	left: 70px;
	}

#content
      {
	background: transparent;
	width: 335px;
	padding: 0px 10px 10px 10px;
	}
	
#stats
	{
	background: #FFF9B2;
	color: #000000;
    width: 315px;
	padding: 3px 0px 3px 0px;
	font: 9px Georgia;
	text-transform: none;
	}
	
#footer 
      {
	margin: 0px auto;
	text-align: right;
	padding: 5px;
	font-size: 9px;
	border-top: 3px dotted #FFFFFF;
	width: 345px;
	text-transform: none;
	}

h1, .head
	{
	background: transparent;
	color: #EF9200;
	font-family: times, georgia, serif; 
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 6px;
	text-align: left; 
	text-transform: lowercase;
	padding-left: 15px;
	border-left: 8px solid #FFFBB4;
	line-height: 30px;
	}
	
h2 {
	color: #D8AD64;
	font: 11px georgia;
	text-align: right;
	text-transform: none;
	font-style: italic;
	}
	
li {
	list-style-type: circle;
	color: #E78299;
	font: 10px Georgia;
	text-transform: none;
	margin-left: 10px;
	}

b, strong 
      {   
    color: #B0BD00;
	}

i 
    {
 	color: #EF9200;
	}

a 
	{
	color: #EF6464; 
	text-decoration: none;
	cursor: default;
	}

a:hover
	{
	color: #B0BD00;
	border-bottom: 3px solid #FFFBB4;
	}

input, textarea, select 
	{
	background: #FFF69D;
	color: #000000;
	padding: 2px;
	font: 11px Trebuchet MS;
	font-style: italic;
	border-bottom: 1px dashed #FFFFFF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: justify;
	text-transform: none;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 5px solid #FBBB94;
	}
	
.codesort img:hover
       {
	border: 5px solid #FFFEC1;
	}
	
