/* CSS Document */

div#top{
	float: left;
	width: 700px;
	margin:0;
	padding:0;
}

div#sidebar{
	float: right;
	width: 300px;
	padding: 0;
	margin:0;
}

div#sidebar ul{
	width:151px;
}



div#top .topics{
	float: left;
	width: 700px;
	padding-bottom: 1px;
	background: url(../../images/top/bgTopTopcs_bot.gif) no-repeat left bottom;
	margin-bottom: 15px;
}
div#top .topics .spanbox{
	float: left;
	width: 700px;
	background: url(../../images/top/bgTopTopcs.gif) repeat-y;
}

div#top .topics .rightbox{
	float: right;
	width: 344px;
}


div#top .localmenu{
	clear: both;
	float: left;
	width: 700px;
	background: url(../../images/top/bgTopLocalmenu_bot.gif) no-repeat left bottom;
	padding-bottom: 1px;
}

div#top .localmenu .leftbox{
	float: left;
	width:345px;
}

div#top .localmenu .centerbox{
	float: right;
	width:345px;
}


div#top .localmenu .rightbox{
	float: right;
	width: 10px;
}


div#top .localmenu .spanbox{
	clear: both;
	float: left;
	width: 700px;
	background: url(../../images/top/bgTopLocalmenu_r.gif) repeat-y;
}





