body {
  background-image:url('../images/bg.jpg');
  background-repeat:no-repeat;
  background-color:#f2f2f2;
  background-position:center top;
}

.ajaxLoader {
  width:274px;
  margin-top:100px;
  text-align:center;
}

.hidden {
  width:0px;
  height:0px;
  border:0;
  overflow:hidden;
}

.main {
  width:768px;
  margin-left:auto;
  margin-right:auto;
}

.blurb, .copyright {
  width:529px;
  font-family:"Arial";
  font-size:10px;
  color:#000;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:248px;
}

.copyright {
  color:#CCC;
  margin-top:0px;
  margin-bottom:12px;
}

.logos {
  width:529px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:0px;
}

.logos a, .logos img {
  border:0;
  display:inline;
  margin-right:8px;
  margin-left:8px;
}

.container {
  width:564px;
  margin-left:auto;
  margin-right:auto;
}

.tell, .read, .stories {
  width:278px;
  height:40px;
  background-color:#FFF;
  padding:1px;
  font-family:"Arial";
  font-size:10px;
  color:#000;
  border:solid 1px #CCC;
  float:left;
  overflow:hidden;
  margin-bottom:8px;
}

.stories {
  width:556px;
  height:auto;
  padding-bottom:8px;
}

.tellTitle, .readTitle, .storiesTitle {
  width:276px;
  height:38px;
  background-color:#c1272d;
  margin-left:1px;
  margin-top:1px;
  margin-bottom:8px;
  font-family:"Arial";
  font-size:21px;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
  text-decoration:none;
  line-height:38px;
  vertical-align:middle;
  letter-spacing:-1px;
  color:#000;
  float:left;
}

.tellTitle:hover, .readTitle:hover {
  color:#FFF;
}

.readTitle {
  background-color:#000;
  color:#c1272d;
}

.storiesTitle {
  width:554px;
}

.tell p, .tell span {
  display:inline;
  margin-left:6px;
}

.tell input {
  width:154px;
  height:12px;
  background-color:#EEE;
  margin-left:6px;
  margin-bottom:8px;
  font-family:"Arial";
  font-size:10px;
  padding:2px;
  color:#000;
  border:0;
}

.tell textarea {
  width:268px;
  height:220px;
  background-color:#EEE;
  margin-left:6px;
  margin-bottom:8px;
  font-family:"Arial";
  font-size:10px;
  border:0;
}

.tell #submit {
  width:80px;
  height:18px;
  background-color:#c1272d;
  margin-right:6px;
  font-weight:bold;
  color:#000;
  float:right;
}

a {
  color:#F00;
}

.hr {
  display:inline;
  margin-top:-10px;
  margin-bottom:16px;
  margin-left:-6px;
}
