	*{
		padding:0;
		border:0;
		margin:0;
	}
	body {
		#fff;
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
	}
	a, a:link, a:visited, a:active {
		text-decoration:none;
		color:#990000;
	}
	a:hover {
		color:#333;
	}
	#container {
		height:100%;
		margin:0;
	}
	#header {
		background:url(/gfx/contractdesign-logo.jpg) no-repeat;
		height:100px;
	}
	#extrahead{
		height:100px;
		width:500px;
		float:right;
		padding:0;
		background:url(/gfx/contract-design-extrahead.jpg) no-repeat;
	}
	#menu {
		height:30px;
		padding:3px;
		margin-bottom:2px;
		background:#CCC;
	}
	
	#menu UL {
		list-style:none;
		margin:0;
	}
	#menu UL LI {
		float:left;
		
	} 
	#menu UL LI A {
		display:block;
		height:25px;
		padding:3px;
		background:#999;
		color:#333;
		margin-right:3px;
		width:80px;
	}
	#menu UL LI A:hover {
		background:#DDD;
		color:#666;
	}
	#leftcolumn {
		margin-left:5px;
		float:left;
		width:200px;
		padding:10px;
		height:450px;
	}
	#leftcolumn UL {
		list-style:none;
	}
	#leftcolumn UL LI {
		height:22px;
		padding:2px;
		border:1px solid #888;
		margin-bottom:2px;
	}
	#content {
		float:left;
		margin:5px;
		width:700px;
	}
	#footer {
		border-top:3px solid #990000;
		clear:both;
		padding:10px;
		font-size:0.85em;
	}
	#footer P {
		text-align:left;
	}
	H1 {
		color:#333;
		font-size:1.1em;
		padding-bottom:10px;
	}
	H3 {
		color:#990000;
		font-size:1em;
	}
	H6 {
		color:#990000;
		font-size:0.95em;
	}
