#container {
	width: 100%;
	float: left;
	
}
#content {
	
}
#main {

	/*margin-left: 220px;*/
}

#left {
	width: 200px;
	float: left;
	/*font-size: medium;*/

	
}

h1 {
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
	font-family: "Bookman Old Style", "Sylfaen",  "Times New Roman";
}
h2 {
	font-size: 22px;
	font-family: "Bookman Old Style", "Sylfaen",  "Times New Roman";
}
h3 {
	font-size: 16px;
	font-family: "Bookman Old Style", "Sylfaen",  "Times New Roman";
}
.clearing {
	height: 0;
	clear: both;
}

body {
	background: #CCCCCC;
	font-size: medium;
	color: #000000;
	font-family: "Verdana", "Arial",  "Times New Roman";

	
	
}

#cats {
	background: #000099;

   }

#left a {
	color: black;
	text-decoration: none; 
   }

#header a {
	color: blue;
	text-decoration: none; 
   }

.cssnav	{
	position:relative;
	background-image: url(paw.gif);
	
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 35px;


	padding: 2;
	 }

.cssnav a {
	display:block;

	width: 200px;
	height: 30px;
	display: block;
	float: left;

	padding: 0;
	color: white;
	text-decoration: none; 
	}

img {

	border: 0; 
	}

* html a:hover {
	visibility:visible
	}

.cssnav a:hover img{
	visibility:hidden
	}
	
.cssnav span {	
	position:absolute;	
	left:5px;	
	top:3px;	

	margin-left: 40px;	
	cursor: pointer;
	}
	
	

