﻿* {
	margin:0;
	padding:0;
	/*vertical-align:top;*/
	}


body {
	background-color:#fff;
	font-family:Verdana;
	font-size:11px;
	color:#000;
	}


#layout {
	margin:auto;
	width:761px;
	background:url(/webapp/img/bkg_layout.gif) repeat-y;
	}
	#header {
		position:relative;
		width:761px;
		height:73px;
		background:url(/webapp/img/bkg_header.gif) no-repeat;
		}
	#col_sx {
		float:left;
		width:127px;
		padding-bottom:38px;
		background:#fff url(/webapp/img/bkg_col_sx.gif) no-repeat bottom left;
		}
	#col_center {
		float:left;
		padding:0 17px 0 16px;
		width:474px;
		}
	#col_dx {
		float:left;
		width:127px;
		padding-bottom:38px;
		background:#fff url(/webapp/img/bkg_col_dx.gif) no-repeat bottom left;
		}
	#footer {
		clear:left;
		padding:15px 0;
		width:761px;
		height:18px;
		background:#fff url(/webapp/img/bkg_footer.gif) repeat-x left 15px;
		text-align:center;
		line-height:25px;
		}
	