* html{
	height: 100%;	
	min-height: 100%;	
	margin: 0px;
	padding: 0px;
}

html, body {
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}

img {
	margin: 0;
	padding: 0;
	border: 0px;
}
h1, h2, h3, center {
	margin: 0;
	padding: 0;
}
a {
	height: 0;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
	text-indent: 15px;
}
p.elseban {
	margin: 15px 0;
}

ol, ul {
	margin-top: 0;
	padding-top: 0;
}

div {
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	color: #FAF2B3;
}
a {
	color: #984339;
	text-decoration: none;
}
a:hover {
	color: #FAF2B3;
	text-decoration: underline;
}
a.white {
	color: #FAF2B3;
	text-decoration: none;
}
a.white:hover {
	color: #FAF2B3;
	text-decoration: underline;
}
#wrapper {
	background:	#5B484B url(/img/header_bg.gif) no-repeat;
	display: table;
	width: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
	min-width: 1000px;
}
#container {
	width: 100%;
	background: url(/img/left_bg.jpg) left repeat-y #000000;
}
#header {
	height: 250px;
}
#ex-header {
	height: 250px;
	background: url(/img/fire.gif) repeat-x bottom;
}
#left {
	float: left;
	width: 185px;
	margin-left: -100%;
	margin-top: -22px;
	z-index: 5;
}
#menu {
	width: 185px;
	height: 302px;
	padding-top: 115px;
	text-align: center;
	background: url(/img/menu_bg.jpg) no-repeat;
}
#warrior {
	width: 220px;
	height: 228px;
}
#center {
	float: left;
	width: 100%;
}
#main {
	margin-left: 185px;
	margin-right: 250px;
	min-height: 500px;
	height:auto !important;
	height:500px;
	padding: 0 5px 0 15px;
	background: #000000 url(/img/shield_r.gif) no-repeat;
	border-right: 4px solid #984339;
}
#right {
	float: left;
	height: 100%;
	width: 240px;
	margin-left: -245px;
}
#clear {
	clear: both;
}
#footer {
	height: 25px;
	background: url(/img/left_bg.jpg) left repeat-y #000000;
	border-top: 4px solid #984339;
	text-align: center;
	font-size: 12px;
	clear: both;
}
div.title_box {
	padding: 10px 0 10px 10px;
}
div.news_img_box {
	float: left;
	width: 210px;
	margin-top: 15px;
	padding-left: 10px;
	text-align: center;
}
img.news_img {
	float: left;
	left: 10px;
	width: 200px;
}
img.news_corner {
	position: absolute;
	left: 0px;
	bottom: -10px;
}
div.title {
	color: #984339;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 20px;
}
div.redtext {
	color: #984339;
	font-size: 18px;
	font-weight: bold;
}
div.news_text {
	margin-left: 220px;
}
p.right {
	text-align: right;
	font-size: 14px;
}
div.clear {
	clear: both;
	height: 0;
}