body{
		background:url('../images/background.gif') repeat #fff;
		margin:0; padding:0;
		font-family: Arial;
	}
	
a{	text-decoration:none; }
	
.headline{
		background:url('../images/headline.png') repeat-x #dedede;
		height: 25px;
		width:100%;
		padding: 11px 0;
	}
	
.head-wrapper{
		width: 960px;
		margin: 0 auto;
		
		color:#2870b7;		
		font-size: 14px;
	}

.langs{
		float:right;
		margin-top:-2px;
	}
*:first-child+html .langs, * html .langs{margin-top:-15px;}	
* html .langs{margin-top:-15px;}
.langs a{
		padding:0 12px;
		border-left: 1px solid #8f8f8f;
		
		color:#2870b7;
	}
	
.langs a:first-child{
		border-left: none;
	}	
	
.logo{
		width:152px;
		height:55px;
		margin:109px auto 14px;
	}
.newswire{width: 268px;}
.texting{width:230px;}
	
.center-wrapper{
		width: 660px;
		margin: 0 auto;
		text-align:center;
	}
	
.center-left, .center-right{
		background: url('../images/center-left.gif') no-repeat;
		width: 10px; height: 201px; float:left;
	}
	
.center-right{ background: url('../images/center-right.gif') no-repeat; }

.center{
		background: url('../images/center-repeat.gif') repeat-x;
		width: 640px; float:left;
		padding: 25px 0;
	}
	
.ltop{
		color: #8f8f8f;
		font-size: 25px;
	}
	
.lcenter{
		color: #2870b7;
		font-family: Impact;
		font-size: 49px;
		margin: 5px 0 40px;
	}
	
.lbottom{
		color: #fff;
		font-size: 16px;
	}
	
.lbottom a{ color: #75b4f2; }
	
.terms{
		clear:both;
		color: #909090;
		font-size: 13px;
	}