*
{
  margin:0px;
  padding:0px;

  font-weight:700;
/*  font-family:Arial,Helvetica,Sans-Serif;*/
  font-size:12px;
  color:#404040;
}

body
{
  background-color:#ffffff;
  padding:10px 0px 10px 0px;
}

.clear
{
  clear:both;
}

a
{
  text-decoration:underline;
  overflow:hidden;
  color:#0000df;

  font-size:14px;
  font-weight:500;
}

a:hover
{
  color:green;
}

a:active
{
  color:green;
}

div.page_row
{
  width:980px;
  padding:0px;
  margin:0px auto;
/*
  border-style:solid;
  border-width:1px;
  border-color:green;
*/
}

#pagecaption
{
  width:970px;
  padding:0px 10px 0px 0px;
  margin:0px auto;

  text-align:right;
}

#logo
{
  width:180px;
  height:110px;
  margin:0px;
  
  display:inline;
  float:left;

  background-image:url("logo1.gif");
  background-repeat:no-repeat;
  background-position:center center;
}

#ad_lead
{
  width:728px;
  height:90px;
  margin:10px;
  
  display:inline;
  float:right;

  overflow:hidden;
}

#left_col
{
  width:180px;
  padding:0px;

  display:inline;
  float:left;
}

#ad_sky
{
  width:160px;
  height:600px;
  margin:10px;
  
  display:block;
/*  float:left;*/

  overflow:hidden;
}

#middle_col
{
  width:480px;
  padding:0px;

  display:inline;
  float:left;
}

#carol_title
{
  padding:10px 10px 5px 10px;

  display:block;
  text-align:center;

  font-size:15px;
  font-weight:700;
  color:#000000;
}

#carol_authors
{
  padding:5px 10px 5px 10px;

  display:block;
  text-align:center;

  font-size:13px;
  font-weight:700;
  font-style:italic;
  color:#007f00;
}

#carol_lyrics
{
  padding:5px 10px 10px 10px;

  display:block;
  text-align:center;

  font-size:15px;
  font-weight:500;
}

#right_col
{
  width:320px;
  padding:0px;

  display:inline;
  float:right;
}

#player
{
  display:none;
}

#video_player
{
  width:300px;
  height:250px;
  margin:10px;

  display:block;
  background-color:#d0d0d0;
}

#ad_rect
{
  width:300px;
  height:250px;
  margin:10px auto;
  
  display:block;
/*  float:right; */

  overflow:hidden;
}

#ad_links
{
  width:728px;
  height:15px;
  margin:10px;
  
  display:inline;
  float:left;
  overflow:hidden;
}

#index_link
{
  width:222px;
  margin:10px 10px 10px 0px;
  
  display:inline;
  float:right;
  overflow:hidden;

  text-align:center;
}

div.carols_col_left
{
  width:385px;
  padding:10px 5px 10px 10px;

  display:inline;
  float:left;

  text-align:center;
  font-size:13px;
  font-weight:500;
  color:#007f00;
}

div.carols_col_right
{
  width:385px;
  padding:0px 10px 10px 5px; /* 0px from top 'cause of ad_rect */

  display:inline;
  float:right;

  text-align:center;
  font-size:13px;
  font-weight:500;
  color:#007f00;
}



