body, td {
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 12px;
}
body {
   background-color: #f4f6f8;
}
html, body, form {
   margin: 0;
   padding: 0;
}
div.content-container {
   margin: auto;
   width: 610px; 
}
div.content {
   background-color: white; 
   border-left: solid 1px #c8d3de; 
   border-right: solid 1px #c8d3de; 
   float: left;
}
div.content div.left-column {
   float: left; 
   width:500px;
}
div.content div.right-column {
   float: left; 
   margin-left: 8px;
   margin-top: 30px; 
   overflow-x: hidden;
   width: 100px; 
}
div.heading {
   padding: 30px 10px 20px 10px
}
div.text-block {
   padding: 0px 10px 10px 10px;
}
div.spacer30 {
   height: 30px;
}