
body{
	margin: 0;
	text-align: center;
	font-family: Helvetica;
	font-size: 12px;
	background: white;
	color: #58595B;
	font-size: 12px;
}

img{
	border: 0;
}

.left{
  float: left;
}

a:link, a:visited{
  color: #58595B;
	text-decoration: none;
}

a:hover{
	color: #414042
}

#main{
  margin:0 auto;
  margin-top: 132px;
  width: 712px;
}

#header{
  height: 48px;
  margin-left: -9px;
}

#content{
  margin-top: 60px;
  height: 265px;
}

#content-left{
  float: left;
  width: 336px;
}

#content-right{
  float: left;
  margin-left: 24px;
  width: 350px;
  text-align: left;
  line-height: 1.4;
}

#content .text-home{
  font-size: 11px;
  line-height: 155%;
}
#content .text-contact{
  margin-top: 96px;
  line-height: 120%;  
}  
#content .text-bio{
  font-size: 11px;
  line-height: 155%;  
}

#menu{
  margin-top: 10px;
  height: 15px;
  font-size: 10.5px;
}

#menu a:link, #menu a:visited{
	color: #939598;
}

#menu a:hover{
	color: #414042
}

.dot {
  background: url("../images/dot.gif") no-repeat scroll 0 0;
  width: 5px;
  height: 9px;
  display:inline;
  float:left;
  margin: 1px 1px;
}


.menuitem{
  float: left;
  margin: 0 5px;
  font-weight: bold;
}

#menu .highlight{
	color: #414042  
}

.bio-photo {
    float: left;
    width: 112px;
    height: 260px;
    display: block;
    background: no-repeat scroll 0 0 transparent;
}

.bio-photo a:hover{
    opacity: 0.8;
}

a .alt {
    display: none;
}

#photo-ryan{
    background: url("../images/bios_ryan.png") no-repeat;
}

#photo-kelly{
    background-image: url("../images/bios_kelly.png") 
}

#photo-patricia{
    background-image: url("../images/bios_patricia.png") 
}

.bio-top{
  height: 10px;
}
.bio-name{
  float: left;
  font-size: 11.5px;
  font-weight: bold;
  margin-right: 5px;
}
.bio-title{
  float: left;
  margin-left: 6px;
}
#content-right .dot {
  margin-top: 4px;
}
.bio-text{
  margin-top: 20px;
}

.wrapper{
    opacity : 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
    height: 100%;
    width: 100%;
}

.show{
	display: block;
}

.hide{
	display: none;
}

.hand{
	cursor: pointer;
}

#footer{
  margin-top: 180px;
  font-size: 9px;
}
