body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #121212;
    background-image: url("bg10.gif");
    margin: 0;
    padding: 0;
}

h1 {
    color: #81cc38;
    font-size: 1.875em;
    font-weight: normal;
    text-align: center;
    padding-top: 2em;
    background-image: url("borderTop.gif");
    background-position: top;
    background-repeat: repeat-x;
}

h1 span {
    position: relative;
    top: -0.4em;
}

h1 span.think {
    font-weight: bold;
}

h1 span.think span.i, h2 {
    color: #cc3780;
}

h2 {
    margin-top: -1.0667em;
    font-size: 1.125em;
    text-align: center;
    padding-left: 11.75em;
    padding-bottom: 2em;
    background-image: url("borderBottom.gif");
    background-position: bottom;
    background-repeat: repeat-x;
}

.border {
    width: 100%;
    height: 25px;
}

#content {
    background-color: #355515;
    background-image: url("bgC.gif");
}

#navigation {
    width: 100%;
    height: 5em;
}

#navigation ul {
    position: relative;
    margin: 0;
    top: -100px;
    padding: 0;
    list-style-type: none;
    display: block;
}

#navigation li {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    background: url("brmenu.gif") no-repeat right bottom;
}

#navigation a {
    display: block;
    background: url("blmenu.gif") no-repeat left bottom;
    padding: 5px 15px;
    color: #ceebb1;
    text-decoration: none;
}

#resume {
	position:absolute;
	left:300px;
	top:300px;
	width:100%;
	height:100%;
	z-index:1;	
}

#resume iframe{
	position:absolute;
    height: 100%;
    width: 61%;
	z-index:1;
}

#aboutMe {
    position: absolute;
    color: #fff;
	background-color:#000;
	z-index: 5;
}
/*
 #navigation {
 padding:0;
 margin:0;
 width:100%;
 height:5em;
 }
 
 #navigation ul{
 margin:0;
 padding:0;
 list-style:none;
 }
 
 #navigation li {
 display:inline;
 float:left;
 padding:1em;
 margin:0;
 margin-right:-1px;
 }
 
 #navigation li a {
 text-decoration:none;
 padding:0em;
 margin:0;
 color:#ceebb1;
 }
 #navigation .tab .sb-inner { background:#454545; }
 #navigation .tab .sb-border { background:#787878; }
 */