@import  url("/css/reset.css");
@import  url("/css/global.css");
@import  url("/css/styles.css");


/* ---------------------------- */
/*         -- Markup --         */
/*                              */
.index #bg {background: url(/images/bg-index.jpg) top center no-repeat;}
#bg {background: url(/images/bg.jpg) top center no-repeat;}

#container {
	width: 1000px;
	margin: 0 auto;	
}

#wrapper {
  margin-left: 100px;
  padding-bottom: 20px;
	zoom: 1;
}

#wrapper:after {
  content:'.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#header {
	height: 225px;
  position: relative;
}

.index #header {
  height: 514px;
}

#content {
	width: 570px;
  padding: 0 30px 0 0;
  float: left;
}

#aside {
	float: right;
	width: 270px;
  padding: 19px 30px 0 0;
  font-size: 1.167em;
}

#footer {
  height: 112px;
  background: #f2f2f2;
  border-top: 3px solid #e5e5e5;  
}

#footer .wrap {
  width: 900px;
  margin: 0 auto;
  padding: 17px 0 0 100px;
}

/*                              */
/*         -- Markup --         */
/* ---------------------------- */
