body{
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#content_right {
    width: 322px;
    height: 488px;
    overflow: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#content_left {
    width: 326px;
    height: 308px;
    overflow: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.smaller-text  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
.smaller-text a:link { text-decoration:none  }
.smaller-text a:visited {text-decoration:none  }
.smaller-text a:active {text-decoration: none  }
.smaller-text a:hover {text-decoration: underline  }


