* {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #2C2C2C;
}

html {
    height: 100%;
}

body {
	min-height:100%;
	height: 100%;
	background-color: #888;
	background-image: url('/img/bodybg.gif');
	COLOR: #2c2c2c;
	font-weight: normal;
	margin: 0px;
}

div#page {
	height: auto !important;
	min-height:100%;
	height: 100%;
	width: 943px;
	margin: auto;
/*	background: url('../img/lbg.gif') repeat-y;
	background-color: #ffffff;*/
/*	background: url('../img/mbbg.gif') repeat-y right;*/
/*	background-color: #fdf4c5; */

	overflow:visible;
}

div#pagep {
	height: auto !important;
	min-height:100%;
	height: 100%;
	margin: auto;
	background: url('/img/pbg.gif') repeat-y;
	background-color: #ffffff;
	overflow:visible;
	border-left: 3px solid #faa202;
	padding-top: 48px;
	padding-left: 76px;
}

div#jne {
	height: 169px;
	clear: both;
}

div#footer {
	margin: auto;
	margin-top: -169px;
	width: 943px;
	height: 169px;
	clear: both;

	background: url('/img/bbg.png') no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bbg.png', sizingMethod='crop');
	text-align: center;
	overflow: auto;
}
div#patch_minheight {
	width: 1px;
	height: 250px;
	float: right;
}
div#page div#header {
	min-width:943px;
	width:943px;
	background:#FFF;
	height: 543px;
	overflow: auto;
}

div#bottommenu {color: #FFF; height:20px; padding-top:5px;}
div#bottommenu .a {color: #faa202;}

td#sidebar {
	width: 211px;
	padding: 0px 0px 50px 0px;
 	background: url('/img/menubg.gif') repeat-y 0px;
/*border: 1px solid blue;*/
}

td#mainbar {
	width:661px;
	padding: 0px 40px 21px 31px;
	background: url('/img/mbbg.gif') repeat-y right;
	background-color: #fdf4c5;
}
div#pagep div#mainbar {
	float: right;
	width:661px;
	padding: 0px 40px 21px 50px;
}

