body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/circle-bkd.gif);
	background-attachment:fixed;
	margin: 0 0;
	text-align: center;

}
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 0;
	padding-top: 10px;



}
#menu {
	width: 100%;
	height: 74px;
	text-align: center;
	background-image: url(../images/menu-bkd.png);
	position: absolute;
	top: 167px;
	left: 0px;
	padding-top: 28px;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing:.3em;
	overflow:hidden;
	background-repeat: repeat-x;

}
#menu a:link, a:visited{
	text-decoration:none;
	color: #FFFFFF;
	margin: 0px 15px 0px 15px;

}
#menu a:hover{
	text-decoration:none;
	color: #EDC43D;
	margin: 0px 15px 0px 15px;

}
#content {
	width: 800px;
	margin: 0 auto;
	text-align: left;

}
#content h1{
	font-family: "Futura-Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing:.1em;
	color: #008576;
	margin: 0px 0px 2px;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  text-indent: 22px;


}
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin: 4px 0px 8px;

}
#content dl{
	list-style: none;
	margin-left: 22;
	padding: 0;
	border: none;
	line-height: 15px;

}
#content dt{
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/list-head.png);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 17;
	padding: 3px 0 3px 10px;
	margin-left: 0;
	margin-top: 6;

}
#content dd{
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 18;
	margin-left: 10;
	margin-top: 0;

}
#content-top {
	width: 800px;
	height: 223px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bkd-top2.png);
	background-position: 0% 0px;
	background-repeat: repeat-x;

}
#content-mid {
	width: 760px;
	margin: 0px;
	background: #FFFFFF url(../images/bkd-mid.gif) repeat-x;
	padding: 20px 20px 0px;

}
#content-bottom {
	width: 800px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background: url(../images/bkd-bottom.png) no-repeat;
	overflow: hidden;
	color: #666666;
	border: none;

}
#content-bottom p{
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing:0.2em;
	color: #333333;
	margin: 25px 20px 0 0;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #008576;

}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: #996602;
	margin-bottom: 6px;
	vertical-align: top;


}	
	.borderSide {
		background: url(../images/border-tile_vertical.gif);
		background-repeat:repeat-y;
		background-position:top right;
		}


.email {position:absolute;margin-left:-5000px;}
