#home-movie
{
  width:745px;
  height:269px;
  background-color:black;
}


#pad-clear
{
  height:13em;
  clear:both;
}

.small-link
{
  color:#535353;
  font-size:10px;
}


.columns
{
  float:left;
}

.columns p
{
  /*margin-top:5px;*/
  margin-bottom:15px;
}

#col-1
{
  
  width:140px;
  
  padding-left:20px;
  padding-top:20px;
  
  /* Push next column (2) over enough */
  margin-right:9px;
  
}

#col-1 p
{
  padding-right:21px;
  
}


#col-2
{
  width:518px;
  
  /* Push next column (3) over enough */
  margin-right:0px;
}

#next-event
{
  width:518px;
  height:216px;
  
  background-image:url('../gfx/home/next_event_bg_l.gif');
  background-repeat:no-repeat;
  
  position:relative;
  left:17px;
  /*padding-top:39px;
  padding-left:28px;*/
}

/* Float the p's in next event */
#next-event p
{
  float:left;
  position:relative;
  top:39px;
  left:28px;
  /* No IE 6 Support */
  max-width:330px;
}

/* so will give id and set width */
#next-event #event-info
{
  width:330px;
}


/* add space to right of image */
#next-event img
{
  margin-right:10px;
}


/* shortwidth for sub colums of large center column */
.minis
{
  width:175px;
  
  margin-top:20px;
  
  position:relative;
  left:15px;
  margin-right:3px;
 
}

.minis img
{
  /*margin-top:-6px;*/
  padding-bottom:10px;
}

.minis p,h2
{
  padding-left:6px;
  /*padding-right:15px;*/
  width:150px;  
  font-weight:normal;
  
}


#news-mini
{
   width:500px;
   
}

#news-mini p
{
  padding-left:6px;
  /*padding-right:15px;*/
  width:495px;  
  
}

#news-mini img
{
  width:515px;
}



#col-3
{
  width:187px;
}

#member-moment
{
  position:relative;
  left:25px;
  width:188px;
  height:216px;
  
  background-image:url('../gfx/home/member_bg_l.gif');
  background-repeat:no-repeat;
}

.btn
{
  display:block;
}

#register-btn
{
  margin-top:5px;
}




#email-signup
{
  padding-left:30px;
}


/* Float the p's in member */
#member-moment p
{
  float:left;
  position:relative;
  top:39px;
  left:30px;
  /* No IE 6 Support */
  /*max-width:190px;*/
}

#member-moment #member-info
{
  top:27px;
  width:200px;
}

#email-form input
{
  margin-left:6px;
  width:110px;
  font-size:10px;
  float:left;
  color:#666666;
  padding-left:2px;
}

fieldset
{
  border:none;
}

#email-form #button
{
  width:30px;
  height:18px;
  float:left;
  position:relative;
  top:3px;
  left:-4px;
}





