/* article pages */

	#menuBar {
		font-size: 0.9em;
		/*background-image: url(stdbkgrnd.jpg);*/
		background-repeat: repeat-x;
		position: absolute;
		top: 20px;
		left: 0;
		width: 100px;
		height: 25px;
		/*border: solid 1px #000 */
	}

	.menuInside {
		display: block;
		padding: 5px;
		background-color: #CCFFFE;     /*#FFFFA2; or D3D3D3 (gray)*/
	}

	#header {
		width: 50%;
		height: 75px;
		padding: 5px;
		background-color: #EB345C;
		font-style: oblique;
		vertical-align: middle;
		}