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

.camilla-1
	{
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
	}

.camilla-2
	{
	top: 263px;
	right: 0px;
	position: absolute;
	z-index: 1;
	}

.camilla-3
	{
	top: 466px;
	right: 0px;
	position: absolute;
	z-index: 1;
	}

.camilla-4
	{
	top: 0px;
	right: 469px;
	position: absolute;
	z-index: 1;
	}

.camilla-5
	{
	top: 456px;
	right: 454px;
	position: absolute;
	z-index: 1;
	}

.camilla-6
	{
	top: 159px;
	right: 469px;
	position: absolute;
	z-index: 1;
	}

#nav
	{
	border: 0px;
	top: 43px;
	right: 661px;
	position: absolute;
	z-index: 3;
	}

#main
	{
	position: absolute;
	color: #000000;
	top: 588px;
	right: 80px;
	z-index: 2;
	}

#content
      {
	padding: 2px 10px 10px 10px;
	width: 650px;
	z-index: 2;
	}
	
#stats
	{
	background: url(img/stats-bg.png) repeat top left;
	color: #FFFFFF;
    text-align: justify;
    width: 340px;
	height: 80px;
	border: 1px solid #8D8D8D;
	font: 10px Trebuchet MS;
	padding: 5px;
	}
	
#footer 
      {
	background: url(img/footer.png) no-repeat bottom left;
	margin: 0px auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #5B5B5B;
	font: 10px Trebuchet MS;
	text-transform: uppercase;
	border-top: 3px solid #FFFFFF;
	}

#footer  a
      {
	font: 10px Trebuchet MS;
	text-transform: uppercase;
	color: #A83029;
	}
	
#footer  a:hover
      {
	color: #A9C23A;
	}
	
h1, .head
	{
	color: #942128;
	font-family: Times New Roman, Georgia, Garamond; 
	font-size: 28px;
	font-style: italic;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: center; 
	padding: 0px 0px 0px 35px; 
	text-transform: lowercase;
	}

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

b, strong 
      {   
    color: #89377A;
	}

i , em
    {
 	color: #FFFFFF;
	}

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

a 
	{
	color: #878EBB; 
	text-decoration: none;
	font: 14px Garamond;
	font-style: italic;
	}

a:hover
	{
	color: #89377A; 
	}

input, textarea, select 
	{
	background: transparent;
	color: #232323;
	padding: 2px;
	letter-spacing: 1px;
	font: 11px Trebuchet MS;
	font-style: italic;
	border: 1px dashed #B85E5F;
	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: 1px dashed #7A184F;
	text-align: justify;
	}

img
       {
	border: 0px;
	}

.codesort img 
       {
	border: 3px solid #AFC54F;
	background: #FFFFFF;
	padding: 3px;
	}
	
.codesort img:hover
       {
	border: 3px solid #868BAC;
	}

.border 
       {
	border: 1px dotted #7A184F;
	background: #FFFFFF;
	padding: 3px;
	}
	
.border:hover
       {
	border: 1px dotted #881628;
	}
