/*
  print.css stylesheet
*/

@import url("share.css");

#content:after,
.wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	background: #FFF;
	margin: 0 auto;
	padding: 25px 5%;
	width: 70%;
	}

.main {
      float: left;
      width: 60%;
}

.sidebar {
	float: right;
	 width: 30%;
}

header,
footer {
	font-color: #000;
    background: #fff url("../imgs/gcenter.gif") no-repeat;
	padding: 0;
}

.search, .nav-main {
	display: none;
}

footer {
	padding: 20px 0 100px 0;
}
