/*  ____________________________
   /	ChisCorp :: Portal		\
  |		Base Template CSS	  	 |
   \____________________________/
*/

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
}

body {
	padding: 0 20px;
}

/* ---------------------------------------------------------------
						Core Classes
--------------------------------------------------------------- */
.core-wrapper {
	width: 960px;
	margin: 0 auto;
}
	.core-header {
		width: 100%;
		position: relative;
	}
	.core-content {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.core-footer {
		width: 100%;
		position: relative;
	}

/* ---------------------------------------------------------------
						Core Content Classes
--------------------------------------------------------------- */
.core-content-left {
	width: 20%;
	float: left;
}
.core-content-right {
	width: 80%;
	float: right;
}
