* {
    padding: 0px;
    margin: 0px;   
}

body {
    background-image: url("images/background.jpg");   
}

#header {
    height: 96px;
    wdith: 100%;
    background-image: url("images/header_bg.gif");   
    background-position: bottom left;
}

#header .top {
    background-image: url("images/header_top.gif");
    height: 6px;
    width: 100%;   
}

#header .bottom {
    background-image: url("images/header_bottom.gif");
    height: 51px;
    width: 100%;
}

#header .wrapper {
    margin: auto;
    width: 746px;   
    height: 75px;
    margin-top: 10px;
}

#logo {
    float: left;   
}

#logo img {
    border: none;   
    margin-top: 14px;
}

#nav {
    float: right;
    border-left: 1px solid #111;
    padding-left: 10px;
}

#nav li {
    height: 28px;   
    list-style: none;
    padding-bottom: 4px;
    position: relative;
    width: 305px;
}

#nav .darken {
    background-color: #000;
    height: 28px;
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 305px; 
    z-index: 0;  
}

#nav a {
    background-repeat: no-repeat;
    background-position: top left; 
    font-size: 0px;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    text-indent: -1000em;
    z-index: 10;
}

#nav a:hover {
    background-position: bottom left;   
}

#nav a.resume {
    background-image: url("images/resume.png");
}

#nav a.about_me {
    background-image: url("images/about_me.png");
}

#wrapper {
    width: 946px;
    margin: auto;
    position: relative;   
}

#wrapper .left {
    width: 92px;
    height: 349px;
    background-image: url("images/brown_book.png");   
    margin: 35px 0px 0px 10px;
    position: absolute;
}


#wrapper .right {
    width: 58px;
    height: 374px;
    background-image: url("images/paper_right.png");  
    background-repeat: none;
    position: absolute; 
    z-index: 0;
    right: 75px;
    top: 0px;
}

#main {
    width: 747px;
    background-image: url("images/main_top.png");
    background-repeat: no-repeat;
    background-position: top-left;
    margin: -8px auto 0px auto;
    padding-top: 34px;
    position: relative;
    z-index: 20;
}

#main .is_a {
    width: 179px;
    height: 282px;
    background-image: url("images/is_a.png");
    position: absolute;
    top: -3px;
    left: -59px; 
    text-indent: -1000em; 
    z-index: 20; 
}

#main .is_a ul {
    list-style: none;   
}

#main .post_it {
    width: 247px;
    height: 142px;
    background-image: url("images/post_it.png");
    background-repeat: no-repat;
    position: absolute;
    top: -25px;
    right: -47px;  
    font-size: 0px;
    cursor: pointer;
    display: block;
    text-indent: -1000em; 
    z-index: 20;    
}

#main .post_it:hover {
    background-position: bottom left;   
}

#maincontent {
    min-height: 305px;
    background-image: url("images/main_bg.png"); 
    margin-left: -14px; 
    width: 774px;
    z-index: 10;
}

#main .bottom {
    width: 773px;
    height: 58px;
    margin-left: -14px;
    background-image: url("images/main_bottom.png");
}

#content {
    background-color: #FFF;
    font-family: "Century Gothic" verdana sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    padding: 75px 215px 0px 130px;
    margin: 0px 14px;
    min-height: 230px;
    width: 401px;
}

#main h1.main {
    background-repeat: no-repeat;
    background-position: bottom right;
    display: block;
    font-size: 0px;
    height: 42px; 
    padding-top: 15px;
    padding-left: 100px;
    position: absolute;
    text-indent: -1000em;
    width: 173px;  
    z-index: 0;
}

body.resume #main h1.main {
    background-image: url("images/h1_resume.gif");   
}

body.about_me #main h1.main {
    background-image: url("images/h1_about_me.gif");   
}

#content h2 {
    background: transparent url("images/h2_underline.gif") bottom left no-repeat;
    font-family: "Georgia" times serif;
    font-size: 16px;
    line-height: 1.219em;
    margin-left: -5px;
    margin-top: 15px;
    padding-bottom:6px;
    padding-left: 5px;
       
}

#content h2.first {
    margin-top: 0px;   
}

#content h3 {
    margin-top: 6px;
    padding-left: 10px;
    font-weight: bold;
}

#content p ,
#content ul {
    list-style: none;
    padding-bottom: 1.5em;
    padding-left: 10px;
    width: 391px;   
}

#content ul.no-indent {
    padding-left: 0px;   
}

#content li.details {
    padding-left: 20px;   
    font-size: 11px;
    line-height: 1.773em;
}

#content li.details ul {
    list-style: disc; 
    padding-left: 14px;  
}

#content li.details ul.no-list-style {
    list-style: none;   
}

em, #content .emph {
    font-style: italic;   
}

#content li em {
    position: absolute;
    right: 220px;
}

.hide_trigger {
    background: transparent url("images/arrow.gif") top left no-repeat;
    cursor: pointer;   
    margin-left: -5px;
    padding-left: 15px !important;
}

.hide_trigger.active  {
    background-position: bottom left;
       
}

.hide_trigger:hover {
    color: #48b4ea;   
}

#sidebar {
    float:right;
    width: 193px;
    margin-top: 85px;  
    padding-bottom: 12px;
    right: -14px;
    position: absolute;
    background-image: url("images/sidebar_bottom.png");
    background-repeat: no-repeat;
    background-position: bottom right; 
    z-index: 20;
}

#sidebar h1, #sidebar p, #sidebar h2, #sidebar ul {
    background-color: #BFE4EE;
    padding: 0px 12px;
}

#sidebar h1 {
    padding-top: 15px;  
    font-family: "Georgia" times serif;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px;
}

#sidebar h2, #sidebar p, #sidebar ul {
    font-family: "Century Gothic" verdana sans-serif;
    font-size: 11px;
    line-height: 1.773em;
}

#sidebar h2 {
    font-style: italic;
    padding: 3px 12px; 
    font-weight: normal; 
}

#sidebar ul {
    list-style-position: inside;   
}

#sidebar p, #sidebar ul {
    padding-bottom: 1.773em; 
}