html { 
	min-height:100%;
}

body {
	font-family: Trebuchet MS, Arial; 
	font-size: 12px;
	color: #F3F0E7;
	padding: 0px;
	margin: 30px 0px;
	background: #171200 url('layout/bg.gif');
	text-align: center;
}

div { 
	font-family: Trebuchet MS; 
	font-size: 12px;
	line-height: 20px;
}

p {
	margin: 12px 0px; 
}

table, tr, td {
	background: #1C1C1C;
	border-collapse: collapse;
}

div#content {
	width: 696px;
	margin: 0px auto;
	text-align: left;
	background: #000;
	border: 5px solid #2C2200;
	min-height: 480px;
	position: relative;
}

div#top {
	height: 480px;
	margin: 0px;
	background: url('layout/gold.png') no-repeat center;
}

div#menu {
	padding: 3px;
	margin: -385px 20px 0px 20px;
	height: 20px;
	background: #000;
	border: 1px solid #443714;
}

div#main {
	margin: 0px 10px 10px 10px;
	width: 680px;
	float: left;
	text-align: left;
	display: inline;
	}

div#clear { 
	clear: both; 
	height: 42px;
}

div#bottom { 
	color: #EDDCB9;
	padding: 3px;
	margin: 5px 20px;
	height: 20px;
	background: #141000;
	border: 1px solid #443714;
	position: absolute;
	bottom: 10px;
	width: 648px;
}

a:link, a:active, a:visited {
	color: #D1A37B; 
	text-decoration: none;
	border-bottom: 1px solid #CBCBCB;
	font-weight: bold;
}

a:hover {
	color: #AE4600; 
	background: #3C2F00;
	cursor: crosshair;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-family: palatino linotype, arial;
	font-size: 14px;
	font-weight: bold;
	color: #D1AF5F;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
	letter-spacing: 1px;
	padding: 0px 12px;
}

a.menu:hover {
	color: #fff; 
	background: none;
	cursor: crosshair;
}

a.clean {
	border-bottom: none;
}

a.clean:hover {
	background: none;
}

h1 {	
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	color: #CEA500;
	padding: 1px 1px 0px 1px;
	margin: 20px 0px -3px 0px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-indent: 10px;
	border-left: 20px solid #605742;
	}

h2 {
	font-family: palatino linotype, arial;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #88A9C8;
	margin: 15px 0px -10px 0px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-indent: 20px;
}

b, i {
	color: #AE4600;
}

.main {	
	font-family: arial narrow, Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #fff; 
	background: #597793;
	text-align: center;
	padding: 2px;
	border-bottom: 3px solid #2E475E;
}

.sub {
	font: 12px Trebuchet MS;
	padding: 1px 1px 1px 5px;
	border-bottom: 1px solid #2C2C2C;
}

.thumb {
	background: #A4BDD4 url('layout/thumbbg1.png') bottom repeat-x;
	margin: 2px;
	padding: 5px;
	border: 2px solid #3B5D7D;
}

.thumb:hover {
	background: #DEB59A url('layout/thumbbg2.png') bottom repeat-x;
	border: 2px solid #AE4600;
}

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;
}