body
	{
	color: #F6F6F6;
	font-family: Lucida Sans Unicode, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	background: #000000 url(img/bg.png) top left repeat-y;
	line-height: 16px;
	text-align: justify;
	cursor: default;
	}

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

.note-2
	{
	top: 0px;
	left: 189px;
	position: absolute;
	}

.note-3
	{
	top: 0px;
	left: 300px;
	position: absolute;
	}

.note-4
	{
	top: 0px;
	left: 431px;
	position: absolute;
	}

.note-5
	{
	top: 0px;
	left: 649px;
	position: absolute;
	}

#nav
	{
	border: 0px;
	top: 60px;
	left: 530px;
	position: absolute;
	}

#main
	{
	position: absolute;
	color: #F6F6F6;
	top: 240px;
	left: 60px;
	width: 630px;
	}

#content
      {
	background: transparent;
	width: 635px;
	padding: 0px 10px 10px 10px;
	}
	
#stats
	{
	background: url(img/stats-bg.png) no-repeat top left;
	border: 1px dashed #FFFFFF;
	color: #000000;
    text-align: justify;
    width: 310px;
	height: 80px;
	padding: 10px 5px 5px 5px;
	font: 9px Georgia;
	}
	
#footer 
      {
	margin: 0px auto;
	text-align: right;
	padding: 10px;
	font-size: 9px;
	border-top: 1px dotted #29564E;
	margin-left: 15px;
	}

h1, .head
	{
	background:  url(img/bullet.png) no-repeat top left;
	color: #979797;
	font-family: garamond, georgia, times, serif; 
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 6px;
	text-align: left; 
	text-transform: lowercase;
	padding: 5px 0px 8px 36px;
	}
	
h2 {
	color: #A94357;
	font: 14px georgia;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #515151;
	}
	
li {
	list-style-type: square;
	color: #29564E;
	}

b, strong 
      {   
    color: #E10F62;
	}

i 
    {
 	color: #232376;
	font-family: Georgia;
	font-style: italic;
	}

a 
	{
	color: #5D1E4E; 
	text-decoration: none;
	}

a:hover
	{
	color: #000000;
	background: #000000;
	}

input, textarea, select 
	{
	background: #303030;
	color: #FFFFFF;
	padding: 2px;
	font: 10px Georgia;
	font-style: italic;
	border-bottom: 1px dotted #FFFFFF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: justify;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 5px solid #FFFFFF;
	}
	
.codesort img:hover
       {
	border: 5px solid #E10F62;
	}
	
