@charset "utf-8";
/* CSS Document */
body {
	background-color: #5A1217;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
a {
	font-weight: bold;
	font-size:13px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#topbar {
	width:980px;
	height:80px;
	z-index:20;
	position:relative;
}
#topmenu {
	position:absolute;
	width:650px;
	height:21px;
	left:290px;
	top:41px;
	z-index:22;
}
#toplogo {
	position:absolute;
	width:429px;
	height:111px;
	top:0px;
	left:0px;
	z-index:21;
	background-image:url(images/dungeon_for_rent.png);
}
#bottomlogo {
	position:absolute;
	bottom:-28px;
	right:0px;
	z-index:21;
	width:444px;
	height:66px;
	background-image:url(images/bottomlogo.png);
}
	
#bottomsection {
	background-image:url(images/tablebg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	width:980px;
}
#contactbar {
	font-size:12px;
	width:550px;
	left:20px;
}
.imgborder {
	border:#666 1px solid;
}

