/* CSS document */

body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;		/* trick for buggy IE */
}

#wrap_all {
	width: 792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;		/* fixes trick for buggy IE */
}

#header {
	background-image: url(dornbeastbanner.jpg);
	background-repeat: no-repeat;
	width: 792px;
	height: 88px;
	background-position: 0px 0px;
	position: relative;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	margin-top: 5px;
	text-align: center;
	z-index: 1;
}

#body_wrapper {
	float: left;
	width: 670px;
	background-color:#ffffff;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}
.txtblock {
	margin-top: 24px;
	margin-left: 10px;
	margin-right: 10px;
}
.limg {
	float: left;
	margin-right: 10px;
}
.rimg {
	float: right;
	margin-left: 10px;
}
.pacman {
	display: inline;
	float: right;
	margin-left: 10px;
}

#ad_right {
	padding-top: 10px;
	float: right;
	width: 122px;
	background-color:#2f2f8f;
	color: #f0ff20;
	text-align: center;
}
#footer_footer {
	background-color: #9f5f30;
	color: #ffffff;
	text-align: center;
	clear: both;
}
