﻿/*ARTICLE -------------------------------------------------------------*/
article, #page-content{
	width: 630px;
	height: auto;
	margin: 0 0;
	background: #EEE none no-repeat scroll left top;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	
	float:left;
}

article .article-block{
	width:auto;
	height:inherit;
	background: #FaFaFa;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
}

#article-banner-top{
	width:auto;
	height:200px;
	background:#039;
}