/* Layout Styles */

html {
	height: 100%;
}

body {
	height: 100%;
}

#out {
	min-height: 100%;
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}
* html #out { /* ie6 fix */
	height: 100%;
}

#header { height: 91px; }

.col1 {
	float: left;
	width: 740px;
}
.col2 {
	float: right;
	width: 210px;
}

#content {
	overflow: hidden;
}

.bottom { overflow: hidden; }

#footer {
	margin: 0 auto;
	width: 980px;
	min-width: 460px;
	text-align: center;
	padding-bottom: 20px;
	font-size: 1.1em;
	color: #9fa1a2;
	line-height: 1.5;
}

