@charset "utf-8";
/* CSS Document */
/*This creates an easy two column layout where you can insert your information. It is currently set up for a left hand sidebar with a right hand content, but can easily be switched by simply switching the float statements of each the #main and #sidebar to the other side*/
#content #main{
	float: left;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
}

#content #mainawib{
	float: left;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
}

#content #sidebar{
	float: right;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
}
