* {margin: 0; padding: 0;}

#container {
	position: relative;
	margin: auto;
	width: 802px;
	overflow: hidden;
}

#header {
	height: 240px;
}

#leftcol {
	width: 187px;
	float: left;
}

#content {
	width: 612px;
	float: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#logolink {
	position: absolute;
	cursor: hand;
	width: 100px;
	height: 80px;
	top: -60px;
	left: -182px;
}

#footer {
	overflow: hidden;
	clear: both;
/*	padding-bottom: 32767px;
	margin-bottom: -32767px;
*/
}