body{
  background:#425060;
  font-family:verdana;
}
hr{
  border-top:#656d76;
  height:1px;
}

p.err, p.the-post{
	background:#d3D9D2;
	padding:5px;
	border-left:2px solid #777;
}
p.the-post ul li{
	background:transparent;
}
td{
  font-size:11px;
}
img{
	border-width:0;
}
/*input, select{
  border:1px solid #b1b1b1;
  width:145px;
}*/
.red{
  color:#FF0000;
}
.radio{
  width:10px;
}
#home a{
  display:block;
  width:108px;
  height:45px;
  background:url('../images/menu_home.jpg');
}
#products a{
  display:block;
  width:108px;
  height:45px;
  background:url('../images/menu_products.jpg');
}
#about a{
  display:block;
  width:94px;
  height:45px;
  background:url('../images/menu_about.jpg');
}
#contact a{
  display:block;
  width:108px;
  height:45px;
  background:url('../images/menu_contact.jpg');
}
#donate a{
  display:block;
  width:108px;
  height:45px;
  background:url('../images/menu_donate.jpg');
}
#home a:hover,#products a:hover,#about a:hover,#contact a:hover,#donate a:hover,#home a.act,#products a.act,#about a.act,#contact a.act,#donate a.act{
  background-position:0 -45px;
}

#end-links a{
	text-decoration: none;
	display: block;
	padding: 5px;
	color:#333;
	border-bottom: 1px solid #BFC9CF;
}

#end-links a img{
	vertical-align: middle;
}

#end-links a:hover{
	background: #D4DFE5;
}

#mediaplayerContainer{
	text-align:right;
	background:#eee;
	padding:5px;
	border:1px solid #ddd;
}

#mediaplayerContainer small a{
	text-decoration:none;
	color:#333;
}