/* CSS Document */
#Wraper{
	position:absolute;
	width:97%;
	z-index:1;
	margin:0px auto auto 10px;
	top:0;
	background:#FFFFFF;
	/*height:100%;*/
	display:table;
}
#Header{
	position:absolute;
	width:97%;
	z-index:1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: table;
}
#Header_img{
	position:absolute;
	width:97%;
	height:129px;
	z-index:1;
	background-image:url(../images/header-design-bg.gif);
	}
#search {
	position:relative;
	float:right;
	right:26px;
	width:57%;
	top:19px;
	height:37px;
	z-index:2;
	background-image: url(../images/white-bg_02.gif);
	background-repeat:repeat-x;
	margin-right:25px;
}
#search_content {
	position:absolute;
	left:26%;
	float:right;
	top:19px;
	width:65%;
	height:37px;
/*	border:1px solid #000000;*/
	z-index:2;
	padding-top:7px;
	text-align:right;
	
}
#contents{
	position:absolute;
	margin-top:128px;
	width:97%;
	background-color:#FFFFFF;
	display:table;
	z-index:10;
	vertical-align:middle;
}
#admincontent {
	position:relative;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:8px;
	margin-right:14px;
	display:table;
}
#leftcontent{
	position:relative;
	float:left;
	top:0px;
	width:60.1%;
	/*height: 100%;*/
	height:1350px;
	border-right:1px solid #c7c7c7;
	padding-left:1%;
	padding-bottom:20px;
}
#rightcontent{
	position:absolute;
	float:right;
	right:2.9%;
	top:130px;
	width:35%;
	margin-left:4px;
	background-color:#FFFFFF;
	padding-right:1%;

}
#PageContainer {
	position:relative;
	float:left;
	left:2%;
	right:2%;
	width:96%;
	margin-bottom:20px;
}
