/***********************************************/
/* style0a.css                                 */
/* Layout -- 2 cols left nav                   */
/* Use with plog template ow_ms               */
/* by oldwain (http://blog.itpub.net/oldwain)  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

#pagecell{
/* position: static; */
}

#leftNav{
	width:20%;
	padding: 0px;
	font: small Verdana,sans-serif;
	border: 1px solid;
	border-bottom: 0px;
	overflow: hidden;
	margin-left: 1%;
}
#rightNav{
	width:20%;
	padding: 0px;
	font: small Verdana,sans-serif;
	margin-left: 1%;
	border: 1px solid;
	border-bottom: 0px;
	overflow: hidden;
}

#content{
/*	margin:0px 1px 0px 215px; */
	padding: 0px 5px 5px 5px;
	overflow: hidden;
	width: 75%;
	float: right;
	margin-right:0.5%;
	
}


/********************* end **********************/

