@charset "utf-8";
/* CSS Document */

body {
	background-color: #4a555c;
	background-image:url(../_images/background.jpg);
	background-repeat:repeat-x;
	}

#all {
	width: 649px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #752e3c;
	background-color: #FFFFFF;
	}
	

#banner {
	background-image:url(../_images/banner.jpg);
	width: 649px;
	height: 151px;
	}

#contentMain {
	padding-top: 10px;
	font-family:tahoma,verdana, arial;
	font-size:8.5pt;
	color:#000000;
	}
	
table {
	font-family:tahoma,verdana, arial;
	font-size:8.5pt;
	color:#000000;
	}

#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	width:429px;
	}
	
#content h1 {
	background-color: #752E3C;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	padding-left: 10px;
	border-top: solid 1px #4a555c;
	border-bottom: solid 1px #4a555c;
	width: 419px;
	}

#content #date {
	font-size: 11px;
	color:#752E3C;
	line-height: 14px; 
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 10px;}

#content #time {
	font-size:10px ;
	color:#752E3C; 
	line-height: 12px;  
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 23px;}
	
#content p a {
	color: #752E3C;
	text-decoration:none;
	border-bottom: solid #4a555c 1px;
	}
	
#content .images {
	border: solid 2px #752E3C;
	}
#content img a {
	border: solid 2px #752E3C;
	}
#content table img {
	border: solid 2px #752E3C;
	}
/* PETS.HTML */
.cell	{
	border: 1px solid #81666f;}
.table	{
	border: 1px solid #81666f;}
.pets {
	border: 2px solid #81666f;}
	
#navigation {
	background-image:url(../_images/columnline.jpg);
	background-repeat:repeat-y;
	float:right;
	width: 185px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	}
	
#navigation a {
	color: #752E3C;
	text-decoration:none;
	/*border-bottom: solid #4a555c 1px;*/
	}
	
#navigation h1 {
	background-color: #752E3C;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	padding-left: 10px;
	padding-bottom:0px;
	border-top: solid 1px #4a555c;
	border-bottom: solid 1px #4a555c;
	width: 90%;
	}
	
#navigation .list {
	padding-left:10px;
	}
	
#navigation ul {	
	margin:0px;
	padding:0px;
	}

#navigation ul li {
	list-style-type:none;
	padding: 0px;
	margin-left: 10px;
	line-height: 12px;
	}
	
#footer {
	clear: both;
	background-image:url(../_images/footer.jpg);
	width: 629px;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#1c2226;
	padding-left: 20px;
	padding-top:10px;
	}

