body{
	background: #F2F3ED;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
div#all{
	width: 669px;
	margin: 0 auto;
	position: relative;
}
#top{
	width: 669px;
	height: 22px;
	background: url(../img/green-top.gif) 20px no-repeat White;
}
#top-nav{
	width: 669px;
	height: 84px;
	background: url(../img/top-nav-bg.gif) repeat-x #7B7E79;
}
#top-nav img{
	float: left;
	margin: 0 5px 0 20px;
}
#top-nav a{
	display: table-cell;
	width: 109px;
	height: 84px;
	background: url(../img/top-nav-button.gif) no-repeat transparent;
	padding: 33px 0 0 0;
	color: White;
	text-decoration: none;
	font-weight: bold;
}
#top-nav a:hover{
	background: url(../img/top-nav-button-over.gif);
}
#pic{
	width: 669px;
	height: 192px;
	background:  url(../img/pic.jpg) no-repeat #4F514E;
}
#mid{
	width: 669px;
	height: 187px;
	background: #DEE0D5 url(../img/mid-pic.gif) 1px no-repeat;
}
#bulk{
	width: 669px;
	background: url(../img/nav-bottom.gif) no-repeat 18px top #BFC1B4;
	text-align:left;
}
#bulk h1{
	text-align: left;
	margin: 0px;
	position: relative;
	left: 235px;
	top: 2px;
	font-size: 28px;
}
#bulk h2{
	text-align: left;
	margin: 10px 0 5px 0;
	position: relative;
	left: 235px;
	top: 0px;
	font-size: 18px;
}
#bulk h3{
	font-size: 18px;
}
#bulk p{
	text-align: justify;
	width: 425px;
	font-size: 12px;
	margin: 10px 0 5px 0;
	position: relative;
	left: 235px;
}
#footer{
	width: 669px;
	height: 40px;
	background: #DEE0D5;
}
#footer p{
	color: #676862;
	margin: 0px;
	position: relative;
	top: 11px;
}
#footer p a{
	color: #676862;
	text-decoration: none;
	font-size: 14px;
}
#footer p a:hover{
	color: #393938;
	background: #F2F3ED;
}
#nav{
	position: absolute;
	top: 265px;
	left: 22px;
}
#nav a{
	display: block;
	width: 201px;
	height: 40px;
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	line-height: 41px;
	text-decoration: none;
	font-weight: bold;
	color: #86877F;
}
#nav a:hover{
	color: #393938;
}
