html, body { height: 100%; }
body { background: #d6d7c6; margin: 0; padding: 0; color: #1a1a1a; text-align: center; font-family: Arial, Helvetica, sans-serif; }

#wrapper { width: 960px; min-height: 100%; margin: 0 auto -70px; }
#header { width: 960px; padding: 40px 0 0; }
#main { width: 960px; }
#counter { width: 960px; clear: both; }
#push { height: 70px; clear: both; }
#footer { width: 960px; height: 70px; margin: 0 auto; }

a { color: #56595c; text-decoration: none; }
a:hover { color: #56595c; }
h2 a:hover { border-bottom: 1px dashed #56595c; }

h1 { color: #ce1008; font-size: 18px; margin: 0 0 2px; }
h2 { color: #56595c; font-size: 16px; margin: 0; }

p, ul { font-size: 13px; }

ul.double { margin: 20px 0; padding: 0 160px; width: 640px; overflow: hidden; list-style: none; clear: both; }
ul.tripple { margin: 20px 0; padding: 0; width: 960px; overflow: hidden; list-style: none; clear: both; }
ul.double li { margin: 0; padding: 0; float: left; display: inline; width: 50%; }
ul.tripple li { margin: 0; padding: 0; float: left; display: inline; width: 33.333%; }

#header p { font-weight: bold; color: #99999; margin-bottom: 0; }

img { border: 0; }

#footer p { color: #999999; font-size: 9px; line-height: 70px; margin: 0; }
#footer p a { color: #999999; text-decoration: none; border: 0; }
#footer p a:hover { color: #ce1008; }
