/* CSS Document */
*		{	margin: 0;	padding: 0;	}

body	{	background-color:#8ea7e7;
			font: 82%/160% Optima, Tahoma, Verdana, sans-serif;
			color:#2d2d75;
		}
#wrapper {	width: 900px;
			margin: 25px auto;
			background-color:#ffffff;
			position:relative;
		}
#header	{	width: 870px;
			height: 150px;
			border-bottom: 10px solid #8ac84b;
		}
#header h1 img
		{	float:left;
			padding-right: 10px;
		}

#header h1
		{	float: left;
			font-family: "Marker Felt", "MS Comic Sans", sans-serif;	
			font-size: 150%;
			line-height:2.25em;
			padding: 10px;
			width: 425px;
		}
#header #imagerow img
		{	padding: 10px 5px;
		}
#header #imagerow
		{	text-align:right;
		}		

#menu	{	width: 175px;
			float:left;
			background-image:url(cat.png);
			background-position:top right;
			background-repeat:no-repeat;
			margin-top:-50px;
			padding-top: 50px;
			margin-right: -20px;
			padding-right: 20px;
			position:relative;
			z-index: 10;
		}
#menu ul li
		{	list-style-type:none;
			
		}
#menu a:link, #menu a:visited, #menu a:hover
		{	text-decoration:none;
			display: block;
			padding:5px;
		}
#menu a:hover
		{	color: #ffffff;
		}
li.home	{	margin-right:-10px;
			margin-top: -3px;
			padding-right: 10px;
			z-index:20;
		}
li.home a:link, li.home a:visited
		{	border-left: 10px solid #8ac84b;
			color:#8ac84b;
			position:relative;
			z-index:1;
		}
li.home a:hover
		{	background-color:#8ac84b;
			background-image:url(homepaw6.png);
			background-position:top right;
			background-repeat:no-repeat;
		}
li.about a:link, li.about a:visited
		{	border-left: 10px solid #bf7fd5;
			color: #bf7fd5;
		}
li.about a:hover
		{	background-color:#bf7fd5;
		}
li.illustrations a:link, li.illustrations a:visited
		{	border-left: 10px solid #8ea7e7;
			color: #8ea7e7;
		}
li.illustrations a:hover
		{	background-color:#8ea7e7;
			background-image:url(cat3.png);
			background-position:top right;
			background-repeat:no-repeat;
		}
li.educationalpub a:link, li.educationalpub a:visited
		{	border-left: 10px solid #f2a449;
			color:#f2a449;
		}
li.educationalpub a:hover
		{	background-color:#f2a449;
		}		
li.licensing a:link, li.licensing a:visited
		{	border-left: 10px solid #f47580;
			color:#f47580;
		}
li.licensing a:hover
		{	background-color:#f47580;
		}				
li.contact a:link, li.contact a:visited
		{	border-left: 10px solid #2d2d75;
			color:#2d2d75;
		}
li.contact a:hover
		{	background-color:#2d2d75;
		}				
#content	{	border-left: 10px solid #8ac84b;
			width: 675px;
			padding:10px;
			margin-left: 175px;
					}
div.home	
		{	background-image:url(background.jpg);
			background-attachment:fixed;
			background-position:75% 75%;
			background-repeat:no-repeat;
			height:500px;
		}
#content a:link, #content a:visited
		{	color:#f85453;
			text-decoration:none;
			border-bottom: 1px dashed #f85453;
		}
#content a:hover
		{	color: #ffffff;
			background-color: #f85453;
			border-bottom: 1px solid #f85453;
		}
p.footer
		{	margin-top: 25px;
			text-align:center;
			color:#f85453;
			clear:both;
		}
.image {
	float: left;
	text-align:center;
	padding:5px;
}
div.licensing
	{		}