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

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

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

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

.zv-4
	{
	top: 207px;
	left: 376px;
	position: absolute;
	z-index: 1;
	}

.zv-5
	{
	top: 207px;
	left: 769px;
	position: absolute;
	z-index: 1;
	}

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

#main
	{
	position: absolute;
	color: #707070;
	top: 400px;
	left: 160px;
	z-index: 2;
	}

#content
      {
	padding: 2px 10px 10px 10px;
	width: 600px;
	z-index: 2;
	}
	
#stats
	{
	background: url(img/stats.png) no-repeat bottom left;
	color: #525252;
    text-align: justify;
    width: 390px;
	height: 140px;
	font: 11px Arial;
	padding: 10px 0px 0px 0px;
	margin-top: -10px;
	}
	
#footer 
      {
	background: url(img/bottom.png) no-repeat bottom left;
	margin: 0px auto;
	text-align: center;
    width: 393px;
	height: 120px;
	padding-top: 85px;
	color: #FFFFFF;
	font: 9px Georgia, Times;
	}

#footer  a
      {
	border: 0px;
	}

#footer  a:hover
      {
	color: #a8f4d7;
	text-decoration: line-through;
	}

h1, .head
	{
	background:  url(img/title.png) no-repeat bottom left;
	color: #FFFFFF;
	font-family: Arial, Sans-serif; 
	font-size: 12px;
	font-weight: normal; 
	letter-spacing: 6px;
	text-align: center; 
	text-transform: uppercase;
	}

.letter
	{
	color: #a8f4d7; 
	font-family: garamond, georgia, times, serif; 
	font-size: 34px;
	font-weight: normal; 
	font-style: italic;
	letter-spacing: 6px;
	padding: 0px; 
	text-transform: lowercase;
	}

h2 {
	color: #1818b9;
	font: 14px Georgia;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px dotted #515151;
	}
	
li {
	list-style: url(img/bullet.png);
	color: #e5b729;
	font: 12px Georgia; 
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 0px 0px;
	font-style: italic;
	}

b, strong 
      {   
    color: #c2c2c2;
	}

i , em
    {
 	color: #a8f4d7;
	font-family: Georgia;
	}

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

a 
	{
	color: #c7174c; 
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	}

a:hover
	{
	color: #a8f4d7; 
	border-bottom: 1px dotted #c7174c;
	}

input, textarea, select 
	{
	background: transparent;
	color: #ffffff;
	padding: 2px;
	letter-spacing: 1px;
	font: 11px Trebuchet MS;
	font-style: italic;
	border: 3px double #75c7a9;
	text-align: justify;
	}

input:focus, textarea:focus, select :focus
	{
	background: #FFFFFF;
	color: #232323;
	padding: 2px;
	letter-spacing: 1px;
	font: 11px Trebuchet MS;
	font-style: italic;
	border: 3px double #c82e53;
	text-align: justify;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 3px solid #9bd0fc;
	background: transparent;
	padding: 3px;
	}
	
.codesort img:hover
       {
	border: 3px solid #2727dd;
	}

.border 
       {
	border: 3px solid #C58EAF;
	background: #FFFFFF;
	padding: 3px;
	}
	
.border:hover
       {
	border: 3px solid #2727dd;
	}

.quote
	{
	border: 1px dashed #3B1894;
	color: #000000;
    width: 475px;
	font: 9px Trebuchet MS;
	text-transform: uppercase;
    text-align: center;
	padding: 3px;
	}

.quote:hover
	{
	border: 1px dashed #DB0C61;
	}

