/********** rates ************/

#rates{
  width: 650px;
  margin: 0 auto 5px;
  background: url('/images_new/table_bg.jpg') top left repeat-x;
  padding: 3px 7px 7px 7px;
  border: solid 1px #cfe7ac;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align: center;
}
#rates tr.header{
  color: #000;
  text-align: center;
}
#rates th{padding: 7px 0 15px 0;}
#rates td{
  width: 200px;
  padding-bottom: 5px;
  border-right: solid 1px #cfe7ac
}
#rates td.first{
  text-align: left;
  padding-left: 15px;
  width: 185px;
}
#rates td.third{
  border: none;
}

/********** //rates ***********/


/********** hosts ************/

img.center{
  margin-left: 220px;
  margin-bottom: 20px;
}

/********** //hosts ***********/


/********** maps ************/

div.left{margin-left: 30px;}
div.left, div.right{
  width: 400px;
  float: left;
  text-align: center;
}
div.left img, div.right img{
  border: solid 1px black;
}

/********** //maps ***********/


/********** birding ************/

div.birding-left{
  float: left;
  width: 420px;
}
img.birding-right{
  float: right;
}
p.clear{
  text-align: center;
  font-size: 16px;
}
img.birds{
  margin-left: 123px;
}

/********** //birding ***********/

/********** bird-list ************/

#key{
  background: url('/images_new/birding_key_bg.jpg') top left no-repeat;
  float: right;
  width: 184px;
  height: 483px;
  padding: 5px 0 0 25px;
}
#list-intro{
  width: 500px;
	margin: 0 auto 15px;
	padding: 0;
  text-align: center;
}
#list{
  width: 640px;
  overflow: auto;
  height: 490px;
}
#list div.left, #list div.right{
  width: 260px;
}
#list div.right{float: right;}

/********** //bird-list ***********/



/********** news ************/

div.news-left, div.news-right{
  width: 405px;
  float: left;
}
div.news-right{
  float: right;
  border-left: solid 1px #ccc;
  padding-left: 19px;
}

/********** //news ***********/



/********** links ************/

#links div.left, #links div.right{
  text-align: left;
}
#links div.left{
  margin-left: 50px;
}
#links ul{
  margin-left: 25px;
}

/********** //links ***********/