body { 
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
	color: #000000;
	padding: 0;
	margin: 0;
}

#container { 
	margin: 0 auto;
	display:table; /*firefox*/
	width: 900px;
	height: 100%;
	padding: 0; 
	margin-top: 0;
	border: 1px solid white;
}

#header {
	height: 210px;
	width: 100%;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position:top center; 
	
}

#menu {
	padding: 2px;
	text-align: center;
font-size: small;
	
}

#menu a {
	color: white;
}

#menu a:hover {
	text-decoration: underline;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	display:inline;
	margin: 12px;
}



a {
	color: #000000;
	text-decoration: none;
}

h1, h2, h3, table th, .important{
	color: black;
}

#menu h1 {font-weight: bold; font-size: 1.1em;}
#menu hr {
	height: 1px; 
	color: #DCBABA;
}

#menu .date {color: #333333; font-size: 0.8em;}
#main {
	background-color: white;
	padding-top: 5px;
	text-align: center;
	background-image: url('images/mainbg.png');
	background-repeat: no-repeat;
	background-position:bottom right; 
	
}


/*#main img {
	border: 1px solid black;
}*/


#main .noborder img {
	border: 0px;
}
#main .noborder td {
	border: 0px;
}
#main .thintable table { width: 400px; }
#main .thintable td { border: 0px; }

#main table { 
	width: 500px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-left: auto;
    margin-right: auto;
}
#main table .center {
	text-align: center;
}

#main table td {
	border: 1px solid black;
	/*border-spacing: 0px 0px;*/
}

#main table th {
	text-align: center;
}

#footer { 
	text-align:center;
	font-size: small;
	color: white;
}
#footer hr {
	height: 1px; 
	color: #DCBABA;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
table {
	font-size: 0.8em;
	
	width: 555px;
	margin-left: auto;
    margin-right: auto;
}

td {
	border: 1px solid #999999;
	text-align: left;
}

.head {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 0px;
}
.head img {
	border: 1px solid white;
}

.important {
	font-weight: bold;
}


.birthday {
	font-size: 1.5em;
	font-weight: 100;
}

.links {
	text-align:left;
	font-size: 1.2em;
}

.links a {
	font-weight: 200;
	text-decoration:underline;
}

 .kittenped td { 
	border: 1px solid #999999;
	text-align: left;
	font-size: 0.8em; 
	border-spacing: 0px;	
}

#footer { 
	padding: 0px 5px 0px 5px;
	text-align:center;
	font-size: 0.8em;
}


.kitten td {border:0px;}


 .imagecontainer{
	text-align: center;
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
 

.kittenimg table { width: 500px; } 
