html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{
	height:200px;
	line-height:80px;
	margin:0;
	background-position:center;
	padding-left:10px;
	background-image: url(images/TechLab.gif);
	background-repeat: no-repeat;}
div#header h1{}
div#container h1{
	text-align:center;
	font-weight:bold;
	font-size:50px;
	}
	
div .content .title{
	font-size:24px;
	}	
div#content p{
	line-height:1.4
	}
div#navigation{background:#F6F0E0;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background:#CCC8B3;}
div#footer{background:#BFBD93;}
div#footer p{margin:0;padding:5px 10px}
div#container{width:700px;margin:0 auto}
div#navigation{float:left;width:350px}
div#extra{float:right;width:350px}
div#footer{clear:both;width:100%}
