#content{
    margin: 0px auto;
    width:895px;
}

#left{
    font-family:"arial";
    float:left;
    width:728px;
    background:#FFFFFF;
}

#left p{
    margin-left:20px;
    margin-right:20px;
}

img.p{
    border:1px solid;
    margin:1em 20px;
}

.bio{
    float:right;
    width:541px;
}
.bioPic{
    clear:both;
    margin:1em 0px 1em 20px;
    border:1px solid;
    float:left; 
    width:125px;
}
.caption{
    margin:1em 20px;
}

#menu {
    font-size:.8em;
    color:#605758;
    width:608px;
    height:25px;
/*    text-align:center;*/
    background-color:#E4E4E4;
    margin:0px;
    padding:0px 60px;
}
#menu li{
    display:inline;
/*display:block;*/

}

#menu li a{
    padding: 6px 10px;
    text-decoration: none
}

#menu li a:hover{
/*    background:#47352B;*/
/*    color:#FFFFFF;*/
}

#left h1{
    margin:0px 10px;
    padding:0px 0px 12px 5px;
    color:#91A9B5;
    font-size:36px;
    font-family:'lucida grande';
    font-weight:lighter;
    background:#FFFFFF url('../images/header_underline.jpg') no-repeat bottom left;
}
#left h3{
    clear:both;
    margin:9px 20px 0px;
}

#left-content{
    min-height:573px;
    height:100%;
    margin:0px;
    padding:0px;
}

/*footer*/
#footer-bar{
    clear:both;
    height:25px;
    background:#47352B;
}

#footer{
    text-align:center;
    height:22px;
}

#footer p{
    font-size:.7em;
    color:#605758;
    margin:0px;
}


/*Right Side*/
#right{
    font-family:"arial";
    position:relative;
    top:75px;
    float:right;
    width:167px;
    height:541px;
    background-color:#DFE7EA;
}
#right p{
    font-size:.78em;
    color:#47342b;
    padding:0px 8px;
}
#right a{
    font-size:1.05em;
    color:#47342b;
}

img.block{ 
    display:block;
    border-style: none;
}
#gradient{
    height:100%;
    width:100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#DFE7EA), to(#B1C5D0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #DFE7EA,  #B1C5D0); /* for firefox 3.6+ */
}

/*-------------------------LIGHT BOX----------------------------------------*/
	/* jQuery lightBox plugin - Gallery style */
#gallery {
	/*background-color: #444;.*/
	padding: 0px 10px 10px 10px;
	width: 100%;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline;
                margin: 0 0 0 0 }
#gallery ul img {
	border: 5px solid #A0A0A0;
	border-width: 5px 5px 10px;
}
#gallery ul a:hover img {
	border: 5px solid #95B4DA;
	border-width: 5px 5px 10px;
	color: #95B4DA;
}
#gallery ul a:hover { color: #95B4DA; }

