* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  font-family: georgia, tahoma, "courier new", monospace;
  background: #333333 url('../images/back_body.gif') repeat;
  color: #CCCCCC;
  text-align: center;
}

.main_box, #maincol {
  font-size: 1.1em;
  background-color: #151515;
}

#footer {
  font-size: 0.9em;
}

.case {
  border: none;
  padding: 10px;
  margin: 10px;
}

.title {
  margin: 2px auto 5px;
  padding: 0;
  font-size: 1.2em;
  color: white;
  font-weight: bold;
}

a:link {
  color: #f5f5f5;
  text-decoration: none;
}

a:visited {
  color: #757575;
  text-decoration: none;
}

a:hover {
  color: #c5c5c5;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: none;
}

p {
  margin-bottom: 12px;
}

.case p img {
  margin: 7px;
  padding: 4px;
  border: solid gray 1px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

div.sep_small {
  margin: 2px 0;
  background: url('../images/underline_small.png') no-repeat scroll center;
  height: 10px;
}

div.sep_small hr {
  display: none;
}

div.sep_medium {
  margin: 2px 0;
  background: url('../images/underline_medium.png') no-repeat scroll center;
  height: 10px;
}

div.sep_medium hr {
  display: none;
}

div.sep_large {
  margin: 2px 0;
  background: url('../images/underline_large.png') no-repeat scroll center;
  height: 10px;
}

div.sep_large hr {
  display: none;
}

.dsq-bylink {
  text-align: right;
}
