﻿body
	{
	color: #000000;
	font-family: Arial, Tahoma, Trebuchet MS, Serif;
	font-size: 11px;
	background: #E5E5E5 url(img/bg.jpg) top left repeat;
	line-height: 20px;
	text-align: justify;
	cursor: ne-resize;
	}
	
.gaspard-1
	{
	position: absolute; 
	top: 46px;
	left: 238px;
	z-index: 2;
	}

.gaspard-2
	{
	position: absolute; 
	top: 260px;
	left: 241px;
	z-index: 2;
	}

.gaspard-3
	{
	position: absolute; 
	top: 476px;
	left: 312px;
	z-index: 2;
	}

.navigation
	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
	background: #F9D9B7;
	height: 54px;
	z-index: 3;
	}
	
#nav
	{
	margin-top: 7px;
	padding: 5px 0px 5px 0px;
	font: 11px Arial;
	display: block;
	text-align: center;
	color: #7DC9EB;
	z-index: 3;
	width: 100%;
	background: #FFFFFF;
	border-bottom: 2px dotted #FE274A;
	}

#nav a 
	{
	margin-top: 10px;
	font: 25px Garamond;
	color: #000000;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	}

#nav a:hover
	{
	color: #000000;
	text-decoration: none;
	background: url(img/bg.jpg);
	border: 0px;
	}

#nav span.pink a:link, #nav span.pink a:visited
	{
	color: #F70E4F;
	}

#nav span.pink a:hover
	{
	color: #000000;
	}

#nav span.green a:link, #nav span.green a:visited
	{
	color: #05C61F;
	}

#nav span.green a:hover
	{
	color: #000000;
	}

#nav span.yellow a:link, #nav span.yellow a:visited
	{
	color: #E2CF08;
	}

#nav span.yellow a:hover
	{
	color: #000000;
	}

#nav span.gray a:link, #nav span.gray a:visited
	{
	color: #727272;
	}

#nav span.gray a:hover
	{
	color: #000000;
	}

#main
	{
	position:  absolute;
	color: #7E7E7E;
	top: 38px;
	left: 673px;
	}

#content
      {
	background: #FFFFFF;
	padding: 0px 10px 10px 10px;
	width: 398px;
	}
	
#stats 
	{
	border-left: 20px solid #FEE5CB;
	background: #FFF0E0;
	color: #000000;
    text-align: justify;
    width: 350px;
	padding: 2px;
	}
	
#footer 
      {
	clear: both;
	background: transparent;
	width: 370px;
	height: 30px;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
	color: #000000;
	}

h1
	{
	color: #F5CCA1; 
	font-size: 18pt;
	border-left: 3px solid #E8E7E7;
	border-bottom: 3px solid #E8E7E7;
	background: #F3F3F3;
	font-family: Arial, Trebuchet MS, Georgia, Verdana;
	font-weight: bold;
	letter-spacing: -2pt;
	text-transform: uppercase;
	text-align: right;
	margin-right: -10px;
	padding: 5px;
	}
	
li
      {
	list-style-image: circle;
	color: #000000;
	font-family: Arial;
	margin-left: 20px;
	}

b, strong 
      {   
    color: #EED915;
	}

i , em
    {
 	color: #0CD426;
	}

u
    {
	text-decoration: none;
 	border-bottom: 1px dotted #000000;
	}

a 
	{
	color: #F3254F; 
	font-family: Arial Narrow;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
	}

a:hover
	{
	color: #0CD426;
	cursor: nw-resize;
	border-bottom: 3px solid #E3E3E3;
	text-transform: uppercase;
	}

input, textarea, select 
	{
	border-left: 8px solid #FEE5CB;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF0E0;
	color: #000000;
	padding: 2px;
	font: 11px Arial;
	text-align: justify;
	}

img
       {
	border: 0px;
	}
	
.codesort img 
       {
	border: 5px solid #03C61D;
	}
	
.codesort img:hover
       {
	border: 5px solid #FBE92B;
	}
	
#dhtmltooltip
      {
	position: absolute;
	width: 50px;
	border: 1px solid #CDCDCD;
	padding: 5px;
	background: url(img/tooltip.png) repeat top left;
	visibility: hidden;
	z-index: 100;
	font: 7px Franklin Gothic Medium;
	color: #575757;
	text-align: center;
	text-transform: uppercase;
	}
