body  {
	background: url(images/bg.png) repeat-x top #010101;
	margin: 0; 
	padding: 0;
	text-align: center;
	color:#666;
	height: 100%;
}

a {
	color: #FFFFFF;
}

.twoColFixLtHdr #container { 
	position:relative;
	width: 957px;
	background: #000000;
	border-left: ridge;
	border-right: ridge;
	border-color: #76adbc;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	min-height:100%;
}

.twoColFixLtHdr #header {
}

.twoColFixLtHdr #menu {
	background: #000000;
	height: 40px;
	text-align: center;
}

.twoColFixLtHdr #menu a {
	background: url(images/button.png) no-repeat;
	text-align: center;
	float:left;
	display: block;
	padding-top: 10px;
	width: 144px;
	height: 30px;
	text-decoration: none;
	margin-left: 13px;
}

.twoColFixLtHdr #menu a:hover {
	background: url(images/button_over.png) no-repeat center;
}

.twoColFixLtHdr #content { 
	background: url(images/content.png) no-repeat #000204 top;
	padding: 30px;
	min-height:70%;
	color: #FFFFFF;
	position: relative;
} 
.twoColFixLtHdr #footer { 
	padding: 0;
	text-align: center;
	color: #ffffff;
	width: 957px;
	background: #000204;
	bottom: 0;
	height: 40px;
	margin: 0 auto;
	position: relative;
	border-left: ridge;
	border-right: ridge;
	border-color: #76adbc;
} 

.fltrt { 
	float: right;
	width: 400px;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	width: 400px;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

#slideshow {
	display:block;
	width:357px; 
	height:239px; 
	background: url(images/slideshowbg.png) no-repeat; 
	border: groove; 
}

.stretch {
	position:relative;
	top: 0px;
	height: 75%;
	min-height: 75%;
	visibility: hidden;
}