div.container {
	background-image:url('background.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	width: 780px;
	margin-top: 100px;
	border: solid 1px black;
}

div.lcol {
	font: 12px/1.5 Arial, sans-serif;
	width: 290px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
		left: 40px;
		top: 110px;
	font-size:13;
	float: left;
	text-align: justify;
}

div.lcol[class] {
	width: 270px;
	top: 130px;
}

div.rcol {
	font: 12px/1.5 Arial, sans-serif;
	width: 470px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
		left: 230px;
		top: -65px;
	font-size:13;
	float: right;
	text-align: justify;
}

div.rcol[class] {
	width: 450px;
	top: -90px;
}

div.bottomlinks {
	margin-top: -20px;
	font: 10px/1.5 Arial, sans-serif;
	color: #E8D8E8;
}

div.bottomlinks[class] {
	margin-top: -15px;
}

.bottomlinks a {
	font: 10px/1.5 Arial, sans-serif;
	color: #E8D8E8;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.bottomlinks a:visited {
	text-decoration: none;
	font: 10px/1.5 Arial, sans-serif;
	color: #E8D8E8;
}

.bottomlinks a:active {
	text-decoration: none;
	font: 10px/1.5 Arial, sans-serif;
	color: #E8D8E8;
}

.bottomlinks a:hover {
	text-decoration: underline;
	font: 10px/1.5 Arial, sans-serif;
	color: #E8D8E8;
}

.menulinks a {
	width: 190px;
	color: #ffffff;
	padding-left: 10px;
	text-decoration: none;
	font: 17px/1.5 Arial, sans-serif;
}

.menulinks a:visited {
	width: 190px;
	color: #ffffff;
	padding-left: 10px;
	text-decoration: none;
	font: 17px/1.5 Arial, sans-serif;
}

.menulinks a:active {
	width: 190px;
	color: #ffffff;
	padding-left: 10px;
	text-decoration: none;
	font: 17px/1.5 Arial, sans-serif;
}
.menulinks a:hover {
	background: url('menuback.png');
	width: 190px;
	color: #000000;
}