body
{
    Background:#333333 url('../images/bg.png') repeat;
    margin: 0; padding: 0;
}

#main
{
    width: 600px;    
    margin: 0 auto;   
    position: relative;
}
img
{
    border: 0;
}
#header
{
    margin-top: 30px;
    width: 600px; height: 40px;
    background:Transparent url('../images/logo.png') no-repeat scroll right;
}

#bio_header
{
    width: 600px; height: 60px;
    background:Transparent url('../images/bio_header.png') no-repeat scroll right;
    margin-bottom: 13px;
}

#email_header
{
    width: 600px; height: 60px;
    background:Transparent url('../images/email_header.png') no-repeat scroll right;
    margin-bottom: 13px;
}

#quote_header
{
    width: 600px; height: 60px;
    background:Transparent url('../images/quote_header.png') no-repeat scroll right;
    margin-bottom: 13px;
}

#content1
{
    width: 600px;
    min-height:430px; height:auto !important; height:430px;
    background:Transparent url('../images/me1.png') no-repeat scroll right top;
    margin: 0; padding: 0;
    position: relative;
}
    #content1 img
    {
        border: 0;
    }
#content2
{
    width: 600px;
    min-height:406px; height:auto !important; height:406px;
    background:Transparent url('../images/me2.jpg') no-repeat scroll right top;
    position: relative;
}
    #content2_txt
    {
        color: #C8C8C8;
        font-family: Arial, Tahoma, Verdana;
        font-size: 9pt;
        width: 350px;
        padding-left: 12px;
    }
#menu1
{
    width: 200px;
    text-align: right;
    position: absolute;
    top: 325px;
    right: 0px;
}
#menu1 img
{
    margin: 0; padding: 0;
}
#menu2
{
    width: 200px;
    text-align: right;
    top: 393px;
    right: 0px;
    position: absolute;
}

#menu1_b
{
    width: 600px;
    text-align: right;
    position: absolute;
    top: 301px;
}
#menu2_b
{
    width: 600px;
    text-align: right;
    top: 369px;
    position: absolute;
}



.spacer_rightandbot
{
    margin-right: 6px;
    margin-bottom: 5px;
    
}
.spacer_bot
{
    margin-bottom: 5px;
}
.spacer_right
{
    margin-right: 6px;
}
.input1
{
    border: 1px solid #7E7E7E;
    background-color: #DFDFDF;
    font-family: georgia, tahoma, arial;
    padding: 4px;
    width: 300px;
}
.txtarea1
{
    border: 1px solid #7E7E7E;
    background-color: #DFDFDF;
    font-family: georgia, tahoma, arial;
    padding: 4px;
    width: 300px;
    height: 150px;
}
.submit1
{
    border: 1px solid #7E7E7E;
    background-color: #DFDFDF;
    font-family: georgia, tahoma, arial;
    display: block;
    cursor: pointer;

}