* {
  font-family: "courier new",courier,monospace;
}

body,table,td,form,input,textarea {
  font-size: 10pt;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.8em !important;
}
big {
  font-size: 1.25em !important;
}

body {
  background-color: black;
  margin: 0px;
}
#container {
  width: 850px;
  margin: 0 auto;
  position: relative;
  top: 0;
  background-color: #FFCC00;
  text-align: center;
}
#cont {
  text-align: center;
}
#content {
  text-align: left;
  background-color: #FFEEAA;
  margin-left: 220px;
  width: 630px;
  /* position: relative; */
  /* top: 200px; */
  padding-top: 210px;
  min-height: 900px;
}
#left-menu {
  text-align: left;
  font-size: 11pt;
  /* background-color: #FFCC00; */
  width: 212px;
  position: absolute;
  top: 200px;
  float: left;
  left: 0;
  padding-left: 8px;
}
#header {
  text-align: left;
  background-color: #CC0000;
  position: absolute;
  left: 0;
  top: 0;
  width: 850px;
  margin: 0 auto;
  height: 200px;
}
#footer {
  text-align: left;
  height: 30px;
}


h1 {
  font-size: 4em;
  font-weight: bold;
}

a {
  color: #CC0099;
}

#left-menu a {
  font-size: 11pt;
}
#left-menu a:hover {
  font-size: 1.1em;
}

legend {
  font-size: 1.1em;
  font-weight: bold;
}

p {
  margin: 0 5px 10px;
}

h2 {
  margin: 0 9px 15px;
  font-size: 1.5em;
  font-weight: bold;
}

h3,div.h3 {
  margin: 0 9px 0px;
  font-size: 1.2em;
  font-weight: bold;
}
h4,div.h4 {
  margin: 0 14px 5px;
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}

div.post {
  margin: 4px 5px 10px;
  padding: 1px 0;
  background-color: #FFFCC2;
}

div.special-post {
  margin: 4px 5px 10px;
  padding: 1px 0;
  background-color: #FFDD99;
}
div.special-post h3, div.special-post div.h3 {
  color: #CC0000;
}

div.hr {
  height: 20px;
  background: url(heart.png) top left repeat-x;
/*  width: 612px;
  margin: 0 0 0 9px; */
  width: 102px;
  margin: 0 0 0 264px;
}

div.hr2 {
  height: 27px;
/*  width: 615px;
  margin: 0 0 0 7.5px; */
  width: 88px;
  margin: 0 0 0 271px;
  background: url(star.png) top left repeat-x;
}

ul.like, ul.dislike {
	margin: 1em 0pt;
	padding: 0pt 0pt 0pt 20px;
}
ul.like li, ul.dislike li {
	list-style-type: none;
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding-left:20px;
}
ul.like li{
	background-image:url(heart.png);
}
ul.dislike li {
	background-image:url(not-smiley-face.gif);
}
