/* Body
----------------------------------------------------------------------------------------------------*/
body {
	background-color:#0D0D0D;
}

h1, h2, h3, h4, p {
	margin: 5px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin:0 auto;
	width: 960px;
	color:#D6F3FB;
}
/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_9 {
	width:960px;
	text-align:center;
	background-color:#000000;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Link styles */

.lynk a{
	color:#D6F3FB;
}

.lynk a:hover {
	color:#FFF;
}

.lynk {
	text-decoration:underline;
}