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


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

#container {
	min-width: 1000px;
}

#wrapper {
	zoom: 1;
}

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

#header {
	height: 110px;
}

#content-box {
  width: 100%;
  float: right;
}

#content {
  margin: 0 50px 0 350px;
}


#aside {
  position: relative;
	float: left;
	width: 350px;
	margin: 0 -350px 0 0;
  padding-top: 5px;
}

/* ---------- Footer ---------- */
#footer {
  padding: 0 0 0 50px;
}

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