.slideshow {
	background-image: url(images/bglogo.jpg);
	height: 300px;
	width: 400px;
	background-repeat: no-repeat;
	float: left;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 400px;
	margin: 10px;
	padding: 10px;
	float: right;
	vertical-align: top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #000066;
}


.page {
	width: 900px;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.header {
	height: 100px;
	width: 900px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	background-color: #FFFFFF;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	height: 100px;
	width: 900px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	background-image: url(images/bg_footer.gif);
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.textbody {
	width: 900px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
}
.textbox_mainleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 400px;
	margin: 10px;
	padding: 10px;
	float: left;
	vertical-align: top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #333333;
	text-align: left;
}
.textbox_mainright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 400px;
	margin: 10px;
	padding: 10px;
	float: right;
	vertical-align: top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #333333;
	text-align: left;
}
