/* global defaults for display */
@import "br_nonav.css";

/* set the desired width of the page */

.tbPage
{
	text-align: center;
	width: 750px;
	margin-top: 0px;
}

.tbPage .LeftCol
{
	display: none;
}

.tbPage .Content
{
	width: 650px;
}

.tbPage .RightCol
{
	text-align: right;
	width: 225px;
	height: 100%;
	padding-bottom: 10px;
	padding-right: 10px;
	display: block;
	background-color: white;
}

.tbPage .Footer
{
	text-align: center;
}

.tbContet
{
	width: 515px;

}

