/* main styles */

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	min-height: 100%; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	margin: 0 auto;
}

#header {
	position: relative;
}

#content {
	position: relative;
	overflow: hidden;
}

#left_column {
	float: left;
	width: 220px;
}

#main_content {
	float: right;
	width: 730px;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
}