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

body
{
 background-color: #0F4E84;
 margin: 0px;
 padding: 0px;
 color: #FFFFFF;
 font-size: 12px;
}
.about_content
{
 background-image: url(../Media/images/index.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 height: 1080px;
}
.litters_content
{
 background-image: url(../Media/images/litters.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 height: 1080px;
}
.channels_content
{
 height: 1080px;
 background-image: url(../Media/images/sire_dams.jpg);
 background-repeat: no-repeat;
 background-position: center top;
}
.recipes_content
{
 height: 1080px;
 background-image: url(../Media/images/puppies.jpg);
 background-repeat: no-repeat;
 background-position: center top;
}
.contact_content
{
 background-image: url(../Media/images/contact.jpg);
 background-repeat: no-repeat;
 background-position: center top;
}
.header
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
}
.body_copy
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}
.channels
{
 width: 450px;
 height: 300px;
 padding-top: 110px;
 padding-left: 50px;
}
.index
{
 overflow: auto;
 font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 width: 497px;
 padding-left: 35px;
 padding-right: 15px;
 height: 280px;
 
}
.recipes
{
 overflow: auto;
 font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 width: 497px;
 padding-left: 35px;
 padding-right: 15px;
 height: 325px;
 
}
.chef
{
 width: 365px;
 padding-right: 15px;
 padding-left: 10px;
 overflow: auto;
 height: 414px;
}
.chef_name
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 20px;
}
.channels_copy
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 17px;
}
.copyright
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #FFFFFF;
 text-align: center;
}
.address
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
 text-align: center;
}
a
{
 font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 text-decoration: none;
}
.BnB_link
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #020202;
 text-decoration: none;
}
a.bnb
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #020202;
}
p
{
  font-size: 12px;
}