body
	{
	color: #F6F6F6;
	font-family: Georgia, Helvetica, Times, Serif;
	font-size: 11px;
	background: #FFFFFF url(img/bg.png) top left repeat-x;
	line-height: 16px;
	text-align: justify;
	cursor: crosshair;
	}

.blue-1
	{
	position:absolute; 
	top: 0px;
	left: 0px;
	z-index: 3;
	}

.blue-2
	{
	position:absolute; 
	top: 187px;
	left: 0px;
	z-index: 3;
	}

.blue-3
	{
	position:absolute; 
	top: 364px;
	left: 0px;
	z-index: 3;
	}

.blue-4
	{
	position:absolute; 
	top: 51px;
	left: 421px;
	z-index: 3;
	}
	
.navigation
	{
	position:absolute;
	padding: 0px; 
	top: 495px;
	left: 0px;
	z-index: 4;
	}

#nav 
	{
	width: 180px; 
	float: left; 
	padding: 20px 0 0 0;
	z-index: 4;
	}

#nav a 
	{
	display: block; 
	font: italic bold 15px/15px arial; 
	text-transform: uppercase; 
	padding: 8px;
	text-align: right; 
	background: #CFE0FA; 
	margin: 2px 5px 2px 0px;
	color: #2471E6;
	}
	
#nav a:hover 
	{
	color: #FFFFFF;
	}
	
#nav a#current 
	{
	background: #CF3B77; 
	color: #FFFFFF;
	}

#main
	{
	position: absolute;
	color: #3A3A3A;
	top: 530px;
	left: 200px;
	z-index: 4;
	}

#content
      {
	background: transparent;
	width: 570px;
	}
	
#stats
	{
	background: #FFFFFF;
	color: #000000;
    text-align: justify;
    width: 500px;
	padding: 5px;
	font: 11px Trebuchet MS;
	font-style: italic;
	}
	
#footer 
      {
	margin: 0px auto;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #00CED3;
	}
	
h1, .head
	{
	color: #00CED3;
	background: url(img/border.png) bottom right no-repeat;
    font: 20px times new roman;
    font-style: italic;
	letter-spacing: 2px;
	text-align: right; 
	text-transform: lowercase;
	padding: 0px 23px 18px 0px;
	border-right: 0px solid #5D5D5D;
	}
	
li {
	list-style-type: circle;
	color: #00CED3;
	font-weight: bold;
	}
	
li:hover {
	list-style-type: square;
	}

b, strong 
      {   
    color: #74A5EE;
	}

i 
    {
 	color: #CACACA;
	font-size: 12px;
	}

a 
	{
	font: 13px Times New Roman;
	color: #2471E6; 
	font-style: italic;
	text-decoration: none;
	cursor: normal;
	}

a:hover
	{
	color: #74A5EE;
	}

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

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 3px solid #00CED3;
	}
	
.codesort img:hover
       {
	border: 3px solid #000000;
	}
	
