body, html {
	margin: 0px;
	background-color: #FFF;
	font-size: 13px;
	font-family: skia, sans-serif;
	color: #61673E;
}
a { 
	text-decoration: none;
	color: #61673E;
}
a:hover { color: #F60; }

div#container { 
	width: 800px;
	margin: 0 auto 0 auto;
}

div#center {
	width: 600px;
	margin: 0 0px 10px 5px; 
	float: left;
	border-left: 1px solid #06C;
    border-right: 1px solid #06C;
    border-bottom: 1px solid #06C;
}
div#bot {
	height: 20px;
	padding-top: 6px;
    border-top: 1px solid #06C;
}
div#right  {
   width: 180px;
   padding-top: 110px;
   float: right;
   text-align: left;
}
img { border: 0;}

table td {
	vertical-align: bottom;
	text-align: center;
}

table img {
	border: 1px solid #61673E;
	padding: 1px 1px 1px 1px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.menuSel {
	color: #F60;
}