@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	}
body {
	padding:0;
	margin:0;
	background:#1e0a05 url(../images/main_background.jpg) no-repeat center top;
	width:100%;
	display:table;
}
a:link{ color: #FFFFFF; text-decoration:none; outline: none; border:none; }
a:visited { color: #FFFFFF; text-shadow:#000000 1px 1px 2px; text-decoration:none; outline: none; border:none }
a:hover { color: #FFFFFF; text-shadow:#000000 1px 1px 2px; text-decoration:none; position:relative; top:-2px; outline: none; border:none }
a:active { color: #f99d1c; text-shadow:#000000 1px 1px 2px; text-decoration:none;outline: none; border:none }
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
hr {
	height:1px;
	color:#f99d1c;
}
a {
  outline: none;
}
h1,h2,h3,h4 {
	color: #F60;
}
.contentheader {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}
.menutitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.menudesc {
	font-size: 12px;
	font-weight: regular;
	color: #000000;
}
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/main_titlebar.gif) no-repeat center top;
	width:900px;
	height:700px;
}
#nav {
	position:absolute;
	right:10px;
	top:75px;
	font-size:14px;
	color:#f99d1c;
}
#nav a:link { color: #f99d1c; text-shadow:#000000 1px 1px 2px; text-decoration:none; }
#nav a:visited { color: #f99d1c; text-shadow:#000000 1px 1px 2px; text-decoration:none; }
#nav a:hover { color: #ff6600; text-shadow:#000000 1px 1px 2px; text-decoration:none; position:relative; top:-1px;}
#nav a:active { color: #f99d1c; text-shadow:#000000 1px 1px 2px; text-decoration:none; }
#location {
	position:absolute;
	text-align:right;
	right:10px;
	top:10px;
	font-size:11px;
}
#location a:link{ color: #f99d1c; text-shadow:#000000 1px 1px 2px; text-decoration:none; }
#location a:visited { color: #f99d1c; text-shadow:#000000 1px 1px 2px; text-decoration:none; }
#location a:hover { color: #ff6600; text-shadow:#000000 1px 1px 2px; text-decoration:none; position:relative; top:-1px;}
#location a:active { color: #f99d1c; text-shadow:#000000 1px 1px 2px; text-decoration:none; }
#content{
	position:absolute;
	background:url(../images/spacer_translucentblack.gif) repeat-y center;
	top:100px;
	width:900px;
	height:550px;
	overflow:auto;
}
#menuwrapper{
	position:absolute;
	top:30px;
	right:5px;
	width:890px;
	height:520px;
	overflow-x: hidden;
	overflow-y:scroll;
}
#menuphotos{
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	width:250px;
	height:520px;
}
#menucontent{
	position:absolute;
	top:0px;
	right:0px;
	text-align:left;
	width:640px;
	height:520px;
}
#footer {
	position:absolute;
	top:655px;
	text-align:center;
	font-size:10px;
	opacity:0.5;  
    filter:alpha(opacity=50);  
    -moz-opacity:0.5;
	width:900px;
}
.dfloat
{
float:left;
margin:5px 10px 0px 0px;
border:1px solid #f60;
}












