/* Document Layout */

body, html {
	height: 100.02%;
	margin: 0;
	padding: 0;
	}
	
body {
	background: #d0d0c3;
	}

#container {
	background: url(../g/bg_main.jpg) top left repeat-y;
	height: auto;
	margin: 0px auto;
	min-height: 100%;
	padding: 0;
	position: relative;
	top: 0;
	width: 960px;
	z-index: 10;
	}
#container.front {
	background: url(../g/bg_front.jpg) top left repeat-y;
	}
	
#header {
	position: absolute;
	top: 0;
	left: 20px;
	width: 920px;
	height: 129px;
	background: #fff url(../g/bg_header.jpg) top center no-repeat;
	z-index: 20;
	overflow: visible !important;
	}
#footer {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 920px;
	height: 85px;
	background: #fff url(/g/bg_footer.jpg) top center no-repeat;
	z-index: 20;
	}
	
#mid {
	position: relative;
	padding: 129px 0 105px 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 960px;
	z-index: 18;
	}
	
#left {
	position: relative;
	display: inline;
	margin: 0px 30px 0 25px;
	width: 135px;
	float: left;
	z-index: 18;
	}
	
#right {
	position: relative;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	width: 200px;
	float: right;
	z-index: 18;
	margin-top: 0;
	}

#main {
	float: left;
	position: relative;
	width: 535px;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 19;
	}
	
#bridgepic {
	position: relative;
	top: 0;
	left: 0;
	width: 926px;
	height: 256px;
	background: #fff;
	margin: 0 0 0 17px;
	padding: 0 0 8px 0; 
	}
	
#slide {
	position: absolute;
	top: 131px;
	left: 10px;
	width: 940px;
	height: 280px;
	background: url(/g/front_slide_bg.jpg) top left no-repeat;
	}
	
#ls-container {
	position: relative;
	}