﻿/* MAIN LAYOUT */
body
	{
		margin: 0px;
		margin-top: 25px;
		text-align: left;
		background: #aca39b url('images/body_bg.jpg') repeat fixed;	
	}
#wrapper
	{
		width: 995px;
		height: 695px;
		margin: auto;
		border: 5px #5b4d34 solid;
		padding: 10px;
		background-color: #ffffff;
	}
	
	
/* CONTENT */
#content
	{
		width: 655px;
		height: 675px;
		margin: 0px;
		border: 10px #cac2aa solid;
	}
	
	
/* NAVIGATION */
#navigation
	{
		float: right;
		width: 310px;
		height: 675px;
		border: 10px #cac2aa solid;
		border-left: none;
		text-align: center;	
		background-color: #ffffff;
	}
#navigation img
	{
		border: 0px;
	}
img.nav
	{
		top: 0px;
		float: left;
		border: 0px;
		padding: 0px;
		margin: 0px;
		margin-top: 11px;
	}
img a
	{
		border: 0px;	
	}
#navigation p
	{
		margin: 0px;
		padding: 0px;
	}


/* FORMAT */
.light
	{
		color: #cac2aa;
	}
.dark
	{
/*		color: #5B4D34;	*/
		color: #746343;
	}
h1
	{
		font: normal bold 18px "Book Antiqua", "Times New Roman", serif;
/*		color: #262626;	*/
		color: #3c3e26;
		margin: 20px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
h2
	{
		font: normal 14px "Book Antiqua", "Times New Roman", serif;
		color: #262626;
		margin: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
h3
	{
		font: normal bold 12px "Book Antiqua", "Times New Roman", serif;
		color: #262626;
		margin: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
p
	{
/*		font: normal 10pt "Times New Roman";	*/
		font: normal 9pt arial;
		color: #262626;
		margin: 20px;
		text-align: justify;
		line-height: 17px;
		letter-spacing: 1px;
	}
ul
	{
		margin: 5px 20px;
		padding: 2px 20px;
		list-style: square
	}
li
	{
		color: #ffffff;
		margin: 5px;
	}
li p
	{
		font: normal 9pt arial;
		margin: 0px;
		line-height: 17px;
		letter-spacing: 1px;
	}
td h3, td p
	{
		margin: 2px 10px;
		color: #ffffff;
		font-weight: bold;
	}
input, textarea
	{
		font: normal 8pt arial;
		border: 1px #909277 solid;
		margin: 0px;
		padding: 5px 2px;
		letter-spacing: 1px;
	}
a:link, a:visited
	{
		font: normal bold 9pt arial;
		color: #262626;
		letter-spacing: 1px;
		text-decoration: none;	
	}
a:hover, a:active
	{
		font: normal bold 9pt arial;
		color: #262626;
		letter-spacing: 1px;
		text-decoration: underline;	
	}

	
/* HIGHSLIDE */
.highslide 
	{
		cursor: url(highslide/graphics/zoomin.cur), pointer;
	   outline: none;
	}
.highslide img 
	{
		border: 2px solid #731904;
	}
:hover.highslide img 
	{
		border: 2px solid white;
	}
.highslide-image 
	{
		border: 10px solid white;
		cursor: pointer; /* opera */
		cursor: url(highslide/graphics/zoomout.cur), pointer;
	}
.highslide-image-blur 
	{
	    cursor: pointer;
	    cursor: hand;
	}
.highslide-caption 
	{
	    display: none;
	    border: 5px solid white;
	    border-top: none;
	    padding: 5px;
	    background-color: white;
	}
.highslide-display-block 
	{
	    display: block;
	}
.highslide-display-none 
	{
	    display: none;
	}
.highslide-loading 
	{
	   display: block;
		color: white;
		font-style: 'MS Sans Serif';
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		padding: 3px;
		opacity: 0.60; /* w3c */
		filter: alpha(opacity=60); /* ie */
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background-color: black;
		padding-left: 22px;
		background-image: url(highslide/graphics/loader.gif);
		background-repeat: no-repeat;
		background-position: 3px 1px;
	}
a.highslide-credits, a.highslide-credits i 
	{
	    padding: 2px;
	    color: silver;
	    text-decoration: none;
		font-size: 12px;
	}
a:hover.highslide-credits, a:hover.highslide-credits i 
	{
	    color: white;
	    background-color: #731904;
	}