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

div.banner {
        position: relative;
	left:   25px;
	top:    15px;
        width: 500px;
  }
  .banner_subtitle {
        position: relative;
	top:    6px;
  }

span.title {
        font-family: Myriad, Syntax, Georgia, Arial, Times;
}

div.main {
        position: relative;
	left:     25px;
	top:      70px;
        line-height: 15pt;
}

div.navbar {
        position: relative;
	top:    -40px;
	left:   92px;
        width:  500px;
  }
  #about {
        position: relative;
	top:   -30px;
	left:   5px;
  }
  #projects {
        position: relative;
	top:   -30px;
	left:   40px;
  }
  #tools {
        position: relative;
	top:   -30px;
	left:   75px;
  }
  .ABOUT_squares {
        position: relative;
	left:   0px;  
        top:   12px;
  }
  .PROJECT_squares {
        position: relative;
	left:   20px;  
        top:   12px;
  }
  .TOOL_squares {
        position: relative;
	left:   40px;  
        top:   12px;
  }

div.middlepanel {
        position: relative;
	top:    -30px;
	left:   98px;
        //width:  35%;
        width:  425px; //45%;
        //min-width: 450px;
}

div.home {
        position: relative;
	top:   0px;
        width: 320px;
  }
  div.bullets {
        position: relative;
	left:   10px;  
        width: 90%;
  }

div.rightpanel {
        position: absolute;
	top:    80px;
        left:   475px;
//	left:   110%;
  }
  div.rightpanel_title {
        position: relative;
	left:   0px;
        width: 300px;
  }

.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%;
}