/* CSS Document */

 #scr1 p{
  visibility:hidden;
 }
 #scr1, #scr1 p.default {
 	display: block;
   width:770px;
   height:20px;
   overflow:hidden;
   visibility:visible;
 }
 #scr1 p {
  visibility:visible;
  width:770px;
  height:20px;
 }

 #scr1 {
   margin:0px auto;
   font-size: 1.1em;
 }
 
#scr1 a:link, a:active, a:visited {
	color: #FFCC00;
	text-decoration: none;
}
#scr1 a:hover, a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#whatsnew1 {
	float: left;
	width: 160px;
	height: 22px;
	background: url("../images/home/whatsnewleft.jpg") 0 0 no-repeat;
}

#whatsnew2 {
	float: left;
	width: 769px;
	height: 22px;
	background: url("../images/home/whatsnewbackground.jpg") 0 0 no-repeat;
}

#whatsnew3 {
	float: left;
	width: 25px;
	height: 22px;
	background: url("../images/home/whatsnewright.jpg") 0 0 no-repeat;
}
