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

body
{
 background-color: #000000;
 margin: 0px;
 padding: 0px;
 color: #FFFFFF;
}
.about_content
{
 background-image: url(../Media/images/about_bg.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 height: 768px;
}
.channels_content
{
 height: 768px;
 background-image: url(../Media/images/channels_bg.jpg);
 background-repeat: no-repeat;
 background-position: center top;
}
.recipes_content
{
 height: 768px;
 background-image: url(../Media/images/recipe_bg.jpg);
 background-repeat: no-repeat;
 background-position: center top;
}
.contact_content
{
 background-image: url(../Media/images/contact_bg.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: 10px;
}
.channels
{
 width: 450px;
 height: 300px;
 padding-top: 110px;
 padding-left: 50px;
}
.recipes
{
 overflow: auto;
 font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 width: 502px;
 padding-left: 25px;
 height: 272px;
}
.chef
{
 width: 385px;
 padding-right: 10px;
 padding-left: 10px;
 overflow: auto;
 height: 300px;
}
.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;
}
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;
}
