body {
    font: 12px arial;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #e2f5fd url("images/pngs/background.png") top repeat-x;
    color: #6a6968;
}

h1, h2, h3 {
    color: #6a6968;
}

#center {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#header {
    padding-top: 16px;
    height: 117px;
    background: url("images/jpgs/header_bg.jpg") bottom no-repeat;
}

#kitty {
    position: absolute;
    top: 8px;
    left: 850px;
    width: 139px;
    height: 146px;
}

#navigation {
    padding: 0px;
    background: url("images/pngs/nav_bg.png") left 0px repeat-x;
	width: 1000px;
	height: 36px;
	overflow: hidden;
}

#navigation ul {
	height: 36px;
    float: left;
    display: inline;
    margin: 0px;
    margin-left: 25px;
    padding: 0px;
    list-style: none;
}

#navigation ul li {
	padding: 0px;
	margin: 0px;
    float: left;
    display: inline;
}

#navigation ul li a {
	font-size: 11px;
	height: 36px;
    line-height: 36px;
    padding: 0 15px;
    float: left;
    display: inline;
    color: #ffffff;
    text-decoration: none;
    background: url("images/pngs/nav_bg.png") left 0px repeat-x;
}

#navigation ul li a:hover {
    background: url("images/pngs/nav_bg.png") left -36px repeat-x;
}

#banner {
    height: 288px;
    margin-bottom: 8px;
}
#dogBox {
    width: 460px;
    height: 288px;
    background: #efe7db;
}
#dogBox * {
    margin: 0;
    padding: 0;
}
#headerBox {
    height: 222px;
    width: 450px;
    padding: 33px 45px;
    background: url("images/pngs/header_box.png");
    font: 14px Rockwell, sans-serif;
}
    #headerBox h2 {margin: 0;}

#contentPane {
    background: #e2f5fd url("images/pngs/content_bg.png") top repeat-x;
    position: relative;
    height: 385px;
}

#content {
    width: 980px;
    height: 385px;
    padding: 10px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#collar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 303px;
    background: transparent url("images/pngs/collar.png");
}
#bone {
    position: absolute;
    top: 0px;
    left: 922px;
    width: 78px;
    height: 90px;
    background: transparent url("images/pngs/bone.png");
}

.homeBlock {
    width: 267px;
    height: 334px;
    position: relative;
    background: url("images/pngs/home_box.png");
}
.homeBlockTop {
    height: 27px;
}
    .homeBlockTop h2 {
        margin: 0;
        padding: 4px 0 0 10px;
        height: 23px;
        color: #fff;
        font: 14px Rockwell, sans-serif;
    }
.homeBlockContents {
    height: 257px;
    width: 217px;
    padding: 25px;
    font: 12px Rockwell, sans-serif;
}
#dogKitty {
    width: 285px;
    height: 250px;
    background: transparent url("images/pngs/dog_kitty.png");
    position: absolute;
    top: 119px;
    left: 30px;
}

#internalHeader {
    background: url(images/pngs/internal_header.png);
    width: 870px;
    height: 27px;
    margin: 0 auto;
}
    #internalHeader h2 {
        margin: 0;
        padding: 4px 0 0 10px;
        height: 23px;
        color: #fff;
        font: 14px Rockwell, sans-serif;
    }
#internalTop {
    background: url(images/pngs/internal_top.png);
    width: 870px;
    height: 21px;
    margin: 0 auto;
}
#internal {
    background: url(images/pngs/internal_bg.png);
    width: 820px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
    font: 12px Rockwell, sans-serif;
}
#internalBottom {
    background: url(images/pngs/internal_bottom.png);
    width: 870px;
    height: 21px;
    margin: 0 auto;
}

#footer {
    color: #fff;
    text-align: right;
    height: 25px;
    padding-top: 10px;
}
#footer p {
    margin: 0;
    padding: 0;
}


.clearer {
    clear: both;
}
.left {
    float: left;
    display: inline;
}
.right {
    float: right;
    display: inline;
}