/* Styles for Name Generator */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-align: justify; }

body {
  background: #538BC4 url(images/bg.gif) repeat-x center top;
  line-height: 1.5;
  text-align: center;
  font-family: tahoma, arial, sans-serif;
  font-size: 80%;
}

h1 { font-size: 197%; color: #111111; }
h2 { font-size: 160%;  }
h3 { font-size: 145%;  }
p { margin-top: 8px;margin-bottom: 15px; }
h2 a {
  color: #000000;
}
a { color: #0075FF; text-decoration: none; }
a:hover { text-decoration: underline; }

#container {
  margin: 0 auto;
  width: 975px;
  text-align: left;
  background: #ffffff url(images/content-bg.gif) no-repeat top left;
  padding-top: 6px;
}
#header {
  margin: 30px auto 0 auto;
  width: 975px;
  text-align: left;
  background: transparent;
}
#header h1 {
  margin: 0 0 0 20px;
}
#header h1 a{
  font-size: 200%;
  color: #ffffff;
}

#content {
  float: left;
  width: 606px;
  padding: 16px;
  background: transparent;
}

#layout-container {

}
#layout-iframe{
  width: 100%;
  height: 1400px;
  background: #ffffff;
}
#thecode {
  width: 100%;
  height: 150px;
}

#sidebar {
  float: right;
  width: 300px;
  padding: 16px;
  margin-top: 5px;
  background: transparent;
}
#sidebar ul {
  
}
#sidebar li {
  list-style: none;
}
#sidebar li li a {
  display: block;
  background: transparent url(images/bullet.png) no-repeat left center;
  padding: 6px 6px 6px 20px;
  border-bottom: 1px #eeeeee solid;
}

#footer {
  clear: both;
  padding: 16px;
  background: transparent url(images/footer.gif) no-repeat left bottom;
  border-top: 1px #ffffff solid;
  margin-bottom: 20px;
}