body {
	margin: 0;
	padding: 0;
	background: #E6E6E6 url(images/page_bg.png) repeat-y center top;
	text-align: center;
}

.tblabel {
  text-align: right;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
/*	background: #33ccff url(images/column_bg.png) repeat-y right top; */
	background: #33ccff repeat-y right top;
	text-align: left;
}


#main {
  display: inline; /*for IE */
	float: left;
	width: 419px;
	margin-left: 160px;
	padding-left: 10px;
	border-left: 1px dashed #999999;
}


#nav {
	float: right;
	width: 160px;
	background-color: #33ccff;
}


#news {
	float: left;
	width: 160px;
	margin-left: -590px;
	background-color: #33ccff;
}


#legal {
	clear: both;
	margin-right: 160px;
	padding: 5px 160px 20px;
	border-top: 1px dashed #999999;
	font-weight: bold;
	color: #666666;
}

* html #main {
	width: 430px;
	w\idth: 419px;
}
