body {
        background-color: #FFFFFF; //#FCFCFC; //#FFFFF0;
        font-family: Syntax, Palatino, Georgia, Arial, Times;
        font-size: 95%;
        color: #525252; //#747C7E; //#996633;
}

div.banner {
        position: absolute;
	    left:   20px;
	    top:    24px;
        width: 500px;
  }
  .banner_subtitle {
        position: absolute;
	    top:     102px;
	    left:    2px;
        font-size: 95%;
        color: #000000;
  }

span.title {
        font-family: Myriad, Syntax, Georgia, Arial, Times;
}
span.citation {
        font-family: Myriad, Syntax, Georgia, Arial, Times;
        font-size: 80%;
}
div.xsmalltext {
        font-family: Palatino, Verdana, Times New Roman, Helvetica, sans-serif;
        font-size: 12px;
}

div.main {
        position: absolute;
        left:     0px;
	    top:      10px;
        line-height: 15pt;
}

div.navbar {
        position: absolute;
        top:    38px; #64px;
        left:   134px;
        width:  500px;
  }
  #about {
        position: relative;
        top:   0px;
        left:   5px;
  }
  #projects {
        position: relative;
        top:   0px;
        left:   40px;
  }
  #links {
        position: relative;
        top:   0px;
        left:   75px;
  }
  .ABOUT_brains {
        position: relative;
        left:   0px;  
        top:   12px;
  }
  .PROJECT_brains {
        position: relative;
        left:   20px;  
        top:   12px;
  }
  .LINK_brains {
        position: relative;
        left:   40px;  
        top:   12px;
  }

div.middlepanel {
        position: absolute;
        top:    95px;
        left:   140px;
        width:  425px;
  }
  .fullpanel {
        position: relative;
        top:    -20px;
        width:  660px;
  }
  .resume {
        position: relative;
	    top:      -283px;
	    left:     -3px;
        width:  640px;
  }
  .text_block {
        position: absolute;
	    top:      60px;
  }
  .project_text {
        position: absolute;
	    top:      100px;
  }
  .url {
        font-size: 80%
}

div.home {
        position: absolute;
        top:   18px;
        left:  -4px;
        width: 640px;
  }
  div.bullets {
        position: relative;
        left:   10px;  
        width: 90%;
  }

div.rightpanel {
        position: absolute;
        top:    115px;
        left:   475px;
  }
  div.rightpanel_title {
        position: relative;
        left:   0px;
        width: 300px;
  }
  div.image {
        position: relative;
        top:   -18px;
        left:   0px;
  }

div.rightpanel2 {
        position: absolute;
        top:    140px;
        left:   600px;
}

.url {
        font-size: 90%;        
}
.doc {
        font-size: 90%;        
}
div.description {
        font-family: Georgia, Arial, Verdana, Times New Roman, Helvetica, sans-serif;
        font-size: 95%;        
}
div.caption {
        font-family: Georgia, Arial, Verdana, Times New Roman, Helvetica, sans-serif;
        font-size: 95%;        
}

div.footer {
        position: relative;
        left:   50px;
	    top:    100px;
	    font-size: 80%;
	    color: #9C957C;
}

img {
        border-color: #777777; //#747C7E;
}
a:link {
    color: #CC0000;
	text-decoration:none;
}
a:visited {
	color: #CC3333;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #FF9933;
	text-decoration:none;
}

.small_font {
        font-size: 80%;
}
