html {
	height:100%; 
	max-height:100%;
	padding:0;
	margin:0; 
	border:0; 
	overflow:auto; 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;

	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	scrollbar-track-color: #E8D4BB;
	scrollbar-base-color: #652428;
	scrollbar-arrow-color: #E8D4BB;
	scrollbar-3dlight-color: #8D4C50;
	scrollbar-highlight-color: #652428;
	scrollbar-face-color: #652428;
	scrollbar-shadow-color:#652428;
	scrollbar-darkshadow-color: #410004;

/*	background-color:#FFBE64;
	background-image: url();*/
}

body,a,a:over,img,p,span,h1,h2,h3{ margin:0; padding:0;}

img{behavior: url(js/iepngfix.htc); border:0;}

a {color:#990000; text-decoration:underline;}
a:hover {color:#990000; text-decoration:none;}
input{border: 1px solid #000000; color:#000000; background-color:#FFFFFF; width:98px; height:12px; font-size:10px; }

.top {
	background-image:url(../images/bg_top.jpg);
	background-color:#FFBE64;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.topMenus {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bottom {
	background-image:url(../images/bg_bottom.jpg);
	background-color:#FFBE64;
	background-repeat: no-repeat;
	background-position: center top;
}
.bottomMenus {
	background-repeat: no-repeat;
	background-position: center top;
}
.left {
	background-image:url(../images/bg_left.jpg);
	background-color:#FFBE64;
	background-repeat: no-repeat;
	background-position: right top;
	height:100%;
	margin:0px 0px 0px 0px;
}
.leftMenus {
	background-repeat: no-repeat;
	background-position: right top;
	height:100%;
	margin:0px 0px 0px 0px;
}
.right {
	background-image:url(../images/bg_right.jpg);
	background-color:#FFBE64;
	background-repeat: no-repeat;
	background-position: left top;
	height:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.rightMenus {
	background-repeat: no-repeat;
	background-position: left top;
	height:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.center {
	width:1000px;
	height:600px;
	background-repeat: no-repeat;
	background-position: center center;
	margin:0px 0px 0px 0px;
}
