/* Layout Styles */

html {
	background: #214e00;
}

body {
	min-width: 990px;
	background: #357d03 url(../img/bg-body.png) 0 100% repeat-x;
}
.wrap1 { min-width: 990px; }

#out {
	margin: 0 auto;
	padding: 0 45px;
	max-width: 1400px;
}

#col-center {
	width: 100%;
	float: left;
	overflow: hidden;
}
#col-left {
	float: left;
	width: 180px;
	margin-left: -100%;
	position: relative;
	padding-bottom: 1em;
}
#col-right {
	float: left;
	width: 195px;
	margin-left: -195px;
	position: relative;
	padding-bottom: 1em;
}

#content {
	margin: 0 210px 1em 225px;
	font-size: 1.1em;
}

#footer {
	height: 100px;
	font-size: 1.1em;
	color: #98d36c;
	background: url(../img/bg-footer.png) 0 0 repeat-x;
}

#clear{
	clear:both;
}