body
{
  margin: 0px 20px;
  padding: 0px;
  background-color: rgb(255,255,255);
}

.left-col
{
  background-color: rgb(245,223,135);
  background-image: url(../images/boy.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.left-col-christmas
{
  background-color: rgb(245,223,135);
  background-image: url(../images/christmas-boy.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}

.left-col-football
{
  background-color: rgb(245,223,135);
  background-image: url(../images/football.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.left-col-basketball
{
  background-color: rgb(245,223,135);
  background-image: url(../images/basketball.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.left-col-boylooking
{
  background-color: rgb(245,223,135);
  background-image: url(../images/boy-looking.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.middle-col
{
  background-color: rgb(80,121,197);
}

.right-col
{
  background-color: rgb(245,223,135);
}

.navigation
{
  padding: 0px;
  margin: 25px 20px 185px;
}

.navigation a
{
  color: rgb(80,121,197);
  line-height: 30px;
  font-family: "trebuchet ms", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.navigation a:hover
{
  color: rgb(204,0,0);
}

.content
{
  color: rgb(255,255,255);
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin: 20px;
  text-align: justify;
}

.header
{
  color: rgb(255,204,51);
  font-family: tahoma, verdana, sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  
}

p
{
  padding: 0px;
  margin: 0px 0px 10px;
}

a, .tan
{
  color: rgb(255,204,0);
}

a:hover
{
  color: rgb(255,255,255);
}

.info
{
  color: rgb(255,255,255);
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-align: justify;
}

.footer
{
  padding: 0px;
  margin: 10px 0px 0px;
  color: rgb(80,121,197);
  font-family: verdana, sans-serif;
  font-size: 10px;
  line-height: 12px;
}