/* - - - - - - - - - - - - - - - - - - - - -

Title : CSS Beauty Version 2 Print Style
Author : Hector A. Giron
URL : www.cssbeauty.com

- - - - - - - - - - - - - - - - - - - - - */
#container {
	width: 100%;
	padding:0;
	margin:0;
	background:  url("content-bg.gif") bottom right no-repeat;
}
#header {
	display: none;
}
#leftcol {
	width: 80%;
	float: none;
}
#content {
	width: 100%;
	float: none;
}
#news h2#news-announc {
	background: none;
	text-indent: 0px;
	text-align: center;
}
#news-left {
	width: 50%;
}
#news-right {
	width: 50%;

}
#use-left {
	width: 50%;
}
#use-right {
	width: 50%;
}

* html #news-left, * html #news-right {
	width: 290px;
}

* html #use-left, * html #use-right {
	width: 290px;
}
#news .more {
	display: none;
}
#leftcol #recommended {
	display: none;
}
#leftcol #categories {
	display: none;
}
#leftcol #bydate {
	display: none;
}
#leftcol #cloud {
	display: none;
}
#rightcol {
	display: none;
}
#entries {
	width: 100%;
	border-bottom: 1px solid #47A4BE;
}
#entries h1 {
	display: block;
	font-size: 1.1em;
	margin:0 0 10px 0;
	text-align: center;
}
#entries .more {
	display: none;
}
.content {
	border-top: 1px solid #47A4BE;
	border-bottom: 0;
}