body, html { 
	padding: 0;
	margin: 0;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #24170F;
	color: #CCCCCC;
}
h1 { 
	font-size: 1.1em; 
	color: #CCCCCC;
}
h2 { 
	font-size: 1.1em; 
	color: #CCCCCC;
}
h3 { 
	font-size: 1.1em; 
	color: #CCCCCC;
}
a { 
	color: #F89837; 
	text-decoration:underline;
}
a:hover {
	color: #F89837; 
	text-decoration:none;
}
a:visited {
	color: #F89837; 
}
hr {
	border:1px dotted #CCCCCC; 
	border-width:1px 0 0 0; 
	height:0;
	line-height:0px;
	font-size:0;
	margin:0;
	padding:0;
}
#wrap {	
	width: 70em;
	margin: 1em auto;
	background: #24170F; 
}

#header {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}

#header h1 { 
	margin: 0; 
	padding-left: 1px; 
	padding-top: 12px; 
	font-size: 1.1em; 
	color: #F89837; 
}
#header h1 a { 
	font-size: 1.1em; 
	color: #F89837; 
	text-decoration: underline;
}
#header h2 { 
	margin: 0; 
	padding-left: 1px; 
	padding-top: 0px; 
	font-size: .8em; 
	color: #CCCCCC; 
}

#topmenu a { 
	color: #CCCCCC;
	text-decoration: none;
	line-height: 22px;
} 

#topmenu a:hover {
	color: #F89837;
}
#topmenu a:visited {
	color: #F89837;
}

#topmenu {  
	font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #24170F;
	margin-bottom: 5px;
	color: #CCCCCC;
	height: 22px;
}

#right {
	font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 72%;
	margin: 20px 0 0 0;
	color: #CCCCCC;
}

#menu {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	width:256px; 
	height:25px; 
	position:relative; 
	font-size:.9em; 
	margin:0 0 0 0; 
	z-index: 1000;
}
#menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#CCCCCC; 
	width:254px; 
	height:25px; 
	text-align:center; 
	border:1px dotted #CCCCCC; 
	border-width:1px 0 0 0; 
	background:#24170F; 
	line-height:19px; 
	font-size:.9em;
}
#menu ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
}
#menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
}
#menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
#menu ul li:hover a {
	background:#24170F; 
	color:#F89837;
}
#menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:255px; 
	width:255px;
}
#menu ul li:hover ul li a.hide {
	background:#24170F; 
	color:#CCCCCC;
}
#menu ul li:hover ul li:hover a.hide {
	width:270px;
}
#menu ul li:hover ul li ul {
	display: none;
}
#menu ul li:hover ul li a {
	display:block; 
	background:#24170F; 
	color:#CCCCCC; 
	width:320px;
}
#menu ul li:hover ul li a:hover {
	background:#24170F; 
	color:#F89837;
	}
#menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:321px; 
	top:0; 
	color:#CCCCCC;
}
#menu ul li:hover ul li:hover ul li a {
	display:block; 
	width:320px; 
	background:#24170F; 
	color:#CCCCCC;
}
#menu ul li:hover ul li:hover ul li a:hover {
	background:#24170F; 
	color:#F89837;
}

#footer { 
	font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #CCCCCC;
	float: right;
	width: 100%;
	text-align:center;
	margin: 0 0 0 0;
}