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;
	height: 590px;
	border: 2px solid #0CC;
	margin: 0 auto 0 auto;
}
div#topnav {
	border-bottom: 1px solid #3CC;
	border-top: 1px solid #3CC;
	padding: 10px 0 10px 10px;
}
div#leftnav {
	width: 150px;
	 padding: 10px 0 5px 5px; 
	float: left;
	height: 400px; /* minus 10px due to IE problem */
	border-right: 1px solid #3CC;
}
div#leftnav ul {
   list-style: none;
	margin: 0;
	padding-left: 30px;
}
img { border: 0;}

div#icenter {
	width: 640px;
height: 400px;
	float: right;
}
div#icenter a {
	font-size: 11px;
}

div#botsenti {
	padding-top: 60px;
	font-size: 9px;
	padding-left: 10px;
	
}
div#footer {
	clear: both;
	border-top: 1px solid  #3CC; 
	padding-top: 10px;
	font-size: 9pt;
	height: 30px;
}
table td {
	vertical-align: bottom;
	font-size: 11px;
}

table img {
	border: 1px solid #61673E;
	padding: 1px 1px 1px 1px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}