body {
	background: url(images/bgblue.jpg);
	background-repeat:repeat-x;
	background-position:top;
	/*background-color: #4a6779;*/
	background-color: #577c95;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

#container {
	margin: 0 auto;
	
	
	width: 900px;
	height: 100%;
	background: url(images/header2.jpg) no-repeat top right; 
	
}

#header {
	height: 174px;
	width: 100%;
	
}

#header  h1 span {
	display:none;
}

#menu {
	width: 100%;
	height: 20px;
	color: #546556;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#menu a:hover {
	color: #beefff;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	display:inline;
	margin: 12px;
}

#main {
	width: 876px;
	height: 100%;
	background: url(images/bgmainpaw.jpg) no-repeat top left; 
	background-color: #FFFFFF;
	
	color:#000000;
	padding: 25px 10px 10px 10px;
	border-left: 2px solid #1c506a;
	border-right: 2px solid #1c506a;
	border-bottom: 2px solid #1c506a;
}

#main img {
	/*border: 1px solid black;*/
	display: block;
	margin: 0 auto;
}
#main .noborder img {
	border: 0;
	display: inline;
}


#main .gabo img {
	border: 0px;
}

#footer { 
	padding: 0px 10px 1px 10px;
	text-align:center;
	font-size: 0.8em;
	clear: both;
	color: white;
}
#footer a {
	color: #44754B;
	text-decoration: none;
	
}
table {
	/*border-collapse: collapse;
	border-spacing: 0px 0px;*/
	margin: 0 auto;
	width: 700px;
	
}table td {
	border: 1px solid #1c506a;
	vertical-align: top;
	/*border-spacing: 0px 0px;*/
	text-align: left;
}table th {
	text-align: left;
}

#main a { color:#1c506a; /*text-decoration: underline;*/ }
#main a:hover { color:black; text-decoration: underline;}

#main .cat table { width: 500px; }
#main .cat table th { text-align: center; }


h1, h2, h3, .date, th, .em {
	color: #1c506a;
}
h1, h2, h3 {
	text-align: center;
}

.date {
	font-style: italic;
}
.gallery { text-align: center; }
.gallery img{
	display: block;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid black;
}
#main .kittengal { text-align: center; }
#main .kittengal img{
	display: inline;
	border: 1px solid black;
}
#main .kittengal .noborder img {
	border: 0;
	display: inline;
}

.cats { text-align: center; }
.cats table {width: 650px; }
/*.cats table td {border: 0;}*/

.menuitems p { display:inline; margin: 10px;}

.menuitems { text-align: center; }

.em {
	font-weight: bold;
}

.info {
	width: 400px; 
	margin: 0 auto;
}

table td .cent { 
	text-align: center;
}

.note {
	font-style: italic;
	font-size: 0.7em;
}

.gabo {
	width: 705px;
	margin: 0 auto;
}
.gabo img {
	display: inline;
	border: 0;
}


