body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color:#660000;
	background-image:url(../images/bannersButtons/spacer.gif);
	background-repeat:no-repeat;
}
* {
	margin:0px;
}
.clear{clear:both;}
#container {
	text-align: left;
	height:100%;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.wrapper {
	min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
	/* \*/
	height:100%;
	width: 760px;
	clear: both;
/* Last height declaration hidden from Mac IE 5.x */
}

#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
	height:auto; /*** For moz to stop it fixing height to 100% ***/
}

/* \*/
* html #wrapper{
	height:100%;
}
#header {
	background-image:url(../images/bannersButtons/banner.jpg);
	width:900px;
	height:232px;
	display:block;
}
#border {
	background-image: url(../images/bannersButtons/border.gif);
	background-repeat: repeat-y;
	width:900px;
}
#main {
	background-image:url(../images/bannersButtons/contentBg.gif);
	margin: 0px 11px 0px 11px;
	background-repeat: repeat-x;
	overflow: visible;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
#left {
	width:250px;
	float:left;
	display:inline;
	background-image:url(../images/bannersButtons/contentbg.gif);
	background-repeat:repeat-x;
	padding-left: 10px;
	
}
#right {
	float:right;
	width:510px;
}

/***************** Content ***********************/
#koosjeI {
	padding: 0px, 5px, 10px, 5px;
	margin: 10px, 20px, 10px, 20px;
	border-color:#990000;
	border-style:double;
	width: 450px;
	border-width: 5px;
	;
}

#koosje {
	padding: 0px, 5px, 20px, 5px;
	margin: 10px, 20px, 10px, 20px;
	border-color:#990000;
	border-style:double;
	border-width: 5px;
	width: 250px;
}

.content {
	width:500px;
	height:auto;
	margin: 10px 20px 15px 0px;
	padding: 0px 0px 10px 0px;
}

.content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #660000;
	padding: 10px 0px 0px 6px;
	font-weight:900;
}
.content a {
	color:#2e260f;
}
.content a:hover {
	color:#cf0002;
}

.content h3 {
	background-image:url(../images/bannersButtons/purrsiaCattery.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	text-indent:700px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}

#kittens {
	background-image:url(../images/bannersButtons/kit.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

#oriental {
	background-image:url(../images/bannersButtons/os.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

#peterbald {
	background-image:url(../images/bannersButtons/pd.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

#siamese {
	background-image:url(../images/bannersButtons/si.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

#memory {
	background-image:url(../images/bannersButtons/memory.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

#gallery {
	background-image:url(../images/bannersButtons/gallery.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

#contact {
	background-image:url(../images/bannersButtons/contact.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

#news {
	background-image:url(../images/bannersButtons/news.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

#retired {
	background-image:url(../images/bannersButtons/pastRet.gif);
	background-repeat:no-repeat;
	width:350px;
	height:75px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
}

.picFrame{
	background:#FFFFFF;
	color:#330000;
	margin: 5 px;
	border-left: solid #660000 2px;
	border-top: solid #660000 2px;
	padding: 10;
}

#wrapRt{
	float:right;
	text-align:right;
	padding:10px;	
	font-family: Arial, Helvetica, sans-serif;
	color:#993300;
}
#wrapLft{
	float:left;
	text-align:left;
	padding:10px;
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#993300;	
}

/***************** Menu ***********************/
#menu {
	background-image:url(../images/bannersButtons/menu.gif);
	width:261px;
	height:615px;
	margin-left:12px;
}
#menu ul {
	padding: 30px 0px 0px 0px;
	width:220px;
	margin-left:15px;
}
#menu li {
	background-image: url(../images/bannersButtons/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:right;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #2e260f;
	text-decoration: none;
	font-size: 12px;
	
}
#menu a:hover {
	color:#c40000;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-image:url(../images/bannersButtons/menuBottom.jpg);
	background-repeat:no-repeat;
	width:261px;
	height:25px;
	margin-left:12px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:240px;
	margin-left:15px;
}
#menubottom li {
	float:left;
	display:inline;
	width:77px;
	text-align:center;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:10px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#c40000;
}
/***************** Footer ***********************/
#footer {
	background-color:#FFFFFF;
	width:900px;
}

#footText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-align: right;
	padding-right: 30px;
}
#footerend {
	background-image:url(../images/bannersButtons/borderfooterend.gif);
	background-repeat: no-repeat;
	width:900px;
	height:9px;
	display:block;
}
