html{
	margin: 0;
	padding: 0;
	border: none;
}
body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
iframe .menu{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.menu{
	width: 243px;
	height: 960px;	
}

body {
	background: #FFB995 url(pics/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(pics/body_bg.gif) repeat-y;
}
#header {
	position: absolute;
	top: 0;
	left: 243px;
	width: 535px;
	height: 279px;
	background: url(pics/header_2.jpg) no-repeat;
}
#left {
	float: left;
	width: 243px;
}
#right {
	float: right;
	width: 490px;
	padding-right: 9px;
	padding-top: 301px;
}
#right h2 {
	font: 18px arial, sans-serif;
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
}
#right h3 {
	font: 16px arial, sans-serif;
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 2em;
}
#right h4 {
	font: 12px arial, sans-serif;
	font-weight: bold;
	color: #595959;
	margin-top: 1.5em;
}
#welcome {
	margin-right: 20px;
}
#necro {
  margin-right: 20px;
  background: url(pics/necro_bg.jpg) no-repeat;
  height: 625px;
}
#profile {
	margin-right: 16px;
}
#right .left {
	margin-right: 18px;
}
#right .more {
	font-weight: bold;
	font-size: 10px;
}

#corp, #indu {
	float: left;
	width: 49%;
}
#corp {
	margin-right: 1%;
}
#corp-img, #indu-img {
	background: url(pics/pic_2.jpg) no-repeat;
	width: 112px;
	height: 23px;
	float: left;
	margin-right: 18px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
}
#indu-img {
	background: url(pics/pic_3.jpg) no-repeat;
}
#spacer {
	height: 2em;
}

#footer {
	background: url(pics/footer_bg.gif) repeat-y;
}
#copyright {
	text-align: center;
	padding: 22px 0px 30px 0px;
	font-size: 9px;
	color: #E9C379;
	font-weight: bold;
}
#footerline{
	background: url(pics/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

