/* 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; }

/************************************************************************************************/
body {
  background: #dedede;
  line-height: 2em;
  font: 14px helvetica neue, helvetica, arial;
  color: #000000;
}

a, a:hover, a:visited { color: #0032a5; text-decoration: underline; }

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.inner
{
  width: 980px;
  margin: 0 auto;
  position: relative;
  top: 50px;
}

#header { color: #ffffff; width: 100%; height: 477px; padding: 0; top: 51px; left: 0; position: absolute; }
#header .grid-full { background: url("/tour/zgffling2/images/header_bg.jpg"); height: 426px;  z-index: 10; }


#auth { 
  background: #111; 
  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; }


#top-container { background: url("images/nav_bar.jpg") repeat-x; width: 100%; height: 51px; position: absolute; top: 0; left: 0; z-index: 5; }
#top-container .grid-full { height: 51px; width: 900px; margin:0 auto; position: relative; }
#top-container #girl { background: url("images/girl.png"); width: 326px; height: 477px; position: absolute; top: 0; right: 20px; z-index: 400; }
#top-container #logo { float: left; }
#top-container #phrase { font-size: 18px; font-weight: bold; color: #FFFFFF; margin: 12px 0 0 20px; float: left; }
#top-container #phrase a { color: #ffffff; }
#top-container #phrase a:visited { color: #ffffff; }
#top-container #phrase a:hover { color: #5383b5; }


/* 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;
}

#name {
	color: #FFF;
	font-size: 24px;
	text-shadow: 4px 4px 4px #000;
	position: absolute;
	top: 543px;
	left: 20px;
	text-align: right;
	font-weight: bold;
	
}

#title { 
	position: absolute;
	top: 0px;
	left: 30px;
	color:#FFF;
	font-size: 56px;
	text-shadow: 2px 2px 2px #999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

#thumbs { 
margin: 0 auto;
width: 1000px;
padding-top: 7px;
position: relative;
top: 50px;
}

#thumbs ul li {
	float: left;
	padding-left: 31px;
	
}

#content
{

  width: 480px;
  height: 520px;
  float: left;
  position: absolute;
  top: 90px;
  right: 20px;
  color: #000;
  background-image: url('/tour/zbigvid4/ifbg.png');
  background-repeat: no-repeat;
  padding-top: 20px;

  
}
 


#content h1
{
  font-size: 22px;
  color: #FC0;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}
#content #register_form
{
  width: 540px;
  height: 550px;
  margin: 0 0 0 10px;
  float: left;
}

/* footer */
footer, .footer
{
  width: 900px;
  height: 92px;
  font-size: 11px;
  line-height: 15px;
  margin: 0 auto;
  top: 50px;
  position: relative;
}