/* css reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
em, font, img, q, s, samp,
small, strike, strong, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

html { overflow-y:scroll; }
ol, 
ul { list-style:none; margin:0; padding:0; }

/* generic */
body
{
  background: #FFFFFF;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 13px;
  overflow: hidden;
}

a
{
  color: #0000EE;
  text-decoration: none;
}
a:hover, a:visited
{
  color: #0000AA;
}

.inner
{
  width: 800px;
  margin: 0 auto;
  position: relative;
}

/* header */
header
{
  background-color: #333;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  float: left;
}
header #logo
{
  margin: 1px 0 0 45px;
  float: left;
}

header #logo img {
  height: 38px;
}

#auth { 
  background: #3b0707; 
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  z-index: 500;
}
#auth a, #auth a:visited { color: #ffffff; }
#auth a:hover { color: #FFFFFF; }

/* content */
#wrapper
{
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

#members
{
  width: 240px;
  text-align: center;
  list-style: none;
  margin: 5px 20px 0 0;
  float: left;
}
#members h2
{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
}
/*
#members li
{
  width: 240px;
  margin: 0 0 10px 0;
  display: block;
}*/
#members li h3
{
  font-size: 12px;
  font-weight: bold;
}
#members li h4
{
  font-size: 11px;
  font-weight: bold;
}

#content
{
  width: 540px;
  position: relative;
  float: left;
}
#content h1
{
  font-size: 24px;
  color: #555555;
  border-bottom: 2px solid #000000;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
#content #register_form
{
  width: 540px;
  height: 550px;
  margin: 0 0 0 10px;
  float: left;
}

/* footer */
#footer
{
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}