/* Layout Styles */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
}

#header {
	background: url(../img/head-stripes.gif) 0 60px repeat-x;
}
	.head1 {
		background: url(../img/head-wide-bg.jpg) 100% 63px repeat-x;
	}
	.head2 {
		background: url(../img/head-right.jpg) 100% 0 no-repeat;
		height: 289px;
		position: relative;
	}
		#logo-block {
			position: absolute;
			top: 0px; left: 0px;
			width: 446px; height: 282px;
			background: url(../img/logo-bg.png) 0 0 no-repeat;
		}
		#top-menu {
			position: absolute;
			bottom: 0px; right: 0px;
			background: url(../img/bg-top-menu.png) 0 100% repeat-x;
		}

#out {
	min-height: 100%;
	/*min-width: 990px;
	max-width: 1024px;*/
	width: 995px;
	margin: 0 auto;
}
* html #out { /* ie6 fix */
	height: 100%;
}

#wrap, #wrap-company, #wrap-2col {
	width: 100%;
	padding: 10px 0 110px 0;
	overflow: hidden;
}
	#center-col {
		float: left;
		width: 100%;
	}
		#center-col #content {
			padding: 0 255px;
		}
		#wrap-company #center-col #content {
			padding: 0 255px 0 30px;
		}
		#wrap-2col #center-col #content {
			padding: 0 30px 0 255px;
		}
	#left-col {
		float: left;
		width: 234px;
		margin-left: -100%;
	}
	#right-col {
		float: left;
		width: 234px;
		margin-left: -234px;
		padding-bottom: 80px;
	}

#footer {
	position: relative;
	margin: -98px auto 0 auto;
	padding: 15px 0 0 0;
	height: 50px;
	/*min-width: 990px;
	max-width: 1024px;*/
	width: 995px;
	background: url(../img/bg-footer.png) 0 0 repeat-x;
}

