body{
	padding: 0px; 
	margin: 0px;
	background:#010707;
	font-size:smaller;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../images/layout/puzzle.jpg');
}
a{
	text-decoration:none;
}
a img{
	border:0px;
}
a:hover{
	text-decoration:underline;
}
img {
	behavior: url("../pngbehavior.htc");
}

html, body, #wrapper {
	height:100%;
	margin:0px;
	padding:0px;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	vertical-align: middle;
	background:#010707;

}
.menu{
	width:239px;
	height:413px;
	background:url(../images/layout/menu_b.jpg) no-repeat;
}
.menu a{
	display:block;
}
.menu a{
	behavior: url("../ahoverimg.htc");
}
.menu a:hover img, .menu a.hover img, .menu a.active img{
	visibility:hidden;
}
.mainbox{
	width:883px;
	margin:auto;
	border:0px solid white;
}
.top{
	width:664px;
	height:37px;
	background:url(../images/layout/top.jpg) no-repeat;
	padding-top:148px;
	padding-left:219px;
}
.top a{
	color:#FFFFFF;
}
.top img{
	margin:5px;
	vertical-align:middle;
}
.bottombar{
	height:22px;
	padding-top:40px;
	background:url(../images/layout/b_14.jpg) repeat-x;
	text-align:center;
	font-weight:bold;
	font-size:smaller;
	color:#956d4e;
}
.pagecontent{
	width:624px;
	height:100%;
	padding:10px;

}

