/* CSS Document */
body {
	background-color: #231f20;
	background-image: url('/images/large_template_17.jpg');
	background-repeat: no-repeat;
	background-position: center 98; 
/*  background-position: center; 
	background-position: 0 98;         tried this but no-go    */
}
.text_footer a {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #E2E4E3;
    text-decoration: none;
}
.text_footer a:hover {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	text-decoration: underline;
}
.default {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #E2E4E3;
}
.button {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #231f20;
}
.slideshow {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #E2E4E3;
    text-decoration: none;
	font-weight:normal;
}
.text_box {
	font-family: Verdana;
	font-size: 12px;
	color: #231f20;
}
.text_email a {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #E2E4E3;
    text-decoration: none;
}
.text_email a:hover {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #E2E4E3;
	text-decoration: underline;
}
.thinborderfloat {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 
.cellboarder {
  border:solid 1px silver;
} 
