/* Header styles */

#container {
	margin-left: auto;
	margin-right: auto;
	min-width: 980px;
	max-width: 1230px;
}
#header {
	width: 100%;
	height: 72px;
	float: left;
}
#header-left {
	width: 228px;
	height: 60px;
	float: left;
}
#header-right {
	width: auto;
	float: right;
	text-align: right;
	height: 60px;
}
#left-col {
	width: 200px;
	border: 1px solid #000000;
	height: 250px;
}
#middle-col {
	width: auto;
	border: 1px solid #000000;
	height: 250px;
}
#footer {
	width: 100%;
	float: left;
}