body { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; margin: 0; padding: 0; }	
code { font-family : "Courier New", Courier, monospace; }

#wrapper-outer { width: 964px; margin: 0px auto;}
#header { height: 50px; }
#main { clear: left; border-top: 1px dotted #ccc; }
#footer1 { border: 1px solid #ccc; margin: 5px; font-size: 9px; font-style: italic; font-weight: bold; text-align: center; padding: 5px; }
#footer  
{
	clear: both;
	height: 10px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

.widget { margin: 10px; }
.widget-title { border-bottom: 1px solid #ccc; padding: 2px; font-weight: bold; }
.widget-body { background-color: white; }

.border-left-dotted { border-left: 1px dotted #ccc; }
.border-right-dotted { border-right: 1px dotted #ccc; }

#ul-menu {
	/* background-image: url(/tc/common/images/navi_bg.png); */
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #ccc; 
}

.li-menu {
	float: left;
	border-right: 1px solid #ccc;
}

#ul-menu a {
	/* background-image: url(/tc/common/images/navi_bg_divider.png); 
	background-repeat: no-repeat;
	background-position: right; */
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	color: #371C1C;
}

#ul-menu a:hover {
	color: #fff;
	background-color: #666;
}
