/* CSS Style Sheet - Hydrangea Cottage */

/* IDs */

#container{
width: 958px;
}

#header{
padding: 0px;
margin: 0px;
}

#content-container{
background-color: #FBBC91;
padding-top: 22px;
padding-left: 18px;
padding-right: 18px;
padding-bottom: 0px;
margin: 0px;
width: 922px;
[if IE] width: 958px;
}

#content{
background-color: #FFF;
padding: 10px;
}

#footer{
background-color: #D99B86;
color: #FFF;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
border-top: solid 7px #FBBC91;
font-weight: 600;
border-bottom: solid 14px #FBBC91;
}




/* Classes */

a.nav:link {
	color: #BFC1B6;
    font-weight: 600;
    font-family: Garamond, "Times New Roman", serif;
    font-size: 14px;
    text-decoration: none;
}
a.nav:visited {
	color: #BFC1B6;
    font-weight: 600;
    font-family: Garamond, "Times New Roman", serif;
    font-size: 14px;
    text-decoration: none;
}
a.nav:hover {
	color: #D99B86;
    font-weight: 600;
    font-family: Garamond, "Times New Roman", serif;
    font-size: 14px;
	text-decoration: underline;
}
a.nav:active {
	color: #D99B86;
    font-weight: 600;
    font-family: Garamond, "Times New Roman", serif;
    font-size: 14px;
    text-decoration: none;
}

a.footer:link {
	color: #FFF;
    font-weight: 600;
    font-family: Garamond, "Times New Roman", serif;
    font-size: 16px;
    text-decoration: none;
}
a.footer:visited {
	color: #FFF;
    font-weight: 600;
    font-family: Garamond, "Times New Roman", serif;
    font-size: 16px;
    text-decoration: none;
}
a.footer:hover {
	color: #FFF;
    font-weight: 600;
    font-family: Garamond, "Times New Roman", serif;
    font-size: 16px;
	text-decoration: underline;
}
a.footer:active {
	color: #FFF;
    font-weight: 600;
    font-family: Garamond, "Times New Roman", serif;
    font-size: 16px;
    text-decoration: none;
}


/* Element Rules */

body{
margin: 0px;
padding: 0px;
}

h2 {
padding-bottom: 0px;
margin-bottom: 0px;
font-family: Verdana, Arial, "sans serif";
font-size: 18px;
font-weight: 600;
color: #880000;

}

h3 {
padding-bottom: 0px;
margin-bottom: 0px;
font-family: Verdana, Arial, "sans serif";
font-size: 14px;
font-style: italic;
color: #676400;
}

h4 {
font-style: italic;
font-size: 12px;
font-family: Verdana, Arial, "sans serif";
color: #D99B86;
padding-bottom: 2px;
margin-bottom: 0px;
}

p {
font-family: "Microsoft Sans Serif", Arial, Verdana, "sans serif";
font-size: 14px;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
font-family: "Microsoft Sans Serif", Arial, Verdana, "sans serif";
font-size: 14px;
}

li {
background-image: url(img/paw_bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 2em;
padding-top: 1em;
padding-bottom: 1em;
}

a:link {
	
}
a:visited {
	
}
a:hover {
	
}
a:active {
	
}
