body
	{
	color: #000000;
	font-family: Trebuchet MS, Arial, Sans Serif, Verdana;
	font-size: 10px;
	background: #FFFFFF url(img/bg.jpg) top left repeat;
	line-height: 16px;
	text-align: justify;
	cursor: crosshair;
	}

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

.drawing-2
	{
	top: 151px;
	left: 68px;
	position: absolute;
	}

.drawing-3
	{
	top: 286px;
	left: 164px;
	position: absolute;
	}

.drawing-4
	{
	top: 437px;
	left: 130px;
	position: absolute;
	}

#nav
	{
	border: 0px;
	top: 450px;
	left: 980px;
	position: absolute;
	}

#main
	{
	position: absolute;
	color: #3D3D3D;
	top: 590px;
	left: 199px;
	}

#content
      {
	background: #FFFFFF;
	padding: 2px 10px 10px 10px;
	width: 732px;
	}
	
#stats
	{
	background: url(img/stats.png) no-repeat bottom left;
	color: #000000;
    text-align: justify;
    width: 383px;
	height: 144px;
	font: 10px Trebuchet MS;
	padding: 0px 0px 0px 45px;
	}
	
#footer 
      {
	background: url(img/footer.png) no-repeat bottom left;
	margin: 0px auto;
	text-align: left;
	padding: 15px 0px 10px 80px;
	margin: 15px 0px 10px 220px;
	}

h1, .head
	{
	background:  url(h1-bg.png) no-repeat bottom left;
	color: #000000;
	font-family: arial, sans-serif; 
	font-size: 12px;
	font-weight: normal; 
	font-style: normal;
	letter-spacing: 6px;
	text-align: left; 
	padding: 0px 20px 3px 30px; 
	text-transform: uppercase;
	}

.letter
	{
	color: #D5207F; 
	font-family: garamond, georgia, times, serif; 
	font-size: 34px;
	font-weight: normal; 
	font-style: italic;
	letter-spacing: 6px;
	padding: 0px; 
	text-transform: lowercase;
	}

h2 {
	color: #A94357;
	font: 14px georgia;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #515151;
	}
	
li {
	list-style: url(img/bullet.png) circle;
	color: #DD95C5;
	font: 12px Georgia; 
	margin: 0px 0px 0px 30px;
	font-style: italic;
	}

b, strong 
      {   
    color: #F698AA;
	}

i 
    {
 	color: #EA9678;
	}

a 
	{
	color: #CD0652; 
	text-decoration: none;
	border-bottom: 1px dotted #DD95C5;
	}

a:hover
	{
	color: #DD95C5; 
	border-bottom: 1px dotted #000000;
	}

input, textarea, select 
	{
	background: #FFF0E3;
	color: #B99BAF;
	padding: 2px;
	letter-spacing: 1px;
	font: 10px Trebuchet MS;
	font-style: italic;
	border-bottom: 3px solid #F6AFA8;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: justify;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 5px solid #FDDBE2;
	}
	
.codesort img:hover
       {
	border: 5px solid #EFCFF7;
	}
	
