/***********************************************/
/* 2 Column Layout Divs                        */
/***********************************************/

#leftColumn{
	width: 20%;
}
#content{
	width: 65%;
}

