@charset "utf-8";
/* CSS Document */

body {
background-color:#0033CC;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
}

/* background-image: url(../bg/dblue167.llt.gif); */


div#pageframe {
background-color: #99CCFF;
border:solid #000000 3px;
color:#000000;
margin-right:auto;
margin-left:auto;
padding:10px;

}


div#pageframeouter {
	width:800px;
	background-color: #FF9900;
	border:solid #000000 5px;
	color:#000000;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
}

.content {
	padding-left:0px;
	padding-right:0px;
	margin: 0px -10px 0px -5px;
}


a:link {
	color:#0033CC;
	font-weight: bold;
}

a:visited {
	color:#0033CC;
		font-weight: bold;
		text-decoration:none;
 
}

a:hover {
color:#FF9933;
font-weight: bold;
} 

.dropcap {
	font-size:1.3em;
	color: #0033CC;
	font-weight:bold;
}

.orangediv {
	height:5px;
	background-color:#FF9933;
	padding:0px;
	margin-top:0px;
	margin-right:-10px;
	margin-bottom:0px;
	margin-left:-10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.alyssa img  {
	float:left;
	margin-right:20px;
	border: black solid 2px;
	margin-bottom: 20px;
}

.center 	{
text-align:center;
		
}


.center img 	{
	margin:10px;
	border: black solid 2px;
	
}

.imgborder {
	margin:10px;
	border: black solid 2px;
}

#groomlist ul
{
list-style-image: url(../images/g.bow.icon.TNN.gif);
list-style-type: circle
}

#doglist ul
{
list-style-image: url(../images/g.paw.gif);
list-style-type: circle;
}

#doglist li
{
	margin-bottom: 10px;
}


#cavlist ul
{
list-style-image: url(../images/g.crown.gif);
list-style-type: circle;
}

#cavlist li
{
	margin-bottom: 10px;
}

.sidepaws {
	background-image:url(../images/g.puppypaws.gif);
	background-repeat:repeat-y;
	padding-left: 70px;
	padding-right: 20px;
}

.trcolor {
background-color:#99CCFF;
}

.trwhite {
background-color:white;
}
