html { 
	min-height:100%;
}

body {
	font-family: Trebuchet MS; 
	font-size: 11px;
	color: #C0C0C0;
	padding: 0px;
	margin: 0px;
	background: #000 url('/layout/back.gif');
	text-align: center;
}

div { 
	font-family: Trebuchet MS; 
	font-size: 11px;
	line-height: 20px;
}

p {
	margin: 12px 0px 12px 0px; 
	text-align: justify;
}

table, tr {
	font: 11px Trebuchet MS;
	background: #1E1E1E;
}

td {
	font: 11px Trebuchet MS;
	text-align: left;
}

table.menu, tr.menu, td.menu {
	text-align: center;
	font: 9px Trebuchet MS italic;
	color: #555;
	line-height: 20px;
	background: #160E08;	
}

div#content {
	width: 600px;
	margin: 0px auto;
	text-align: left;
	background: #252525;
	border-left:  7px solid #121212;
	border-right:  7px solid #121212;
}

div#top {
	height: 330px;
	margin: 0px;
	background: url('/layout/top.png');
	border-bottom: 7px solid #121212;
}

div#main {
	margin: -10px 0px 0px 10px;
	width: 580px;
	float: left;
	text-align: left;
	display: inline;
	}

div#menu {
	width: 550px;
	height: 40px;
	margin-top: 10px;
	padding-left: 25px;
}

div#clear { 
	clear: both; 
	height: 42px;
	background: url('/layout/bottom.png') bottom;
}

div#bottom { 
	padding: 3px;
	margin: 5px 20px 0px 20px;
	height: 20px;
	background: #160E08;
}


a:link, a:active, a:visited {
	color: #D1AF5F; 
	text-decoration: none;
	border-bottom: 1px solid #303030;
}

a:hover {
	color: #CC0000; 
	/* color: #9AD25E; */ 
	cursor:crosshair;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-family: Palatino Linotype, Arial; 
	font-size: 15px;
	font-weight: bold;
	color: #D1AF5F;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
	letter-spacing: 1px;
}

a.menu:hover {
	color: #fff; 
	cursor:crosshair;
}

h1 {	
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	color: #59715B;
	padding: 1px 1px 0px 1px;
	margin: 20px 0px -7px 0px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-indent: 25px;
	line-height: 25px;
	border-bottom: 4px solid #303030;
	}

h2 {
	font-family: palatino linotype, arial;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #A00000;
	margin: 15px 0px -10px 0px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-align: left;
	text-indent: 20px;
}

h3 {
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	color: #BF966B;
	margin: -12px 0px -5px 0px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-align: left;
	text-indent: 50px;
}

b {
	color: #D1A37B;
}

i {
	color: #C08E76;
}

input, textarea, option, select {
	font-family: Trebuchet MS; 
	font-size: 11px;
	background-color: #121212;
	color: #C0C0C0;
	border: 1px solid #303030;
	padding-left: 2px;
}

input:hover, textarea:hover {
	border: 1px solid #CC0000;
}

.box {
	background-color: #160E08;
	border-top: 2px solid #3B2617;
	border-bottom: 2px solid #3B2617;
	padding-right: 5px;
	padding-left: 5px;
}

.indent {
	margin: 0px 20px;
	background: #1A1A1A url('/layout/box.gif') repeat-y;
	border: 1px solid #121212;
	padding: 3px 5px 3px 15px;
	color: #B3A599;	
	font: 11px Arial;
	line-height: 18px;
}

.highlight {
	background: #121212;
	margin: 1px 10px 1px 1px;
	padding: 4px;
	border: 1px solid #333;
}

.thumb {
	background: #121212;
	margin: 2px;
	padding: 4px;
	border: 1px solid #333;
}

.highlight:hover, .thumb:hover {
	border: 1px solid #CC0000;
}