@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600,400italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);

body * { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  }

body { font-size: 14px; font-family: 'Open Sans', Arial, Verdana, Georgia, Helvetica, sans-serif; margin: 0; padding: 0; color: #000; background: #d3d3d3 } 
.clear { clear: both }
img { border: none }
.inside { width: 1100px; margin: 0 auto; position: relative }
.grid { background: url(../images/grid.png) }
.anim { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out }
.round { khtml-border-radius: 6px; moz-border-radius: 6px; webkit-border-radius: 6px; border-radius: 6px }

#header { width: 1100px; margin: 80px auto 0 auto }
#header a { display: block; text-align: center }
#header .under { text-align: center; font-size: 15px; background: #f4f6f9; margin: 10px 0; padding: 10px }
#header .under a { color: #000; text-decoration: none; display: block }
#header .under a:hover { text-decoration: underline }
#header ul { text-align: left; width: 1100px; margin: 0 auto 20px auto; padding: 0 0 0 30px }

#copyright { margin-top: 20px; clear: both; text-align: center; padding: 20px 0 }
#copyright a { color: #333 }
#copyright a:hover { color: #000; text-decoration: none }