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

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

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

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

.top-4
	{
	position:absolute; 
	top: 0px;
	left: 499px;
	z-index: 3;
	}

.top-5
	{
	position:absolute;
	top: 0px;
	left: 677px;
	z-index: 3;
	}

.top-6
	{
	position:absolute; 
	top: 0px;
	left: 830px;
	z-index: 1;
	}
	
.navigation
	{
	position:absolute;
	padding: 0px; 
	top: 365px;
	left: 40px;
	}
	
#style
	{
	padding: 8px 0px 0px 0px;
	font: 11px Arial;
	list-style-type: none;
	margin: -15px 0px 0px 5px;
	}

ul#style li
	{
	display: block;
	text-align: right;
	color: #7DC9EB;
	}

ul#style li a 
	{
	font: 13px Georgia;
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	cursor: crosshair;
	}

ul#style li a:hover
	{
	text-decoration: none;
	}

#main
	{
	position: absolute;
	color: #3A3A3A;
	top: 342px;
	left: 230px;
	}

#content
      {
	background: transparent;
	width: 570px;
	}
	
#stats
	{
	background: #FFFFFF;
	color: #000000;
    text-align: justify;
    width: 400px;
	padding: 5px;
	font: 11px Trebuchet MS;
	font-style: italic;
	}
	
#footer 
      {
	margin: 0px auto;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #7DC9EB;
	background: #E1F6FF;
	}

h1, .head
	{
	color: #F12C0B;
    font: 20px times new roman;
    font-style: italic;
	letter-spacing: 2px;
	text-align: left; 
	text-transform: lowercase;
	padding-left: 40px;
	}
	
li {
	list-style-type: circle;
	color: #ED3A7C;
	}
	
li:hover {
	list-style-type: square;
	}

b, strong 
      {   
    color: #05CC90;
	}

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

a 
	{
	font: 12px Georgia;
	color: #F12C0B; 
	font-style: italic;
	text-decoration: none;
	cursor: crosshair;
	}

a:hover
	{
	color: #05CC90;
	}

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

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 5px solid #FC5193;
	}
	
.codesort img:hover
       {
	border: 5px solid #ADD7EA;
	}
	
