﻿/* Layout CSS */
#masthead {
	height: 90px;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 160px;
	position: absolute;
	left: 0px;
	top: 10px;
}

#page_content {
          margin-left: 160px;
          margin-right: 130px;
          margin-top : 10px;
          overflow: auto;
          width : auto;
          height : auto;
          padding-left : 5px;
          padding-right : 15px;
          color : #000000;
  /*        border-left : 2px solid #00dd00;  */
}

#right_col {
	width: 130px;
	position: absolute;
	right: 0px;
	top: 10px;
        padding-left : 5px;
/*        border-left : 2px solid #00dd00;   */
}

#footer {
}
