body {
	margin-top: 0px;
	margin-bottom: -14px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #6699ff;
	color: black;
	text-align: center;
	font-family: Arial, san-serif;
	font-size: 12px;
	line-height: 20px;
}

a, a:visited {
	color: #ccddff;
	font-family: Verdana, Arial, san-serif;
	font-size: 13px;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffee00;
}

#centerblock {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat-y;
}

#subtitle {
	width: 660px;
	color: white;
	font-family: "Arial Black", Arial, san-serif;
	font-size: 12px;
}

#smalltext {
	font-family: Arial, san-serif;
	font-size: 10px;
	color: white;
}

#leftlist {
	position: relative;
	float: left;
	width: 290px;
	background-color: #1d3f83;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}

#rightlist {
	position: relative;
	float: right;
	width: 290px;
	background-color: #1d3f83;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	color: white;
}

#invistext {
	display: none;
}

.ftgalleries img {
	border-style: solid;
	border-color: #1d3f83;
	border-width: 4px;
}

.ftgalleries img:hover {
	border-color: #ffff00;
}