
/*  TOP LEVEL divs */
#container {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}


#banner {
  width:998px;
  text-align:center;
  height:90px;
}


#footer {
  width:998px;
  text-align:center;
}






/* INTERIOR elements */
#container h7 {
  font-weight:bold;
  margin: 45px 0 0 0;
}


#column1 p {
  font-size:11px;
}


#column2 p {
  font-size:11px;
}


#banner a:link {
  color:#000;
}

#featured {
  border-width:1px;
  border-style:solid;
  border-color:#000;
  background-color:#bbb;
  padding:10px 20px 20px 20px;
}

h3.weblog_title {
  margin:60px 0px 0px 0px;
}

#featured img {
  float:left;
  margin:12px;
}


/* FORM elements */
input {
  width:250px;
}

textarea {
  width:300px;
}

input.single_choice {
  width:20px; 
}


/* this is on the user admin page: http://lawrence.sds5.com/esociety/web/sfGuardUser */
#sf_admin_bar {
  float:none;
  clear:left;
  margin:30px
}