@charset "utf-8";
/* CSS Document */

/*put firefox and IE on the same level as far as margins and padding*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

body {
  background: #363636 url(bg.png) repeat-x; 
  color: white;
}

img {
  border: 0;
  margin-bottom: 20px;
}

a {
  color: white;
  font-weight: bold;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline; 
}

#container {
  text-align: center;
}

#main {
  width: 500px;
  margin: 100px auto 0 auto;
  text-align: center; 
}

p {
  padding: 0px 0 10px 0; 
}

ul {
  margin-top: 20px; 
}

li {
  display: inline;
  padding: 0 10px;
}

.small {
  font-size: 0.8em; 
}

.section {
  padding: 20px 0 10px 0; 
}

#gun img {
  border: 2px solid white;
  margin: 0 5px 5px 5px;
}

#aig_q a {
  color: #71C2FF;
}