body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
}
a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#page-container {
	width: 900px;
}
.left-rounded {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	width: 110px ;
	float: left;
	padding: 5px;
}
.right-body {
	width: 768px;
	float: none;
	border: 1px solid #000;
	border-left-width: 0px;
	float:right;
	padding: 5px;
}
