﻿body
	{
	color: #252525;
	font-family: Arial;
	font-size: 11px;
	background: #FFFFFF url(img/bg.png) top left repeat-y;
	line-height: 16px;
	text-align: justify;
	cursor: help;
	}

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

.royal-2
	{
	top: 181px;
	left: 396px;
	position: absolute;
	z-index: 1;
	}

.royal-3
	{
	top: 389px;
	left: 396px;
	position: absolute;
	z-index: 1;
	}

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

#main
	{
	position: absolute;
	color: #252525;
	top: 565px;
	left: 398px;
	z-index: 2;
	}

#content
      {
	padding: 2px 15px 15px 15px;
	width: 624px;
	z-index: 2;
	}
	
#stats
	{
    text-align: justify;
    width: 260px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: -15px;
	font: 10px Trebuchet MS;
	background: url(img/stats.png) top left no-repeat;
	height: 120px;
	}
	
#footer 
      {
	margin: 0px auto;
	text-align: center;
	padding: 8px 0px 12px 0px;
	border-top: 2px solid #99E5E9;
	background: #E9E9E9;
	}
	
h1, .head
	{
	color: #FFFFFF;
	font-family: Georgia, Arial, Times, Trebuchet MS, Serif; 
	font-size: 16px;
	letter-spacing: 6px;
	text-align: center; 
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	padding: 2px;
	background: url(img/h-bg.png) top left repeat;
	}

h2 {
	color: #565656;
	font: 14px Georgia;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px dotted #515151;
	}
	
li {
	list-style: circle;
	color: #0FB3C1;
	margin: 0px 0px 0px 30px;
	padding: 3px;
	text-transform: uppercase;
	font-size: 10px;
	}
	
li  a
       {
	font-style: normal;
	}

b, strong 
      {   
    color: #99E5E9;
	}

i , em
    {
 	color: #B6B6B6;
	}

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

a 
	{
	color: #0FB3C1; 
	text-decoration: none;
	}

a:hover
	{
	color: #565656; 
	border-bottom: 2px solid #0FB3C1;
	}

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

input:focus, textarea:focus, select :focus
	{
	background: url(img/h-bg.png) top left repeat;
	color: #232323;
	padding: 2px;
	letter-spacing: 1px;
	font: 11px Trebuchet MS;
	font-style: italic;
	border: 0px;
	text-align: justify;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 3px solid #E2E2E2;
	background: #FFFFFF;
	padding: 3px;
	}
	
.codesort img:hover
       {
	border: 3px solid #0FB2C1;
	}
