body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#container {
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 854px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mainText {
	height: 539px;
	width: 506px;
	position: relative;
	left: 24px;
	top: 249px;
	overflow:hide;
	float: left;
}
#leftcolumn, #rightcolumn {
	float: left;
	width: 220px;
	position: relative;
	padding: 0px 17px 10px 14px;
	text-align: justify;
	top: 10px;
	line-height: 13px;
}
.homepic {
	margin-top: 8px;
	margin-bottom: 8px;
}
#rightcolumn {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #95866F;
	padding-left: 16px;
	line-height: 15px;
}
#connect {
	width: 210px;
	top: 430px;
	position: relative;
	float: left;
	margin-left: 55px;
	text-align: justify;
}
.highlighted {
	font-weight: bold;
	color: #FC0;
}
a {
	color: #FFF;
}

a.visited {
	color: #ccc;
}
