﻿body
	{
	color: #252525;
	font: 10px Georgia, Times;
	background: #FFFFFF url(img/bg.png) top left repeat-x;
	line-height: 16px;
	text-align: justify;
	cursor: help;
	}

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

.dance-2
	{
	top: 0px;
	left: 343px;
	position: absolute;
	z-index: 1;
	}

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

#nav
	{
	border: 0px;
	top: 275px;
	left: 45px;
	position: absolute;
	z-index: 3;
	}

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

#nav a 
	{
	display: block; 
	font: 13px georgia; 
	text-transform: lowercase; 
	padding: 8px;
	text-align: left; 
	border: 0px;
	background: #f3f3f3; 
	margin: 2px 5px 2px 0px;
	color: #d1d1d1;
	}
	
#nav b
	{
	display: block; 
	font: 15px georgia; 
	text-transform: lowercase; 
	text-align: left; 
	border: 0px;
	margin: 2px 5px 2px 0px;
	color: #bfbfbf;
	}
	
#nav a:hover 
	{
	color: #f4996d;
	}
	
#nav a#current 
	{
	background: #CF3B77; 
	color: #FFFFFF;
	}

#main
	{
	position: absolute;
	color: #3b3b3b;
	top: 280px;
	left: 280px;
	z-index: 2;
	}

#content
      {
	padding: 2px 15px 15px 15px;
	width: 600px;
	z-index: 2;
	}
	
#stats
	{
    text-align: justify;
    width: 300px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: -15px;
	font: 11px Arial;
	background: #000000;
	color: #ffffff;
	}
	
#footer 
      {
	margin: 0px auto;
	text-align: center;
	padding: 8px 0px 12px 0px;
	border-top: 2px solid #CCCCCC;
	}
	
h1, .head
	{
	color: #e5b65a;
	font-family: Garamond; 
	font-size: 21px;
	text-align: left; 
	font-weight: normal;
	font-style: italic;
	background: url(img/border.png) bottom left no-repeat;
	padding: 30px 0px 10px 50px;
	}

li {
	list-style: square;
	color: #4d5572;
	font: 11px Tw Cen MT;
	margin: 0px 0px 0px 30px;
	padding: 3px;
	text-transform: uppercase;
	font-size: 10px;
	}
	
li  a
       {
	font-style: normal;
	}

b, strong 
      {   
    color: #bfbfbf;
	}

i , em
    {
 	color: #453287;
	}

u, underline 
    {
 	border-bottom: 1px dotted #343192;
	text-decoration: none;
	}

a 
	{
	color: #ed345c; 
	text-decoration: none;
	border-bottom: 2px solid #f4d395;
	}

a:hover
	{
	color: #453287; 
	border-bottom: 2px solid #ed345c;
	}

input, textarea, select 
	{
	background: #f3f3f3;
	color: #d1d1d1;
	padding: 2px;
	font: 11px Arial;
	text-align: justify;
	border: 0px;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 3px solid #df5b55;
	background: #FFFFFF;
	padding: 3px;
	}
	
.codesort img:hover
       {
	border: 3px solid #f7c963;
	}
