#page {
	width:1020px;
	padding:0 0 10px 0;
	margin:0 auto;
	background-color:#F5F5F5;
	height:2200px;


}


#login{
	width:auto; display:block; height:10px;
	text-align:right
}
#topbar{
	width:auto; display:block; height:87px;
}
#navbar{
	width:auto; display:block; height:24px;
}

#main{
	width:auto; display:block;float:none
}
#column_left{
	margin-left:20px;width:560px; margin-right:20px; float:left;
}
#column_right{
	width:200px; float:left;
}
div.spacer{
	clear:both; height:10px; display:block;
}
div.spacer1{
	clear:both; height:300px; display:block;
}
#footer{
	width:auto; display:block; height:24px;
	text-align:center;
	color:#333333;
	background:#999999;
}
