body {
	margin:0px 0px 20px 0px;
	background: url(images/templates/uw_body_bkgd.gif) repeat-x;
}

#container{
  width:960px;
  margin:0;
  padding:0;
  position:relative;
  left:50%;
  margin-left:-480px;
  background:#fff;
}

#hdr{
  position:relative;
}

  #hdr h1{
    position:relative;
    width:960px;
    height:84px;
    background:url(images/templates/header_bkgd.png);
    margin:0;
    padding:0;
  }

    #hdr h1 a{
      position:absolute;
      top:4px; right:8px;
      width:314px;
      height:76px;
      background:url(images/templates/live_united_logo.png);
      text-indent:-999999px;
      overflow:hidden;
    }

  #hdr ul#page_bar{
    position:relative;
    list-style:none;
    margin:0;
    padding:0;
    width:960px;
    height:40px;
  }
 
    #hdr #page_bar li{
      margin:0;
      padding:0;
      float:left;
      height:40px;
      vertical-align:middle;
      width:120px;
      text-indent:-999999px;
      overflow:hidden;
    }
      #hdr #page_bar li a{
        display:block;
        width:100%;
        height:100%;
        margin:0;
        padding:0;
      }

    #hdr #page_bar li.title{
      width:600px;
      text-align:center;
      background:url(images/templates/bar_page_title_bkgd.png);
      color: #94A4D1;
      font-family: georgia,sans-serif;
      font-size: 16px;
      font-variant: small-caps;
      text-indent:0px;
    }
      #hdr #page_bar li.title p{
        margin:0;
        padding:8px 0 0 0;
        display:inline-block;
        vertical-align:middle;
      }

    #hdr #page_bar li.give a{
      background:url(images/templates/bar_give.png);
    }
    #hdr #page_bar li.advocate a{
      background:url(images/templates/bar_advocate.png);
    }
    #hdr #page_bar li.volunteer a{
      background:url(images/templates/bar_volunteer.png);
    }

#content{
  padding:10px 10px 50px 10px;
  position:relative;
  min-height:300px;
}
#content > .uwic_logo{
  float:left;
  margin:0 10px 10px 0;
}

#content > .uwic_logo + h1{
  margin:20px 0 0 0;
}

input[type="submit"], input[type="button"] {
	border:none;
	background-color:#CCD6F2;
	color:black;
	font-size:13px;
	font-family:arial, sans-serif;
	padding:1px 2px 1px 2px;
	font-size:12px;
	font-weight:600;
}

/*--- contact page ---*/
#server_msg{
  margin:20px 50px;
  padding:5px 10px;
  background:#f6f6f6;
  border-radius:5px;
}


/*--- demographics login ---*/
#right_side{
  width:280px;
  position:absolute;
  top:10px;
  right:5px;
}

  #right_side a.login_link{
    display:block;
    width:100%;
    height:28px;
    background:url(images/templates/bar_bg_hover.png) center top;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-size:1.3em;
    padding-top:12px;
    font-variant:small-caps;
  }
  #right_side a.login_link:hover{
    background-position:center bottom;
  }




