/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background:#C5E0E0;
	font: 90%/1.2em Arial, Verdana, Sans-Serif;
	padding: 0 20px;
	}
	
h1 {
	color:black; 
	margin:20px 0 0 0  
	}
	
h2 { 
	color:#1F4D9C;  
	}
	
h3 { 
	font: 110%/1.2em Arial, Verdana, Sans-Serif;
	color:#1F4D9C; 
	margin:4px 5px 5px 15px;	
	}
  	
p { 
	text-align: justify;
	margin:20px 20px 0 20px ;
	}

A.class1:link {text-decoration: none; color: #1F4D9C; font-size: 1.0em;  }
A.class1:visited {text-decoration: none; color: #1F4D9C; font-size: 1.0em; }
A.class1:active {text-decoration: none; color: #1F4D9C; font-size: 1.2em; }
A.class1:hover {text-decoration: none; color: #1F4D9C; font-size: 1.1em; }
		
li {
	margin-left: 0;
	margin-right: 10%;
	margin-top: .5em;
	margin-bottom: .5em;
	}

#pagewidth{ 
	width:100%; 
	max-width: 1200px;
	text-align:left; 
	margin:0 auto; 
	} 

#header{
	position:relative; 
	height:100px; 
	width:100%;
	max-width: 1200px;
	display:block;
	text-align:center;
	float:left;
	background-color: #D1E6E6;
	border: 2px solid #D5E0E8;
	-moz-border-radius: 15px;
	border-radius: 15px;
	 background-image:url('Found_Black_Cat.png'); 
	background-repeat:no-repeat;
	} 

#container { 
    position:relative;
	width:100%;
	height:500px; 
	overflow:auto; 
    }
#space{
	width:1%; 
	max-width: 5px;
	height:500px;
	float:right; 
	position:relative;

	padding: 10px 10px 10px 10px;

	}
#leftcol{
	width:19%; 
	max-width: 200px;
	height:500px;
	float:right; 
	position:relative;
	background-color: #D1E6E6;
	border: 2px solid #D5E0E8;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 10px 10px 10px;
	background-image:url('Binkie2.png'); 
	background-position:bottom;
	background-repeat:no-repeat;
	}
 
#maincol{
	width:70%; 
	max-width: 1200px;
	height:80%;
	float:right;
	background-color: #D1E6E6;
	border: 2px solid #D5E0E8;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 10px 10px 10px;
	}

 
#footer{
	height:100px; 
	width:70%;
	clear:both;
	display:block;
	background-color:#C5E0E0; 
	} 
 .imagewithmargin { margin-left: 5px; margin-right: 5px; float: right;  }
 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#maincol{width:100%; height:100%; overflow:visible; float:none;}
#container{width:100%; height:100%; overflow:visible; float:none;}
}