body
	{
	color: #F6F6F6;
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	background: #F9E6DF url(img/bg.png) top left repeat-x;
	line-height: 16px;
	text-align: justify;
	cursor: move;
	}

.pink
	{
	position:absolute; 
	top: 25px;
	left: 350px;
	z-index: 3;
	}
	
.navigation
	{
	position:absolute;
	padding: 0px; 
	top: 115px;
	left: 740px;
	z-index: 4;
	background: #F9E6DF;
	}

#nav 
	{
	width: 150px; 
	float: left; 
	z-index: 4;
	background: #F9E6DF;
	}

#nav b
       {
	color: #FFFFFF;
	}
	
#nav a 
	{
	display: block; 
	font: 12px Arial, Sans Serif;
	text-transform: uppercase; 
	text-align: right;
	border-right: 15px solid #F7D8CC;
	color: #DF6789;
	padding: 1px 3px 1px 0px;
	margin-bottom: 1px;
	}
	
#nav a:hover 
	{
	color: #000000;
	border-right: 15px solid #F7C9B9;
	text-decoration: none;
	background: #F8E0D7;
	}
	
#nav a#current 
	{
	background: #CF3B77; 
	color: #FFFFFF;
	}

#main
	{
	position: absolute;
	color: #505050;
	top: 345px;
	left: 430px;
	z-index: 4;
	}

#content
      {
	background: transparent;
	width: 570px;
	}
	
#stats
	{
	background: url(img/stats.png) top left no-repeat;
	color: #000000;
    text-align: justify;
    width: 375px;
	height: 79px;
	padding: 15px 0px 0px 55px;
	font: 10px Trebuchet MS;
	}
	
#footer 
      {
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	background: #FFFFFF url(img/footer.png) repeat-x;
	margin-bottom: 10px;
	font: 11px Arial;
	}
	
h1, .head
	{
	color: #A9A9A9;
	background: url(img/title-bg.png) bottom left no-repeat;
    font: 25px Georgia;
    font-style: italic;
	letter-spacing: 2px;
	text-align: left; 
	text-transform: lowercase;
	padding: 15px 0px 20px 70px;
	margin-bottom: -1px;
	}
	
li {
	list-style-type: circle;
	color: #DC5666;
	font: 12px Georgia;
	margin-left: 20px;
	}
	
li:hover {
	list-style-type: square;
	}

b, strong 
      {   
    color: #F99999;
	}

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

a 
	{
	color: #DC5666; 
	text-decoration: none;
	}

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

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 #BDBDBD;
	}
	
.codesort img:hover
       {
	border: 3px solid #E0949D;
	}
	
