@charset "utf-8";
/*
Name: KLP
Date: 8/18/15
File: siteStyles.css
Workspace: F:\tnt-8-18-15\styles

Purpose: Two column design
*/

aside#sidebar{
	width: 20%;
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}

aside#sidebar h3{
	font-size: .9em;
}

section#mainPanel{
	width: 75%;
	float:right;
	margin-top: 0px;
}

footer{
	clear:both;
}
