body {
	font-family: century gothic, trebuchet ms, verdana;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: lighter;
	word-spacing: 5px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	color:#528B8B;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}

#container {
	margin: 0px auto;
	width: 710px;
	/*border: solid 1px #625d3b;*/
}

A:link {text-decoration: none; color:#707070;}
A:visited {text-decoration: none; color:#707070;}
A:active {text-decoration: none; color:#707070;}
A:hover {text-decoration: underline; color:#707070;}

#menu {
	font-family: century gothic, trebuchet ms, verdana;
	font-size: 16px;
	width:300px;
	/*word-spacing: 5px;*/
	text-align:right;
	/*border: 1px solid #000;*/
	padding-top: 12px;
	color: #707070;
}
#menu a:hover{text-decoration: underline;}

p {
	line-height: 12pt;
	padding:5px;
}

#business{
	text-decoration:underline;
}
h1,h2,h3 {
	font-family: century gothic, trebuchet ms, verdana;
	/*text-transform: uppercase;*/
	color: #696969;
	font-weight: lighter;
	padding:5px;
}
h1 {
	font-size: 16px;
	padding-left: 10px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 10px;
}

#content {
	/*background-image:url(images/content_bg.gif);*/
	width: 100%;
   	margin: auto;
}

#leftScroll {
	width: 340px;
  height: 450px;
	/*border: solid 1px #625d3b;*/
  overflow: auto;
	float: right;
}

#biopic{
	float:right;
	padding-right: 20px;
	padding-top: 20px;
	/*border: solid 1px #625d3b;*/
}

#scroller {
    margin: 0 auto;
    width: 600px;
    height: 70px;
    overflow: auto;
}
.scrollbox {
    float: left;           /* makes it shrink-wrap all the floating divs inside */
    margin-right: -30000px; /* allows the width expanding beyond parent edge to give adjacent space *//*N.B. the limit in Opera is a total scroll width of 32778px */
}
.scrollbox div {
    float: left;
    /*border: 1px solid #000;*/
    width: 50px;
    height: 50px;
    background: #ffffff;
}

/********************** Footer ***************************/
#footer {
	width:700px;
	height: 30 px;
	text-align:center;
	vertical-align: middle;
	font-family: century gothic, trebuchet ms, verdana;
	font-size: 9px;
	font-weight: bold;
	display:block;
}

