/* *** Generated by www.csscreator.com *** */
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Comic Sans MS", "Times New Roman", Times, serif;
	background: #FFF url(images/pawprtbgd.gif);
} 
 
#pagewidth{ 
 width: 750px; 
 text-align: left; 
 min-width: 500px;
 margin: 0 auto;
 
} 
 
#header{ 
 height:75px; 
 /*width:100%; */
} 
 
#leftcol{
 width:200px; 
 float:left; 
}
#maincol{ 
 margin: 0 0 0 220px; 
 font-size:14px;
 } 
#footer{
 height:50px;
 text-align: center;
 font-size:12px;
} 

.content{padding:5px;} /*padding for content */  

.clr{clear:both;}

#header .content{
	padding-bottom:0;
} /*padding bottom 0 to remove space in IE5 Mac*/ 
 #navigation {
 margin-left: 0;
 margin-top: 80px;
 padding-left: 0;
 list-style: none;
 font-size: 16px;
 }

 #navigation li 
 {
 padding-left: 40px;
 padding-bottom: 15px;
 background: url(images/pawred.gif) no-repeat top left;
}
#navigation a {
text-decoration:none;
font-weight:bold;
}
#navigation a:hover {
color:#000033;

}
h1 {
	color:#0000CC;
}
h2 {
color:#DD0000;
}
h3 {
color:#000000;
}
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
