/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* #masthead{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 750;
	align: center;
} */

#navBar{
	width: 149px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#content{
	width: 600px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


