* { margin: 0; padding: 0; }
@font-face { font-family: "FuturaBold"; src: url("futurabold.ttf"); }
body { background-color: #fafafa; text-align: center; }
#menu { width: 776px; margin: 0 auto; padding: 12px; 
background-color: #555; background: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgb(51,51,51)), color-stop(0, rgb(102,102,102))); background: -moz-linear-gradient(center bottom, rgb(51,51,51) 100%, rgb(102,102,102) 0%); -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;}
h1 { font: 20px "FuturaBold", sans-serif; color: #fff; line-height: 20px; text-shadow: 0 2px 0 #222; text-align: left; margin-top: 12px; }
ul#nav { clear: both; text-align: left;}
ul#nav li { display: inline; color: #ddd; font: 12px verdana, sans-serif; text-transform: uppercase; background-color: rgba(94,94,94,0.7); padding: 4px; margin-right: 6px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
ul#nav li:hover { background-color: rgba(194,194,194,0.3); cursor: pointer; }
img#logo { display: inline; float: right; }
#main { width: 800px; margin: 12px auto 0 auto; padding-bottom: 12px; text-align: left; background-color: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
img#big { display: inline; float: left; }
#copy { float: right; width: 376px; padding-right: 12px; }
h2 { font: 32px "FuturaBold", sans-serif; color: #333; line-height: 32px; text-align: center; margin: 18px auto 0 auto; }
h3 { font: 16px "FuturaBold", sans-serif; color: #999; line-height: 16px; text-align: center; margin: 10px auto 10px auto; }
#copy p { font: 14px verdana, sans-serif; color: #000; margin-bottom: 24px; }
.pane { width: 247px; margin: 24px 0 4px 0; padding: 6px; display: inline; float: left; background-color: #fff; border: 1px solid #aaa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; font: 11px verdana, sans-serif; }
img.thumb { display: inline; margin: 0 4px 4px 0; vertical-align:text-top; float: left; }
#footer { width: 788px; margin: 24px auto; clear: both; padding: 6px; border-top: 1px solid #666; background-color: #eee; font: 11px verdana, sans-serif; }
p#left { width: 500px; display: inline; float: left; text-align: left; }
p#right { width: 200px; display: inline; float: right; text-align: right; }
a, a:hover, a:active, a:visited { color: #000; }