﻿/* CSS layout */
html        {background-color: black;  margin: 0px; font-family: times, "Times New Roman", Times, serif; font-size: 14px; color:  #EFEFD6;}
body        {background-color: black;  margin: 0px; font-family: times, "Times New Roman", Times, serif; font-size: 14px; color:  #EFEFD6;}

table               {border-collapse:collapse; }
td                   {vertical-align: top;}
td h3               {margin-top: 0px;}

#main             {
	top: 0; 
	width: 800px; 
	margin:0px auto; 
	background: #280F1E url('../images/icon-lion.gif') no-repeat 260px 240px;
	}
#header          {
	position: absolute; top: 0; height: 201px; width: 800px;  
	margin-left: auto; margin-right: auto; 
	background: #1C1118 url('../images/swoosh.jpg') no-repeat 0 0; 
	}
#logo              {
	position: absolute; 
	z-index: 10; 
	top: 20px; left: 50px;
	}

#navtop          {
	position: absolute; left: 525px; top: 19px; 
	color : #280F1E; z-index: 10; 
	border-top: 6px solid #422919; 
	padding: 10px 1px 0px 1px; 
	}
#navtop p       {font-size: 110%; 
                       text-decoration: none;  
                       font-variant: small-caps;}
#navtop a                     {color: #52423A }
#navtop a:link               {color: #52423A }
#navtop a:hover            {color: #A79B7B;}
#navtop a:visited           {color: #52423A }
#navtop a:active            {color: brown }
#navtop a:visited:hover  {color: #A79B7B;}

#contenticon    {
	position: absolute;
	top : 260px; left: 300px; 
	z-index: 5; }
#content          {
	position: relative; 
	top:240px;
	left: 50px;
	padding: 0 0 0 80px; 
	width: 640px; 
	z-index: 10; 
	background: transparent url('../images/ivy.gif') no-repeat top left;}

#footer           {
	width: 880px; padding-left: 3em; 
	margin-right: auto; margin-left: auto; }
#footer p        {
	font-size: 80%; letter-spacing: .1em; 
	font-family: Tahoma; font-weight: 500; 
	word-spacing: .1em; 
	line-height: 2em;  
	text-align: center;}

img                 {
	border: 0px none;}
.img-left          {
	float: left; margin-right: 1em; margin-bottom: 6px; margin-top: 0px; }
.img-right        {
	float: right; margin-left: 1em; margin-bottom: 6px; margin-top: 0px;}
#right             {
	float: right;
	z-index:10;  
	width : 150px;
	border-left: 3px double #715E4B;
	padding-left: 5px;
	margin: 1em 1em 1em 2em
	}
#right p          {
	font-family: trebuchet, sans-serif; 
	font-size:11px 
	}
