body 	{
	font-family: arial, verdana, helvetica;
	background: white none;
	color: black;
	text-align: left;
	margin: 0;
	}
#m-col  {
	width: 100%;
	height: 100%;
	}
#header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
	height: 100px;
	background: white;
	color: black;
	border: none;
        }        
#navbar {
	position: absolute;
	top: 100px;
	left: 0;
	width: 15%;
	height: 100%;
	background: maroon;
	color: gray;
	font-family: arial, verdana, helvetica;
	text-align: left;
	border: solid 1px gray;
        padding-left:5px;
	}
#navbar a{
	text-decoration: none;
	background: maroon;
	color: gray;
	}
#navbar a:hover{
	text-decoration: none;
	background: gray;
	color: maroon;
	}
#content{
	position: absolute;
	top: 100px;
	left: 16%;
	width: 60%;
	height: 100%;
	background: white;
	color: black;
	border: gray solid 1px;
	}
#right{	
	position: absolute;
	top: 100px;
	left: 77%;
	width: 23%;
	height: 100%;
	background: maroon;
	color: black;
	border: gray 1px solid;
	}

img	{
	border: none;
	}
