@import url(_tango.info_.css);
div.all {

	width:960px; 
	margin:auto;
	osition:absolute;
	eft:50%;
	argin-left:-480px;	/*80 to left because 160 smaller than general*/
}


div.all_center{
	width:480px;
}


div#content{
	margin:10px;
	/*background-color:#f9f9f9;*/
	in-height:400px;
	width:940px;
}


div#content_inner{
	display:block;
	float:left;
	argin-left:150px;
	width:630px;
	order:1px solid #000;
}

div#menu {
	order:1px solid #f00;
	float:left;
	width:145px;
	argin-right:10px;
}

div#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
div#menu ul a{
	display:block;
	width:140px;
	border-top:1px dotted #000;
	font-size:110%;
	font-weight:800;
	text-decoration:none;
	padding:3px;
}
div#menu ul a:hover,div#menu ul a:focus{
	background-color:#ccc;

}

