body        
	{
	background: #F6EBD2 url(img/bg.png) top left repeat-y;
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #4E5248;
	line-height: 19pt; 
	}

.header
	{
	position:absolute;
	padding: 0px; 
	top: 0px;
	right: 0px;
	}
	
.main
	{
	background: #F6EBD2;
	position:absolute; 
	padding: 5px; 
	top: 403px; 
	right: 5px; 
	width: 455px;
	}

#navigation 
	{
	position: static;
	float: right;
	width: 170px;
	height: 300px;
	text-align: justify;
	padding-top: 410px;
	padding-right: 640px;	
	}

.nav a:link, .nav a:visited
	 {
	font: 33px garamond, sans-serif;
	font-style: italic;
	text-transform: lowercase;
	color: #591D04;
	display: block;
	padding-top: 3px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	text-align: center;
	border: 0;
	background-color: #FFFFFF;
	}

.nav a:hover, .nav a:active
      {
	color: #FFFFFF;
	background: #000000 url(img/nav.png);
	display: block;
	text-decoration: none;
	cursor: crosshair;
	}

h1
	{
	background: transparent;
	color: #000000;
	font-family: Courier New;
	font-weight: none;
	font-size: 8pt;
	letter-spacing: 15px;
	text-align: left; 
	text-transform: uppercase;
	}
	
.letter {
	font-size: 38px; 
	font-family: Garamond;
	color:#5F2F1E;
	letter-spacing: 3px;
	padding-right: 10px;
	font-style: italic;
	text-transform: lowercase;}

li
	{
	list-style: round;
	margin-left: 5px;
	}
	
.stats 
	{
	background: url(img/stats.png);
	color: #FFFFFF;
	font-size: 10px;
	font-family: Georgia, Times, Serif;
	line-height: 13pt;
    text-align: justify;
    width: 287px;
    height: 140px;
	padding-top: 5px;
	}
	
#footer
	{
	background: #FFFFFF;
	color: #B42E3E;
    font-size: 9px;
	font-family: Georgia; 
    line-height: 12px;
	font-style: italic;
    padding: 5px;
	border-top: 1px dashed #C8C8C8;}

strong, b 
      {
    text-decoration: none;
	font-weight: bold;
	color: #BC3648;
	}

i 
      {
 	color: #EAA98F;
   	}

input, button, select, option, textarea
	{
	background: #F6EBD2;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 3px solid #4E1412;
	border-left: 0px solid #361211;
	color: #000000;
	font-family: Trebuchet MS; 
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding: 0px; 
	}

a:link, a:visited, a:active       
	{
	color: #171717;
	text-decoration: none;
	}

a:hover       
	{
	border-bottom: 3px solid #EFBDA9;
	cursor: crosshair;
	}

img	
	{
	border: 0px;
	}
	
	img.border
	{
	border: 8px solid #8E4484;
	margin: 3px; 
	}
	
	img:hover.border
	{
	border: 8px solid #9697C2;
	}
