/**/

#main {
	background-color:#FFFFFF;
	position:relative;
	top:20px;
	left:0px;
	width:770px;
	border:1px solid #CCCCCC;
	padding-bottom:0px;
}
#nav_text {
	display:none;
}
#date {
	position:absolute;
	left:600px;
	top:100px;
}
#left_column {
	position:relative;
	top:120px;
	float:right;
	width:500px;
	border-right:0px solid #CCCCCC;
	padding-bottom:10px;
	margin-bottom:130px;
	margin-right:0px;
}
table {
	width:500px;
	border:0px;
}
td {
	border:0px;
	vertical-align:top;
}
#right_column {
	display:none;
}

