html, body	{height: 100%; margin: 0; padding: 0; border: none;}

body		{background-image: url("images/dogGray.gif"); margin-right: 1em;
			 font: 13px Arial,sans-serif;}

#redleash img	{position: absolute; left:0px; top:0px; width: 326px; height: 168px;}

#waving		{position: relative; left: 10px; top: 12px; width: 117px; height: 150px;}
#psiimg		{width: 130px; height: 130px; border: 0px;}

/* navbar styles */
div#navbar		{position: absolute; top:110px; width:137px; left: 20px;} 
.outbox		{display: table; position: relative; overflow: hidden;
				 height: 66px; width: 137px; background-image: url('images/dogtag.png'); 
				 background-repeat: no-repeat; text-align: left; vertical-align: middle;
				 padding-left: 44px;}
.single		{padding-top: 20px;}
.double		{padding-top: 16px;}
.outbox a		{font-size: 14px; font-weight: bold; color: black; text-decoration: none;}


/* main */
div#main	{position: absolute; top:50px; left: 175px; width: 600px; 
			 bottom: 1px; padding: 0px; margin: 0px;}

#larger, #smaller, #single {position: absolute; top: 60px; bottom: 0px; 
			 height: 100%; padding: 0px; margin: 0px;}

#single		{width: 600px;}
#larger		{width: 370px; left: 0px; right: 230px; }
#smaller	{width: 215px; left: 385px; right: 0px; }

div.blue	{background-color: #82b4df; position: absolute;
			 top: 21px; width: 100%; min-height: 600px;
}

#mainheader			{position: relative; width: 420px; float: right;}
#mainheader span	{font: bold 23px "CAC Krazy Legs Bold",serif; height: 31px;
					 border-top: 1px solid black; border-bottom: 1px solid black; 
					 width: 354px; text-align: center; background-color: #82b4df; 
					 position: absolute; left: 33px; right: 33px; white-space: nowrap;}

div.subheader		{position: relative;}
div.subheader span	{background-color: black; color: white; font-weight: bold; font-size: 18px;
					 height: 21px; left: 21px; right: 21px; position: absolute;}

#single div.blue 		{width: 600px;}
#larger div.blue 		{width: 370px;}
#smaller div.blue	 	{width: 215px;}

#single .subheader 		{width: 600px;}
#larger .subheader 		{width: 370px;}
#smaller .subheader 	{width: 215px;}

#single .subheader span		{width: 558px;}
#larger .subheader span		{width: 328px;}
#smaller .subheader span	{width: 173px;}

img.right	{right: 0px; position: absolute;}
img.left	{left: 0px; position: absolute;}
img.client	{width: 190px; height: 144px;}

a img {border: 0;}

p, ol, ul	{padding: 0.5em; line-height: 1.1em;}
ol li		{list-style: none;}
ul li		{list-style: disc inside url("images/dogPawWhite.gif");}

.bold		{font: bold 14px "Arial",sans-serif;}
.name		{font: bold 18px "CAC Krazy Legs", sans-serif;}
.center		{text-align: center;}
.ctrblock	{margin-left: auto; margin-right: auto;}


