img, body  {margin: 0; padding: 0;}


body { 
		background-color: rgb(80,80,80);
		}
 
.full		{
			position: relative;
			width:	100%;
			height:	100%
		}

#footer {
		position: absolute;
		bottom: 0px;
		text-align: center;
		font-size: 10px;
		height: 8%;
		width: 100%;
		background-color: rgb(200,200,200);
		border-top: 1px solid rgb(60, 60,60);
	}	
#main {
					
		}
		

#left {
		position: absolute;
		left: 0%;
		width: 19%;
		height: 100%;
		background-color: rgb(100,100,100);			
		}

#center {
		position: absolute;
		left: 19%;
		width: 62%;
		min-height: 100%;
		height: auto;
		height: 100%;
		}
		
#info	{
		position: absolute;
		left: 0%;
		width: 19%;	
		height: 100%;
		text-align: left;
		FONT-SIZE: 22px;
		FONT-FAMILY: Verdana, MS Sans Serif, Arial,Helvetica
		background-color: rgb(80,80,80);		
		}

#nav1{ marign: 0; padding: 0; margin-bottom: 0.5em; }
#nav1 ul { background-color: silver; text-align: center; margin: 0; padding: 0; border-bottom: 1px solid gray }
#nav1 li { list-style-type: none; padding: 0.08em 2em; border-left: 1px solid white; display: inline}
#nav1 li:first-child { border: none; }

a:link{color: blue; text-decoration:none;}
a:active{color: blue; text-decoration:none;}
a:visited{color: blue; text-decoration:none;}
a:hover{color:#ff0000; text-decoration:underline;}


		

	