/* xhtml 1.0/css 2.1 website layout

Version: 1.0 (September 21, 2008)

screen layout */


/*Body Style*/
body	{padding:10px 0 0 0;
	 margin:0;
	 background:#fe90e3 url("http://tabbikatsplace.com/images/pinkback.jpg");
	 font:76% "kristen itc", "comic sans ms", "times new roman";
	 color: #57587b;
	}
a	{color:#22232e;}

a:hover	{color:#dc04a7;}

a img	{border:0;}

h1	{text-align: center;}
h2	{text-align: center;}


/* Content Style */
#tkpcontent	{margin:0px auto 20px auto;
			 width:1100px;
			 padding:10px 20px 20px 20px;
			}
	/*Left Sidebar Style*/
	#leftside	{width: 150px;
				 text-align: center;
				 float: left;
				 word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
				 overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
				}
	/*Menu Style*/
	#tkpmenu	{width: 90%;
				 text-align; center;
				}

	/*Logo Style*/
	#tkplogo	{width: 95%;
				 text-align: center;
				 padding: 20px;
				}
				
	/*Main Content Style*/
	#tkpmain	{width:800px;
				 padding:10px 0 40px 0;
				 margin:auto;
				 background:#e7e7bf;
				 background-image:url("http://www.tabbikatsplace.com/images/creamback.jpg");
				 text-align: center;
				}
	#tkpleft	{width:50%;
				 padding:10px 0 40px 0;
				 margin:auto;
				 float: left;
				 text-align: center;
				}
	#tkpright	{width:50%;
				 padding:10px 0 40px 0;
				 margin:auto;
				 float: right;
				 text-align: left;
				}
	#tkpmain p	{padding:10px;}
	#ad {padding: 0 40px 10px 40px;}
	.ad {padding: 0 40px 10px 40px;}
	#center	{width:100%;
			 text-align: center;
			}
	#center img	{padding: 30px 15px 0 15px;
				 vertical-align: text-bottom;}
	.center	{width:100%;
			 text-align: center;
			}
	.center img	{padding: 30px 15px 0 15px;
				 vertical-align: text-bottom;}
	.Bcenter	{width: 100%;
				 padding: 30px 15px 0 15px;
				 vertical-align: middle;
				 text-align: center;}
	.link	{padding: 10px;
			 vertical-align: text-bottom;
			 text-align: center;}
	.off {color:#8788af;}
	.block {width: 75%;
			margin: auto;}
	.tinted1 {background: #dfedd3;}
	.tinted2 {background: #9ec2e2;}
	.tinted3 {background: #6987a6;}
	.left	{text-align: left;}

				
	/* Footer */
	#tkpfooter	{clear:both;
				 width: 95%;
				 padding:10px 0 0 0;
				 margin: auto;
				 text-align: center;
				 border-top:4px solid #fd5fd6;
				}
	#tkpfooter img	{vertical-align: middle;}
	#tkpfooter p	{text-align: left;}
	
	/*Right Sidebar Style*/
	#rightside	{width: 150px;
				 text-align: center;
				 float: right;
				 clear: none;
				 word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
				 overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
				}