html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
body {
	background: #FFFFFF url(../images/layout/bg-body.jpg) no-repeat center top;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	padding-top:15px;
	padding-bottom:40px;
}
.fstable{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	
}
.fstable tr td{
	vertical-align: top;
}
#strook {
	background: url(../images/layout/bg-white.png) repeat;
	width: 12px;
	border-left: 1px solid #ececeb;
	border-top: 1px solid #ececeb;
	border-bottom: 1px solid #ececeb;
}
#strook2 {
	background: url(../images/layout/bg-white.png) repeat;
	width: 12px;
	border-right: 1px solid #ececeb;
	border-top: 1px solid #ececeb;
	border-bottom: 1px solid #ececeb;
}
#pageleft{
/*	background: #555555;*/
	margin: 0px;
	padding: 0px;
}

#pageright{
/*	background: #555555;*/
	margin: 0px;
	padding: 0px;
}

#header{
	border-top: 1px solid #ececeb;
	background: url(../images/layout/back_header.png) no-repeat right top;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 213px;
}
#header_menu{
	background: url(../images/layout/bg-white.png) repeat;
	width: 760px;
	height: 26px;
	border-bottom: 1px solid #B9B9B9;
	padding-top: 4px;

}
#menu{

	margin: 0px;
	padding: 0px;
	width: 180px;
	background: #F8EC3F;
	border-right: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
}
#main{

	background: url(../images/layout/bg-white.png) repeat;
	margin: 0px;
	width: 754px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #B9B9B9;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
}
#footer{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 754px;
	height: 12px;
	text-align: center;
	font-family : Arial, Times New Roman MS, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #555555;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
}
#footer a{
	font-family : Arial, Times New Roman MS, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

#footer_white{
	border-bottom: 1px solid #ececeb;
	background: url(../images/layout/bg-white.png) repeat;
	margin: 0px;
	padding: 0px;
	width: 934px;
	height: 13px;
}
