/*
  main.css stylesheet
*/

@import url("share.css");

#content:after,
.wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background: #FFF;
	margin: 0 auto;
	padding: 25px 5%;
	width: 70%;
	}

.main {
      float: left;
      width: 60%;
      margin-bottom: 50px;
      }

.sidebar {
	float: right;
	width: 30%;
}

header,
footer {
    background: #6D7B8D url("/astro/siphoto/incl/main-gcenter.gif") no-repeat;
}

header {
	background-position: 50% 50%;
	}

footer {
	padding: 20px 0 100px 0;
}

.oldie footer .wrap {
	position: relative;
}
