.thrColFixHdr #container {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e8d5ad;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: justify;
} 



.thrColFixHdr #sidebar-txt1 {
	float: left;
	width: 170px;
	padding: 0px 0px 0px 10px;
	height: 600px;
	margin-left: 14px;
	/* background-image:url(../_gallery/_menu_sx/fondo_sx-bgr-170.png);*/
	background-repeat: no-repeat;
}

.thrColFixHdr #sidebar-txt2 {
	float: right; 
	width: 169px; 
	padding: 0px 0px 0px 0px; 
	height: 600px;
	margin: 0 10px 0 0;
}


}
.thrColFixHdr #mainContent-nophp {
	margin: 0px 0px 0px 200px;
	padding: 0px 0px 0px 10px;
} 

#mainContent-nophp h1{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 10px 0 0 0;
	height: 378px;
}

#sectionLinks a {
	display: block;
	/* border-top: 1px solid #cccccc;  */
	padding: 0px 0px 0px 0px;
}

#sectionLinks a:hover{
	background-color: #999999;
}

#navBar{
	float: left;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#navBar li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
