/* Last Cleanup by -KJ- on 22 Jun
Status: INCOMPLETE
*/

body {
	background-image: url('http://i85.photobucket.com/albums/k47/powerpetsmania/valdaybgmain.jpg');
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #BFCBE4;
	font-family: Verdana, Arial, Helvetica, Sans, Sans Serif;
	color: #000000;
	font-size: 15pt;
	padding: 10px 0 10px 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: 900;
}

.header {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 2px solid white;
	background-image: url(http://i85.photobucket.com/albums/k47/powerpetsmania/lovebanner2011x1.gif);
}

td.navigationHeader{
	height: 23px;
	width: 190px;
	background-color: #002254;
	color: #FFFFFF;
}

td.navigationBody{
	width: 190px;
	background-color: #CC0033;
}
	

/*Everything below here has not been cleaned up*/
a, a:link, a:visited, a:active {
background-color: #5777BF;
     text-decoration: none;
     color: #FFFFFF;
FONT-FAMILY:verdana,arial,helvetica, sans, sans serif; FONT-SIZE:8pt;
}
a:hover {
background-color: #6782BF;
     text-decoration:underline;
     color:#ffffff;
}

a.dino{
text-decoration: none;
background-color: transparent;
color: black;
font-weight: bold;
}

TD,P{FONT-FAMILY:verdana,arial,helvetica, sans, sans serif; FONT-SIZE:8pt;}

p {font-family: verdana,arial,helvetica, sans, sans serif; 
color: #000000;  }

.bg1  {border-style: solid;
border-width: 1px;
border-color: #000000;
background-color: #002254}
.bg2  {border-style: solid;
border-width: 0px;
border-color: #A60000;
background-color: #6D74A8}
.bg3  {border-style: solid;
border-width: 1px;
border-color: #D0FFCB;
background-color: #748BBF;
text-align: center;}
.bg5  {border-style: solid;
border-width: 0px;
border-color: Transparent;
background-color: #BBD6FF;
color: #ffffff;}
.bg4 {border-style: solid;
border-width: 2px;
border-color: #FFFFFF;
background-color: #9BABCA;
color: #7EAE83;}
.bg6 {border-style: solid;
border-width: 1px;
border-color: #97D874;
background-color: #ffffff;
color: #000000;}
/*main navigation apparently*/
.bg9  {border-style: solid;
border-width: 0px;
color: #FF00EA;
border-color: #FFFFFF;
background-color: #002254;}

/*navBody*/
.bg10 {border-style: solid;
border-width: 0px;
border-color: #FFFFFF;
background-color: #5777BF;}


#left {
  position: absolute;
  left: 120px;
  top: 160px;
  width: 200px;
border: 1px solid black;
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 230px;

}
#right {
  position: absolute;
  right: 120px;
  top: 160px;
  width: 200px;
border: 1px solid black;
}



ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 170px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background-color: #EF00A3;
	padding: 2px;
	border: 1px solid #ffffff;
border-bottom: 1px solid #FFFFFF;
	
	}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	border-bottom: 0px solid #ccc;
	}

li:hover ul { display: block; }
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replaceČ
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;

li:hover ul, li.over ul { 
	display: block; }

