body {
  background-color: #eaf2fa;
  behavior:url("csshover3.htc");
  background-image: url('/images/bg_slice.png');
  background-repeat: repeat-x;
  color: #000000;
  font-family:  Arial, Helvetica, Verdana;
  font-size: 16.63px;
  padding:0;
  margin:0;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
}

pre {
  white-space: normal;
 }

img {
    behavior:url("/iepngfix.htc");
}

a {
  text-decoration: none;
  color: #3278c8;
}

a:hover {
  text-decoration: underline;
}

#main {
  background-image: url('/images/bg_slice.png');
  background-repeat: repeat-x;
  background-color: #ffffff;
  width: 960px;
  margin: auto;
}

#main #head {
  height: 165px;
  background: url('/images/header_bg.png') repeat;

}

#main #head #logo {
  height: 97px;
}

#main #head #usermenu {
  font-size: 12px;
  height: 14px;
  letter-spacing: 0.2px;
  margin-left: 645px;
  margin-top: -90px;
  margin-bottom: 80px;
  width: 290px;
    color: #C8C8C8;
  text-align: right;
}

#main #head #usermenu a {
  color: #C8C8C8;
}

#main #head #menu {
  font-size: 15px;
  letter-spacing: 0.2px;
  margin-left: 270px;
  margin-top: -60px;
  margin-bottom: 136px;
}

#main #content_wrapper {
  background: url('/images/main_bg_fix.png') repeat-y;
  width: 960px;

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#login {
  font-size: 12px;
  padding-left: 150px;
  padding-top: 50px;
}

#login table {
  border-collapse:collapse;
  border-spacing: 0;
}

#login table th {
  padding: 10px;
  width: 100px;
  text-align: left;
  padding-right: 5px;
}

#login table td input {
  width: 200px;
}

#login #submit {
  padding-top: 10px;
  text-align: right;
}

#login ul.error_list {
  color: red;
  width: 255px;
  padding:0;
  margin:0;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}

#login ul.error_list li {
  list-style-type:none;
}

#trigger_story_created_at {
  display: none;
}

