/*    */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-color:#FFFFFF;
}
#header {
 color: #333;
 width: 910px;
 float: left;
 padding: 0px 10px 0 0;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
 border-bottom:20px;
 border-bottom-color:#333333;
 border-bottom-style:solid;
 
}

#h-left  {
 float:left;
 width:440px;
 height:100px;
 background-image:url(images/header-left.png);
 background-position:right;
 background-repeat:no-repeat; 
}

#h-right  {
  float:left;
  width:440px;
  height:100px;
  background-image:url(images/header-right.png);
  background-position:right;
  background-repeat:no-repeat;
}



#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 450px;
 width: 150px;
 float: left;
}
/* begin navigation*/
#list-menu {
width: 100px;
}
/* this width value is also effected by
the padding we will later set on the links. */
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: georgia, times,serif;
font-size: 12px; 
} 

#list-menu li {
margin: 5px 0 0;
} 

#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; 
 
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
background: #9F1A29;
color: #ffffff;
font-weight: bold;
}

#list-menu a:hover {
border: 1px solid #000000;
color: #9F1A29; 
background: #dcdcdc;
font-weight: bold;
/*
border: 1px solid #000000;
background: #333333 url(images/background1.gif);
color: #ffffff; */

} 
#left-bottom  {
	width: 134px;
	height:150px;
	padding-top: 20px;
}
	
a:link { color:#990000; text-decoration: none; }

a:visited { color: #990000; text-decoration: none; }

a:hover { color:black; font-style: italic;
text-decoration: underline; }

a:active { color:black; font-style: italic;
text-decoration: underline; }

#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 7px;
 height: 457px;
 width: 545px;
 display: inline;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 220px  0px 0px 10px;
 height: 250px;
 width: 160px;
 background-image:url(images/pets-welcome.jpg); 
 background-repeat:no-repeat; 
 background-position:top;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #333333;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.style3 {font-family: "Courier New", Courier, monospace}

.style5 {color: #9f1a29}

.style6 {font-size: 11px}

.style8 {color: #333333}

.style11 {font-size: 16px}

.style13 {color: #336600}