@charset "utf-8";
/* CSS Document */
.main{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	width:100%;
	height:794px;
	min-width:1300px;
	}

.top{
	position:absolute;
	width:100%;
	color:#000;
	background-image:url(../images/top-bg.gif);
	background-repeat:repeat-x;
	height:100px;
	}
.top-text{
	position:absolute;
	left: 40px;
	height:85px;
	width:489px;
	top: -11px;
	}
	.top-2{
	position:absolute;
	width:100%;
	top:103px;
	color:#000;
	background-image:url(../images/top-2.gif);
	background-repeat:repeat-x;
	height:30px;
	 color:#b57559;

	}
.left{
	position:absolute;
	left: 40px;
	height:623px;
	width:300px;
	top:160px;
}
.left-bottom{
	position:absolute;
	height:149px;
	width:300px;
	top:460px;
	z-index:2;
}
.table-top{
	position:absolute;
	left: 12px;
	height:23px;
	width:153px;
	top:-10px;
	background-color:#d1d0a2;
	border-color:#000000;
	border:1px solid;
	border-collapse:collapse;
	vertical-align:central;
	text-align:center;
	  -moz-border-radius: 5px;
  border-radius: 5px;
}
.table-down{
	position:absolute;
	left: 12px;
	height:18px;
	width:258px;
	background-color:#d1d0a2;
	border-color:#000000;
	border:1px solid;
	border-collapse:collapse;
	vertical-align:central;
	text-align:left;
	padding-left:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tablegeneral{
	border:1px solid #000;
	 -moz-border-radius:10px; 
	 border-radius:10px; 
	 width:300px; 
	 background-color:#ededd5; 
	 color:#b57559; 
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
}
.right{
	position:absolute;
	right:40px;
	height:540px;
	width:300px;
	top:160px;
}
.right-bottom{
	position:absolute;
	height:130px;
	width:300px;
	top:410px;
	z-index:2;
}
.center{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	height:540px;
	width:600px;
	top:160px;

}
.tablecenter{
	border:1px solid #000;
	 -moz-border-radius:10px; 
	 border-radius:10px; 
	 width:600px; 
	 background-color:#ededd5; 
	 color:#b57559; 
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
}
.table-top-center{
	position:absolute;
	text-align:left;
	left: 12px;
	height:23px;
	width:300px;
	top:-10px;
	background-color:#d1d0a2;
	border-color:#000000;
	border:1px solid;
	border-collapse:collapse;
	vertical-align:central;
	text-align:center;
	  -moz-border-radius: 5px;
  border-radius: 5px;
}
	.copyright{
	position:absolute;
	width:100%;
	top:720px;
	color:#000;
	background-image:url(../images/bottom-bg.gif);
	background-repeat:repeat-x;
	height:30px;
	z-index:1;
	}
