/* Layout Styles */

html {
	height: 100%;
}

body {
	height: 100%;
}

#out {
	min-height: 100%;
	min-width: 990px;
}
* html #out { /* ie6 fix */
	height: 100%;
}
#header {
	width: 926px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 30px 0;
}

.col1 { float: left; width: 610px; }
.col2 { float: right; width: 200px; }

#footer {
	position: relative;
	margin: -60px auto 0 auto;
	height: 60px;
	min-width: 990px;
}

