@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,600,600italic,700italic,800,800italic|Open+Sans+Condensed:300,300italic,700');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans+Mono');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

body { font:14px/22px "Open Sans", sans-serif; color:#def; margin:0; padding:0 }
p, div, h1, h2, h3, h4, h5, input, select, textarea, ul, li, a { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
p, h1, h2, h3, h4, h5 { margin:0 0 15px 0 }
a { color:#def}

#header { width:100%; max-width:1000px; margin:0 auto }
#header img { width:100% }

#outer { width:100%; max-width:1000px; margin:0 auto; box-shadow:0 0 6px rgba(0,0,0,.8) }
#top { margin:0; padding:0; line-height:0 }
#top img { width:100% }
#main { margin:0; padding:0 5%; min-height:600px; background:#012 url('/images/bg.jpg') no-repeat top/100%; color:#def }
#menu { margin:0 auto; width:350px; height:28px; border-left:1px solid #def }
#menu a { display:block; float:left; height:28px; border:1px solid #def; border-left:none; text-decoration:none; padding:2px 10px }
#menu a.selected { background:#def; color:#012}