.container {
	position: relative;
	width: 908px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	font-size: 12px;
}
.header {
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 300;
	visibility: visible;
	overflow: visible;
}
.body {
	background-color: #C00;
}
.leftmenu {
	width: 180px;
	position: absolute;
	top: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	word-spacing: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	visibility: visible;
	overflow: visible;
	z-index: -2;
	background-color: #FFFFFF;
}
.column3 {
	width: 400px;
	top: 900px;
	position: absolute;
	padding: 0px;
	left: 0px;
}
.main {
	width: 590px;
	left: 190px;
	top: 150px;
	position: absolute;
	padding: 10px;
	z-index: -1;
	color: #000;
	visibility: visible;
}

.footer {
		background-color: #FFf;
	width: 590px;
	left:190px;
	top: 650px;
	position: absolute;
	padding: 10px;
	z-index: 1;
}
.largefont {
	font-size: 24px;
}
.whitefont {
	color: #FFF;
}
.container .main strong {
	color: #000;
}

