/* Must Not Sleep / Must Warn Others

-----------------------------------------------
"I've Never Had A Dream In My Life Because A
Dream Is What You Want To Do But Still Have
Not Pursued. I Knew What I Wanted And Did It
Until It Was Done, So I've Been The Dream I
Wanted To Be Since Day One." ~ A. Rock
----------------------------------------------- */


/* Layout
----------------------------------------------- */

#contentContainer {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
}

#content {
	position: absolute;
	left: 0px;
	width: 770px;
}

#columnLeft {
	float: left;
	width: 250px;
	padding-top: 30px;
	padding-left: 20px;
	
}

#columnRight {
	float: left;
	width: 500px;
	padding-top:10px;
	
}

#columnSpacer {
	float: left;
	width: 20px;
}

#nav {
	position:relative;
	margin-bottom: 60px;
	line-height: 18px;
	}
	
#footer {
	margin: 0px 0px 10px 0px;
	font-style: italic;
	font-size: 9px;
	}

#blog {
	position:relative;
	margin-bottom: 40px;
	}

.linkContain {
margin: 0px;
padding: 0px;
float: left;
}