@import url("../css/default.css");
BODY  {
  font-family:Verdana,sans-serif;
  font-size:0.8em;
}
#menu UL  {
  list-style:none;
}
#menu UL LI {
  display:inline;
}
#menu UL LI A {
  float: left;
  display: block;
  margin: 0 1px 0 0; /*Margin between each menu item*/
  padding: 0.5em 0.5em;
  text-decoration: none;
  border-bottom: 2px solid #d2eaf2;
}
#menu UL LI.current A {
  color:#000;
  border-bottom:2px solid #32c222;
}
#content {
  clear:both;
}
#content H2 {
  font-size:1em;
}
#content P  {
  text-align:justify;
}
#footer {
  border:1px solid #262;
  padding:2em;
}
IMG.fs_img  {
  float:right;
  margin:0px 1em 1em 1em;
  border:2px solid #03841f;
  vertical-align:middle;
}
HR  {
  color:#03841f;
  background-color:#03841f;
  clear:both;
  margin: 1em 0px;
}
H1  {
  color:#262;
  clear:both;
  font-size:1.2em;
}
DIV.ogLeftDiv {
  width:300px;
  float:left;
  margin-right:1em;
}
P.img {
  text-align:center;
}
P.name {
  text-align:left !important;
  font-size:small;
}
P.blood {
  text-align:right !important;
  font-size:small;
}
P.nickname {
  margin-top:0.5em;
  color:white;
  font-weight:bold;
  font-style:italic;
  text-align:center !important;
}
P.parents {
  margin-top:1em;
  color:white;
}
P.spacer  {
  clear:both;
  margin:1.5em 0px;
}
UL  {
  list-style-position:inside;
  list-style-type:circle;
}
UL LI {
  margin:1em;
}
DIV.forSaleDiv  {
  margin-left:380px;
}
DIV.forSaleDiv P.data {
  margin-top:1em;
  font-weight:bold;
}
DIV.forSaleDiv P.desc {
  margin-top:1em;
}
IMG {
  border:1px solid #262;
}
#footer A {
  color:blue;
}
#content A {
  color:#000;
  text-decoration:none;
}
#content a:after {
    content: "URL: " attr(href);
}
