/* 
    Document   : index.css
    Created on : Jun 3, 2009, 3:02:27 PM
    Author     : Brad Ottoson
    Description:
        Style information for home page.
*/

table.philosophy
{
    width: 930px;
}

img.linda
{
    float: left;
    vertical-align: top;

    padding: 8px;

    border: 2px solid #559737;
    background-color: #6abd45;
}

td.linda
{
    width: 280px;
}

td.philosophy
{
    font-size: large;
    
    line-height: 1.8;
    text-align: center;
    vertical-align: top;

    padding-left: 100px;
    padding-right: 100px;
}

h2
{
    font-size: large;
    text-align: left;
}

div.experience_text
{
   /* float: left;*/
    text-align:left;

    font-size: large;

    margin-top: 0px;
    margin-bottom: 15px;
}

div.experience_item
{
  /*  float: left;*/
    text-align:left;
    padding-left: 60px;

    margin-left:3em;
    text-indent: -3em;
}

h1
{
    font-size: large;
}

