body {
	font-family: Trebuchet MS; 
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	background: #1F1C13 url("_layout/top.png") repeat-x;
	text-align: center;
}

td, tr, div { 
	font-family: Trebuchet MS; 
	font-size: 11px;
	line-height: 18px;
}

div#content {
	width: 750px;
	text-align: left;
	padding: 0;
	margin: 0px auto;
	background: url("_layout/content.png");
	}

div#top {
	height:150px;
	background: url("_layout/main.png");
}

div#main {
	width: 520px;
	margin: -20px 0px -60px 30px;
	text-align: justify;
	float: left;
	display: inline;
	position: relative;
	z-index:10; /* requires position */
	}

div#menu {
	width: 156px;
	margin: -70px 15px 0px 0px;
	text-align: left;
	float: right;
	display: inline;
}

div#bottom {
	height: 110px;
	background: url("_layout/bottom.png") bottom left no-repeat;
	clear: both;
	position: relative;
	z-index:1; /* requires position */
}

table, tr, td {
	font-family: Verdana; 
	font-size: 8pt;
	color: #583125;
}

a:link, a:active, a:visited {
	font-family: verdana; 
	font-size: 11px;
	font-weight:bold;
	color: #DF757D; 
	text-decoration:none;
}

a:hover {
	color: #F8E9B4; 
	cursor:crosshair;
	border-bottom: 1px solid #A88858;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-family: Trebuchet MS; 
	font-size: 11px;
	display: block;
	margin: 0px 0px -16px 0px;
	color: #FFFFFF;
    	background: #404040;
	border-left: 7px solid #BA464E;
	border-bottom: none;
	text-indent: 6px;
}

a.menu:hover {
	color: #808080;
    	background: #404040;
	border-left: 7px solid #CFA515;
 	cursor: crosshair;
}

h1 {
	padding-bottom: 3px;
	font-family: Georgia; 
	font-size: 11px;
	color: #CFA515;
	margin: 20px 0px -8px 0px;
	border-bottom: 3px solid #595959;
	letter-spacing: 2px;
	height: 15px;
	text-transform: uppercase;
	text-indent: 10px;
	}

p.title {
	padding-bottom: 3px;
	font-family: Georgia; 
	font-size: 11px;
	color: #CFA515;
	margin: 20px 0px -8px 0px;
	border-bottom: 3px solid #595959;
	letter-spacing: 2px;
	height: 15px;
	text-transform: uppercase;
	text-indent: 10px;
	font-weight: bold;
	}

h2 {
	font-family: trebuchet ms;
	font-size: 13px;
	font-style: italic;
	color: #F8E9B4;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: right;
	}

h2:first-letter {
	color: #DF757D;
	font-style: normal;
}

input, textarea, option, select {
	font-family: trebuchet ms; 
	font-size: 12px;
	color: #FFFFFF;
	background: #1F1C13; 
	border: none;
	border-bottom: 1px solid #BA464E; 
}

p {
	margin:12px 0px; 
	padding:0;
}

p.menu {
	margin: 5px 5px 15px 5px; 
	padding: 0px;
	line-height: 17px;
}


.box {
	margin-top: 15px;
	padding: 4px;
	background-color: #1F1C13;
	font-size: 11px;
	border: 1px solid #93750F;
}

.thumb {
	padding: 2px;
	background-color: #1F1C13;
	border: 1px solid #DF757D;
}

b {
	color: #F8E9B4;
}

i {
	color: #CC7D16;
}

s {
	color: #bbb;
	font-style: italic;
}