* {
	margin: 0px; padding: 0px;
	}
body {
	background-color: #667061;
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	}
h1 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #D9541E;
	font-size: 14px;
	line-height: 18px;
	text-align: left; 
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444D3E;
	font-size: 12px;
	line-height: 18px;
	text-align: left; 
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444D3E;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 0px;
	}
	h3 a:link {
		color: #444D3E; 
		text-decoration: underline;
		} 
	h3 a:visited {
		color: #444D3E; 
		text-decoration: underline;
		} 
	h3 a:hover {
		color:#FF9973; 
		text-decoration: none;
		} 
	h3 a:active {
		color:#FF9973; 
		text-decoration: none;
		}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #444D3E;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 10px;
	}
	p a:link {
		color: #444D3E; 
		text-decoration: underline;
		} 
	p a:visited {
		color: #444D3E; 
		text-decoration: underline;
		} 
	p a:hover {
		color:#FF9973; 
		text-decoration: none;
		} 
	p a:active {
		color:#FF9973; 
		text-decoration: none;
		}
	p.date {
		text-align: right;
		margin-top: -18px;
		margin-bottom: 0px;
		}
	p.jobtitle {
		font-style: italic;
		margin-bottom: 0px;
		}
	p.client {
		margin-bottom: 0px;
		}
#containerTop {
	width: 694px;
	height: 60px;
	margin: 20px auto 0px auto;
	background-image:url(images/borderTop.gif);
	background-repeat: no-repeat;
	}
#container {
	width: 694px;
	margin: auto;
	background-image:url(images/borderBar.gif);
	background-repeat: repeat y;
	}
#containerBottom {
	width: 694px;
	height: 60px;
	margin: 0px auto 20px auto;
	background-image:url(images/borderBottom.gif);
	background-repeat: no-repeat;
	}
#header {
	width: 614px;
	height: 122px;
	margin: 0px auto;
	position: relative;
	}
	#logo {
		width: 100px;
		height: 49px;
		background-image:url(images/logo.gif);
		background-repeat: no-repeat;
		position: absolute;
		top: 16px;
		left: 57px;
		}
	#line {
		width: 470px;
		height: 1px;
		border-top: 1px solid #444D3E;
		position: absolute;
		top: 69px;
		left: 72px;
		}		
	#menu {
		width: 256px; /* 261px; welcome.gif */
		height: 52px;
	/*	margin: 0px auto;
		padding: 0 72px 0 281px; */
		position: absolute;
		top: 75px;
		left: 286px; /* 281px; welcome.gif */
		}
		#menu ul li {
			float: left;
			list-style-type: none;
			}
#middle {
	width: 470px;
	margin: 0px auto;
	padding: 0px 72px;
	}
	#middle ul li {
		font-family: Arial, Helvetica, sans-serif;
		color: #444D3E;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		text-align: left; 
		margin-left: 17px;
		list-style-type: inherit;
		}
	#middle ul li.last {
		margin-bottom: 10px;
		}
		#middle li a:link {
			color:#444D3E; 
			text-decoration: none;
			} 
		#middle li a:visited {
			color:#444D3E; 
			text-decoration: none;
			} 
		#middle li a:hover {
			color:#E79165; 
			text-decoration: none;
			} 
		#middle li a:active {
			color:#E79165; 
			text-decoration: none;
			}
#footer {
	width: 614px;
	margin: 0px auto;
	padding-top: 20px;
	}
	#footer p {
		font-family: Futura, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		text-align: center;
		line-height: 12px;
		margin-bottom: 0px;
		}
	#footer a:link {
		color:#444D3E; 
		text-decoration: none;
		} 
	#footer a:visited {
		color:#444D3E; 
		text-decoration: none;
		} 
	#footer a:hover {
		color:#E79165; 
		text-decoration: none;
		} 
	#footer a:active {
		color:#E79165; 
		text-decoration: none;
		}