/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


/*	EXAMPLE STYLES */
body {
	font-family: sans-serif;
	color: black;
}

header {
	line-height: 1em;
	text-align: center;
	background: #ffffff;
}

article {
	line-height: 1em;
	text-align: left;
	background: #fff;
}

aside {
	line-height: 1em;
	text-align: center;
	background: #fff;
}



bottomcon {
	line-height: 1em;
	text-align: left;
	background: #ff0000;
}






footer {
	line-height: 2em;
	text-align: center;
	background: #009900;
letter-spacing: 0.2em;
}

 