﻿/*local css*/
.Left-link {
	float: left;
	/*width: 150px;*/
	width: 10em;
	height:1000px;
	padding-left:1em;
	font-weight:bold;
	background-color:silver;
	background-image:url('../../img/leftPanel.gif');
	background-repeat: repeat-y;

}
.Center-contents{
	height:1000px;
	background-color:white;	
}
.Right-side{
	float:right;
	height:1000px;
	background-color:white;
}
.ranking {
	border-color: #0000FF;
	border-style: solid;
}
