
@import "global.css";
@import "article.css";

*{
	float: none;
	position: static;
}

body{	
	font: 83%/1.4 Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0;
	background: none;
	width: 100%;
	text-align: left;
}

a:link, a:visited{
	color: #000;
}

/* containers */

#bg{
	position: static;
	background: none;
}

#strip{
	background: none;
}

#container{
	width: 960px;
	margin: 0 20px;
}

#header{
	width: 100%;
	background: #fff url(../images/bgLeafHeader.gif) no-repeat top right;
	border-bottom: 6px solid #66362b;
}

#containertwo, #containerthree, #controls, #containerfour, #footer{
	float: none;
}

#containertwo{
	width: 970px;
	background: none;
}

#containerthree{
	margin-right: 0;
	background: none;
}

#content{
	width: 80%;
	height: auto !important;	
	margin: 20px 0;
	padding: 20px 0;
	border: none;
	background: none;
}

ul#nav, form#formsearch, #columna, #columnb, #comments, li#siterate, ul.actions, 
a.more, #footer, p.small, p.backtop{
	display: none !important;
}

.result, #news{
	width: 100%;
}

.result img{
	float: none;
	display: block;
	max-width: none;
	margin: 10px 0 10px 0;
}

#synopsis img{
	float: right;
	margin: 6px 0 10px 10px;
}
