/* simple reset */



#container {
	margin:0 auto;
	margin-top:-30px;
	width:900px;
	background:#FFFFFF;
	text-align:right;
	font-size:20px;

	
}
#container h2 {
	
	color:#333333;	font: 18px 'Source Sans Pro',sans-serif;
	background:url(../img/skin/bg_main1.png);
	text-align:center;
	
}
#wrap {
	position: relative; 
	padding: 10px; 
	overflow: hidden;
	color:#666666;
}
#gradient {
	width:100%; 
	height:35px; 
	background:url(../images/bg-gradient.png) repeat-x; 
	position:absolute; 
	bottom:0; 
	left:0; 
}
#read-more { 
	padding:5px; 
	border-top:4px double #ddd;
	background:#fff; 
	color:#333; 
}
#read-more a { 
	padding-right:22px; 
	background:url(../images/icon-arrow.gif) no-repeat 100% 50%;
	font-weight:bold;
	text-decoration:none;
	color:#3399FF;
}
#read-more a:hover {color:#000;}

