#centerColumn {
 border-left: none !important;
 padding-left: 0px !important;
}

.columns {
	width: 600px;
	height: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	overflow: hidden;
}
.column-0, .column-1, .column-2 {
 	width: 189px;
 	font-size: 10px;
 	color: #605d5d;
	padding-left: 5px;
	padding-right: 5px;
}

.column-0, .column-1 {
	border-right: 1px solid #cccccc;
}


.columns-top {
	width: 600px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.columns-top-left {
	height: 5px;
	width: 5px;
	float: left;
	background-image: url(../index/corner_tl.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
}

.columns-top-center {
	height: 5px;
	border-top: 1px solid #ccc;
	float:left;
	width: 590px;;
}
.columns-top-right {
	height: 5px;
	width: 5px;
	float: right;
	background-image: url(../index/corner_tr.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
}


.columns-bottom {
	width: 600px;
	clear: both;
}

.columns-bottom-left {
	height: 5px;
	width: 5px;
	float: left;
	background-image: url(../index/corner_bl.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}

.columns-bottom-center {
	height: 5px;
	border-bottom: 1px solid #ccc;
	float:left;
	width: 590px;;
}
.columns-bottom-right {
	height: 5px;
	width: 5px;
	float: right;
	background-image: url(../index/corner_br.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}


ul.char-container {
	list-style: none;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}

ul.char-container li.char {
	border-right: 1px solid #605d5d;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

ul.char-container li.char_last{
	border-right: 0px solid #605d5d;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

ul.char-container li a {
	text-decoration: none;
	margin: 3px 4px;
	padding: 0px;
	color: #605d5d;
}

div.char-section {
	background: #efefef;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 4px 0px;
}

div.char-section a {
	color: #679e05;
	margin-left: 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.entry {
	background-image: url(../index/entry.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	text-indent: 8px;
	margin-left: 5px;
	letter-spacing: -0.2px;
}

.entry a {
	color: #605d5d;
	text-decoration: none;
}

.entry a:hover {
	color: #605d5d;
	text-decoration: underline;
}

.sub-entry {
	background-image: url(../index/sub-entry.gif) ;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	text-indent: 8px;
	margin-left: 25px;
	letter-spacing: -0.2px;
}

.sub-entry a {
	color: #605d5d;
	text-decoration: none;
}

.sub-entry a:hover {
	color: #605d5d;
	text-decoration: underline;
}

