body {
	background-color: 	black;
	color: 				#FFE6BF;
	font:				0.8em "Trebuchet MS", "Lucida Grande", "Arial", "sans-serif";

	border:				0;			/* This removes the border around the viewport in old versions of IE */
	width:				99%;
	min-width:			1000px;   	/* Minimum width of layout - remove line if not required */
									/* The min-width property does not work in old versions of Internet Explorer */
	font-size:			90%;
}

a:link, a:visited, a:active {
	color: 				#FFE6BF;
	text-decoration:	none;
}

a:hover {
	color: 				WHITE;
}


/* 'widths' sub menu */
#layoutdims {
	clear:				both;
	background:black;
	border-top:			4px solid #000;
	margin:				0;
	padding:			6px 15px !important;
	text-align:			right;
}

/* column container */
.colmask {
	position:			relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:				both;
	float:				left;
	width:				100%;			/* width of whole page */
	overflow:			hidden;			/* This chops off any overhanging divs */
}

/* 2 column left menu settings */
.leftmenu {
	background: 		black;
}
.leftmenu .colright {
   float:				left;
   width:				200%;
   position:			relative;
   left:				12em;
   background: 			black;
}
.leftmenu .col1wrap {
	float:				right;
	width:				50%;
	position:			relative;
	right:				12em;
	padding-bottom:		1em;
}
.leftmenu .col1 {
	margin:				0 1em 0 16em;
	position:			relative;
	right:				100%;
	overflow:			hidden;
}
.leftmenu .col2 {
	float:				left;
	width:				14em;
	position:			relative;
	right:				12em;
	width:				180px;
	text-align:			center;
	
}

#ads {
	margin-bottom:		30px;
	border:				2px solid #bb834b;
	padding:			10px;
}

table {
	font: 				1em "Trebuchet MS", "Lucida Grande", "Arial", "sans-serif";
}

th {
	background-color:	#bb834b;
	color:				#fbffda;
	padding-top:		10px;
	padding-bottom:		10px;
}


tr {
	font-align: 		center;
	background-color:	#543a1e
}

h1 {
	margin-top:			0px;
	margin-bottom:		0px;
	font-size:			3em;
	color:				#8a5f30;
	font-variant:		small-caps;
	letter-spacing:		8px;
}

h2 {
	margin-top: 		0px;
}

img {
	border: 0px;	
}


.description {
	color:				#bb834b;
}




#header {
	clear:both;
	float:left;
	width:100%;
	padding-bottom: 40px;
	margin:0;
}