body
{
	margin:0px;
	padding:0px;
	border:0px;
	height:100%;
	background-image:url('images/background.gif');
}



.leftColumn
{
	width:20%;
	height:100%;
	padding:0px;
	margin:0px;
	padding-left:6px;
	padding-right:3px;
}



.rightColumn
{
	width:80%
	height:100%;
	padding:0px;
	margin:0px;
	padding-right:6px;
	padding-left:3px;
}


.bottom
{
	width:100%;
	height:40px;
	padding:0px;
	margin:0px;

	color:#c0c0c0;
	font:bolder 11px Tahoma;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	cursor:default;
}








.bottomBarLeft
{
	background-position:left;
	background-image:url('../images/bottomBar.gif');
	background-repeat:none;
	width:50%;
	height:10px;
}


.bottomBarRight
{
	background-position:right;
	background-image:url('../images/bottomBar.gif');
	background-repeat:none;
	width:50%;
	height:10px;
}
