html,body {background: #cc3300;font-family: Helvetica, Arial, sans-serif;}
#page {background: #fff;margin: 5% auto;width:800px;padding: 25px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;box-shadow:0px 0px 10px #333333;-webkit-box-shadow:0px 0px 10px #333333;-moz-box-shadow:0px 0px 10px #333333;}
h1 {margin: 0;font-size: 2.5em;font-weight: normal;color: #cc3300;}
h2 {font-weight: normal;text-align: center;font-size: 1.3em;margin: 0 0 0.25em;color: #444;}
#left {float: left;width: 375px;}
#right {float: right;width:375px;}
#right table {width:100%;border-collapse: collapse;border: 1px solid #ccc;}
.top th {text-align:left;background: #eee;padding:5px;color: #000;border-bottom: 2px solid #ccc;}
td {padding: 5px;color: #666;font-size: 0.9em;}
.shade th,
.shade td {background: #f1f1f1;}
address {font-style: normal;}
address p {margin: 0;line-height: 1.5;font-size:0.8em;color: #666;}
.title {font-size: 1em;}
#links {text-align: right;margin: 0 0 1.5em;;}
a {color: #666;text-decoration: none;padding: 0 0 0 25px;}
a:hover {color: #cc3300;}

.void {display: none;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

