html {
	overflow: auto;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background:url(images/body.jpg) no-repeat top center #5D0536;
}

#contents {
	position: absolute;
	width: 891px;
	height: 688px;
	left: 50%;
	top: 3%;
	margin-left:-445px;
	margin-topm:0px;
/*	background: #111;*/
	overflow: hidden;
	box-shadow: 0px 0px 30px #606;
	color: #fff;
}
a:link {
	color:#FFF !important;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
#contents .grid {
	position: absolute;
	background: #4a0557;
/*	background:url(images/grid.png) no-repeat top center #5D0536;*/
	font-size: 0px;
	overflow: hidden;
}
#contents .txt {
	position: absolute;
	font-size: 14px;
	font-family: arial;
	overflow: hidden;
}
#contents .menu {
	position: absolute;
	font-size: 12px;
	color: #fff;
	font-family: arial;
	overflow: hidden;
	cursor: pointer;
}
#contents .menubackgroundcolor {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#contents .wrapper {
	position:absolute;
	left: 2%;
	top: 2%;
	width: 96%;
	height: 96%;
	overflow: hidden;
}
#contents .wrapper img {
	float: left;
	margin-right: 6px;
	margin-bottom: 0px;
}
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents p {
	margin: 5px 5px 10px 5px;
	padding: 0px;
	text-shadow: -1px -1px 0px #000;
}
#contents h1 {
	position:relative;
	top: 38px;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	font-size: 24px;
}
h1.mainh1  {
	font-size:24px;
	color:#E6BFD5;
	top: 5px !important;
	margin: 5px 0px 15px 0px;
	padding: 0px;
	text-shadow: -1px -1px 0px #CC7BAA;
}
#contents .menucontent {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	top: 3px;
}
#contents .submenucontent {
	position: absolute;
	width: 100%;
	height: 100%;
	margin:2px;
}
#contents .submenutitle {
	position: absolute;
	top: 0px;
	font-size: 24px;
	font-weight: bold;
}
#contents .submenutitle:hover {
	color:#F0DBE8;
}
#contents .submenu {
	position: absolute;
	width: 100%;
	top: 33px;
}
#contents .submenuline {
	position: relative;
	height: 18px;
	font-size: 14px;
	margin-top: 1px;
}
#contents .lineover {
  background: #fff;
  color: #0064a0;
  font-weight: bold;
}
#loader {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	margin-left: -25px;
	margin-top: -14px;
	text-align: center;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #000;
	outline: #111 solid 3px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 1000;
}
#htmlBank {
	display: none;
	visibility: hidden;
}
.centered {
	text-align:center;
}
.highlited {
	font-weight:bold;
	font-style:italic;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cForm table {
	margin:0 auto;
}
