/* main css doc for secondary pages */

body {
	 text-align: center;
	 min-width: 720px;
	 padding: 0;
	 margin: 0;
	 font:90% Verdana, Arial, Helvetica, sans-serif;
	 
}

#wrapper {
	 text-align: left;
	 width: 720px;
	 margin-left: auto;
	 margin-right: auto;
	 /*padding:0 0 79px 0;*/
	 
}
#header {
	height:150px;
}

#header #pagetitle {
	padding:30px 0 0 107px;
}
#header #home-link {
	float:right;
}
#header #home-link img {
	margin-top:30px;
	width:150px;
	height:60px;
	border:none;
}
#content-bg {
	margin: 0 0 0 108px;
	background:url(../images/bg.gif) repeat-y right;
}
#content-bgallery {
	margin: 0 0 0 78px;
	background:url(../images/bg.gif) repeat-y right;
}
#content {
	margin: 0 ;
	padding:0;
	background:url(../images/paw.gif) no-repeat bottom right;
	
}

#content .inner {
	 padding-bottom: 50px;
	 margin: 0;
	 font-size:70%;
	 color:#996633;
}
#content a:link, #content a:visited {
	color:#993;
}
#content a:hover, #content a:active {
	color:#963;
	text-decoration:none;
}
#gallery-table {
	margin:0 0 0 50px;
	padding:0;
	text-align:center;
}
#gallery-table td.img-cell {
	height:69px;
	width:69px;
}
#gallery-table td.large-img-cell {
	width:208px;
}
#gallery .inner {
	padding-bottom:13px;
}
/*#text {
	padding:10px 20px 10px 125px;
	width:330px;
	height:300px;
	overflow:auto;
}*/
#text {
	padding:10px 150px 10px 125px;
	height:300px;
	overflow:hidden;
}

p {
	margin:0;
	padding:10px 0 0 0;
}

#side {
	 float: left;
	 width: 107px;
	 margin: 0 0 0 1px;
}

#side .inner {
	 padding: 0px;
	 margin: 0 ;
	 height:191px;
}

/* footer styles start here*/
#footer {
	 margin: 0px;
	 padding:0;
	 clear: both;
	 background:url(../images/footer.gif) no-repeat right;
	 font-size:65%;
	 height:116px;
 	 color:#996633;
	 text-align:center;
}

#footer #site-nav {
	margin:5px;
	padding: 2px;
	color:#993;
}
#footer #site-nav a:link, #footer #site-nav a:visited {
	color:#993;
	text-decoration:none;
}
#footer #site-nav a:hover, #footer #site-nav a:active {
	color:#963;
	text-decoration:underline;
}


body.sitter_page #footer #testnav {
	padding-bottom:0px !important;
}
#footer #testnav {
	 margin: 0;
	 padding:10px 125px 10px 125px;
	 width:460px;
	 text-align:left;
}
#footer #testnav a:link, #footer #testnav a:visited {
	color:#993;
	text-decoration:none;
}
#footer #testnav a:hover, #footer #testnav a:active {
	color:#963;
	text-decoration:underline;
}
img {
	border:none;
}
.right {
	float:right;
	margin:5px;
}

#newsletter_link {
}

