﻿body
	{
	color: #B4B4B4;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 11px;
	background: #FFFFFF url(img/bg.png) top left repeat;
	line-height: 16px;
	text-align: justify;
	cursor: crosshair;
	}

.cast-1
	{
	position:absolute; 
	top: 0px;
	right: 133px;
	z-index: 3;
	}
	
.cast-2
	{
	position:absolute; 
	right: 391px;
	top: 230px;
	z-index: 3;
	}
	
.cast-3
	{
	position:absolute; 
	top: 228px;
	right: 0px;
	z-index: 3;
	}
	
.navigation
	{
	position:absolute;
	padding: 0px; 
	top: 450px;
	right: 710px;
	z-index: 4;
	}

#nav 
	{
	width: 200px; 
	float: left; 
	z-index: 4;
	}

#nav a 
	{
	display: block; 
	font: 35px Arial;
	text-transform: lowercase; 
	text-align: right;
	color: #86D530;
	letter-spacing: -4px;
	margin-bottom: -5px;
	text-decoration: none;
	}
	
#nav a:hover 
	{
	color: #DD8525;
	background: transparent;
	}
	
#main
	{
	position: absolute;
	color: #7E7E7E;
	top: 355px;
	right: 110px;
	z-index: 4;
	}

#content
      {
	padding: 10px;
	width: 570px;
	}
	
#stats
	{
	background: #EDEDED;
	color: #000000;
	border-bottom: 3px solid #E5E5E5;
	border-left: 3px solid #E5E5E5;	
    text-align: justify;
    width: 400px;
	padding: 10px;
	font: 11px Arial;
	}
	
#footer 
      {
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	background: #E8E8E8;
	margin-bottom: 10px;
	font: 11px Arial;
	color: #000000;
	}
		
#footer  a:hover
      {
	background: transparent;
	}
	
h1, .head
	{
	color: #AE74BB;
    font: 37px Garamond;
	font-style: italic;
	text-align: right; 
	}
	
li {
	list-style-type: circle;
	color: #ED9F23;
	font: 12px Georgia;
	margin-left: 20px;
	}
	
li:hover {
	list-style-type: square;
	}

b, strong 
      {   
    color: #47C3DD;
	}

i 
    {
 	color: #E0D22F;
	font-family: Georgia;
	}

a 
	{
	color: #D73838; 
	text-decoration: none;
	padding: 1px;
	}

a:hover
	{
	color: #47C3DD;
	background: #F0F0F0;
	}

input, textarea, select 
	{
	background: #FFFFFF;
	color: #000000;
	padding: 2px;
	font: 11px Arial;
	border: 1px solid #F2E54F;
	text-align: justify;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 3px double #43ABDB;
	background: #FFFFFF;
	padding: 8px;
	}
	
.codesort img:hover
       {
	border: 3px double #94C941;
	}
	
