body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background-color: #333333;
	/*background-image: url(images/P6180003.jpg);*/
	background-position: center center;
	color: #aaaaaa;
	font-size: 9pt;
	overflow: hidden;
}

h1 {
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 6px;
	color: #ffffff;
}

h2 {
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 6px;
	color: #dddddd;
}

h3 {
	margin: 5px;
	color: #bbbbbb;
}

p {
	margin: 5px;
	line-height: 1.2em;
}

.homeFloat01 {
	margin: 10px;
	position: absolute;
	right: 50%;
	bottom: 50%;
	border: 1px solid #ffffff;
	padding: 0px;
	background-image: url(images/black60.png);
	text-align: right;
}

.homeFloat02 {
	margin: 10px;
	position: absolute;
	left: 50%;
	bottom: 50%;
	border: 1px solid #ffffff;
	padding: 0px;
	background-image: url(images/black60.png);
}

.homeFloat03 {
	margin: 10px;
	position: absolute;
	right: 50%;
	top: 50%;
	border: 1px solid #ffffff;
	padding: 0px;
	background-image: url(images/black60.png);
	text-align: right;
}

.homeFloat04 {
	margin: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #ffffff;
	padding: 0px;
	background-image: url(images/black60.png);
}

.thumbs {
 	padding: 10px;
 	display: inline;
 	width: 35%;
 	min-width: 300px
 }

.thumbs a:link img,
.thumbs a:active img,
.thumbs a:visited img {
	border: 1px solid #999999;
}

.thumbs a:hover img {
	border: 1px solid #ffffff;
}

.thumbs div {
	float: left;
	display: inline;
	margin: 2px;
}

.info {
	min-width: 300px;
	width: 35%;
	padding: 10px;
}

/*.pageInfo {
	margin: 10px;
	position: absolute;
	right: 60%;
	width: 25%;
	min-width: 250px;
	top: 2%;
	border: 1px solid #ffffff;
	padding: 6px;
	background-image: url(images/black60.png);
}

.pageContent {
	margin: 10px;
	position: absolute;
	left: 40%;
	top: 2%;
	width: 45%;
	min-width: 400px;
	border: 1px solid #ffffff;
	padding: 6px;
	background-image: url(images/black60.png);
}*/

.features {
	font-weight: bold;
	font-size: 1.2em;
}

.footer {
	position: absolute;
	bottom: 0px;
	border-top: 1px solid white;
	width: 100%;
	background-image: url(images/black60.png);
	color: #444444;
}

.footerMenu {
	padding: 6px;
	font-size: 1.5em;
	color: #777777;
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}

h3 a:hover {
	color: #ffffff;
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #777777;
}

.footer a:hover {
	color: #ffffff;
}

.selected a:link, .selected a:visited, .selected a:active {
	color: #cccccc;
}

.selected a:hover {
	color: #ffffff;
}

.contactInfo {
	padding: 6px;
	text-align: right;
	color: #ffffff;
}