body, h1, ul, li {
	margin: 0; padding: 0; border: 0; 
}

body {
	background: #462430;
	color: #ffffff;
	FONT-face:Comic Sans MS;
}

div#container {
	background: #7A0A0A;  /* red */
	width: 1095px; margin: -40px auto;  /* 1095 */
	position: relative;
	border-left: 3px solid #9F6C6C;  
	border-right: 3px solid #9F6C6C;  
/*	border-bottom: 3px solid #9F6C6C;  */
}

h1 {
	width:21px; 
	height: 21px; 
	margin: 0 0 0 900px; 	
	position: absolute; top:30px;
/*	background: url(images/facebook.png); */
	text-indent: -9999px; z-index: 15;
}

h2 {	
	FONT-face:Comic Sans MS;
/*	background:#B5301F;   */
	font-size: 45px;
	line-height: 2.5;
	height: 66px;
/*      margin-bottom: 10px;		*/
	margin: 20px 0px 0px 40px;      
	padding: 0 0 15px 0px;    
	color: #ffffff;
	text-align: left;
/*	border-bottom: 3px solid #ccc;  */
	min-width:100%;overflow:hidden;
	z-index: 5;
}

h3 {
	FONT-face:Comic Sans MS;
	font-size: 25px;
	line-height: 1.5;
	margin: 0 40px 0 40px;
	color: #ffffff;
}

h4 {
	font-size: 22px;
	line-height: 1;
	margin: 10px 0 15px;
	color: #d40808;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

h5 {
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
}

h6 {
	font-size: 25px;
	text-transform: uppercase;
}

div#slideshow {
	width: 920px; height: 470px; padding: 24px 0 0 24px; 
	margin: 40px 0 0 95px;
	background: url(images/border.png); 
	background-repeat:no-repeat;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative; z-index: 5;
}
	div#slideshow ul#nav {
		display: none;
		list-style: none;
		position: relative; top: 230px; z-index: 15;
	}
		div#slideshow ul#nav li#prev {
			float: left; margin: 0 0 0 20px;
		}
		div#slideshow ul#nav li#next {
			float: right; margin: 0 80px 0 0;
		}
		div#slideshow ul#nav li a {
			display: block; width: 80px; height: 80px; text-indent: -9999px;
		}
			div#slideshow ul#nav li#prev a {
				background: url(images/prev.png);
			}
			div#slideshow ul#nav li#next a {
				background: url(images/next.png);
			}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li a{
			margin: 0 0 20px 0; 	

		}

a {outline: none;} 
a:link {background-color:#7A0A0A;color:#507FE5;text-decoration:none;}    
/* unvisited link */
a:visited {background-color:#7A0A0A;color:#507FE5;} /* visited link */
a:hover {text-decoration:underline;color:#ffffff}  /* mouse over link */
a:active {background-color:#F10F5A;}  /* selected link */

/* Table Definitions */

table.litters {	
	width:95%;
	margin-left:2.5%;
	margin-right:2.5%;
	border:none;
}

table.litters td {
	text-align:center;
	padding:3px 5px 2px 5px;
	font-face:"Comic Sans MS";
	font-size:25px;
}

table.litters th {
	text-align:center;
	padding:3px 7px 2px 7px;
	font-face:"Comic Sans MS";
	font-size:25px;
}

/* Body Page */

p  {
	FONT-face:Comic Sans MS;
	text-indent:40px;
	line-height: 1.5;
	margin:0px 40px 0 40px; 
	list-style: none;
	font-size: 20px !important;
	text-align:justify;
}

p.center {
	FONT-face:Comic Sans MS;
	text-indent:40px;
	line-height: 1.5;
	margin:0px 40px 0 40px; 
	list-style: none;
	font-size: 20px !important;
	text-align: center;
}

/* FOOTER */

#footer {
  background:#0404040;
  clear: both; 
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 0.85em; 
}

#footer ul {
  list-style-type: none; 
  text-align:center;
  margin: 0 0 10px 0; 
}

#footer li {
  display:inline;
  list-style: none; 
  margin: 0 3px; 
}

#footer a {
  color: #ECE5E5;
}

