@import url("../css/default.css");
BODY  {
  font-family:Verdana,sans-serif;
  margin:2em 5em;
  font-size:1em;
  background-color:#d2eaf2;
  margin-top:0em;
}
#logo {
  text-align:center;
  margin:0.5em auto;
  width:313px;
}
#logo IMG {
  border:none;
}
#menu {
}
#menu UL  {
  list-style:none;
  margin-left:0.25em;
}
#menu UL LI {
  display:inline;
}
#menu UL LI A {
  float: left;
  display: block;
  color:#42d232;
  margin: 0 1px 0 0; /*Margin between each menu item*/
  padding: 0.5em 0.5em;
  text-decoration: none;
  background-color:#03841f; /*Default menu color*/
  border-bottom: 2px solid #d2eaf2;
}
#menu UL LI A:hover {
  color:#fff;
}
#menu UL LI.current A {
  color:#fff;
  background-color:#32c222;
  border-bottom:2px solid #32c222;
}
#menu UL LI.current A:hover {
  color:#d2eaf2;
}
#content {
  clear:both;
  background:#32c222;
  padding:1em 2em;
}
#content H2 {
  font-size:1.4em;
}
#content P  {
  text-align:justify;
}
#footer {
  margin-top:0.5em;
  padding:1em;
  color:#FFF;
  background-color:#03841f;
}
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;
}
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;
}
#content A, #footer A  {
  color:#d2eaf2;
  text-decoration:none;
}
#content A:hover, #footer A:hover  {
  color:#FFF;
  text-decoration:underline;
}
UL  {
  list-style-position:outside;
  list-style-type:circle;
  margin-left:1em;
}
UL LI {
  margin:1em;
}
DIV.forSaleDiv  {
  margin-left:280px;
}
.forSaleDiv .data {
  margin-top:1em;
  font-weight:bold;
}
DIV.forSaleDiv P.desc {
  margin-top:1em;
}

dt {
	float:left;
	padding-right:0.25em;
}
dt:after {
 	content: ':';
}
