@charset "utf-8";
/* CSS Document */

.lay_all{
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
}
.lay_all2{
	width:1024px;
	margin:auto;
	margin-top:15px;
}

.lay_header{
	 width:200px;
	 height:150px;
	 float:left; 
	 overflow:hidden;
}

.lay_header2{
	width:200px;
	height:450px;
	background-color:#d4d4d7;
	float:left;
}

.lay_main{
	text-align:left;
}

.break{
	float:none;
	clear:both;
	overflow:hidden;
	height:1px;
}

.lay_container_2sp{
	clear:both;
}

.lay_cont{
	width:774px;
	background-color:#FFFFFF;
	float:left;
	height:50px;
	padding-right:50px;
}

.lay_header_box1{
	width:77px;
	background-color:#FFFFFF;
	float:left;
}

.lay_cont_col1{
	float:left;
	width:454px;
	margin-right:20px;
}
.lay_cont_col2{
	float:left;
	width:240px;
}

.lay_global{
	float:right;
	margin-left:15px;
	margin-top:10px;
}

.lay_cont_block{
	clear:both;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 730px;
	height: 400px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color:transparent;
	padding-right:10px;
}

.main_nav_trenner{
	background-image:url(../pics/trenner_nav.gif);
	 height:2px;
	 background-position:left;
	 background-repeat:no-repeat;
}
.lay_mainpic{
	background-image:url(../pics/mainpic.jpg);
	background-position:right;
	background-repeat:no-repeat
}

