* {
padding:0;
margin:0;
border:none;
font-family:Verdana, sans-serif;
}

body {
background:url(images/background.jpg) repeat-x;
}

h1, h2, h3, p {
width:310px;
color:#053f57;
margin:1em auto;
padding-right:50px;
line-height:1.4em;
}

h1, h2 {
background:url(images/petstore.jpg) no-repeat;
text-indent:-9999px;
margin:20px auto -0.5em;
}

h2 {
background-image:url(images/petshop.jpg);
}

h3 {
font-size:1em;
}

strong, p a {
background:#eff6e1;
border-bottom:solid 1px #ddd;
color:#053f57;
}

a:hover {
text-decoration:none;
color:#000;
}

#wrapper {
width:800px;
margin:0 auto;
background:url(images/pawprint.gif) no-repeat bottom;
}

#nav {
position:fixed;
top:0;
width:100%;
background:#eee;
height:30px;
padding-top:10px;
filter:alpha(opacity=40);
opacity:0.4;
font-size:0.8em;
border-bottom:solid 1px #999;
}

#nav:hover{
filter:alpha(opacity=60);
opacity:0.6;
}

#nav a{
padding:20px;
margin:0 -20px 0 20px;
color:#053f57;
}

#nav a:hover{
text-decoration:none;
background-position:left 23px;
}

.home {
background:url(images/home.gif) left 20px no-repeat
}

.links {
background:url(images/links.gif) left 20px no-repeat
}

.linksh1 {
text-indent:0;
background:none;
font-size:1em;
}