body {
    background-color: white;
    color: #222222;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    }
    
#wrapper {
    width: 860px;
    margin:50px auto;
    text-align: left;
    position: relative;
    }
    
#left {
    width: 500px;
    border: 1px; solid #222222;
    padding: 15px;
    float: left;
    }

p a img {
    border: 4px solid black;
    margin-left: 100px;
}

p a img:hover {
    border-color: #b14343;
}

#right {
    width: 300px;
    float: left;
    padding: 15px;
    }
    
.clear {
    clear: both;
    }
    
h1 {
    font-size: 200%;
    color: #222222;
    }
    
h1 span {
    color: #b14343;
    }

h2 {
    font-size: 150%;
    color: #222222;
    width: 430px;
    }
    


a {
    color: #222222;
    text-decoration: none;
}

h4 {
    font-size: 110%;
    margin: 5px 0px;
    }

p a {
    color: #b14343;
    font-weight: bold;
    }

ul h3 {
    font-size: 125%;
    color: 222222;
    border-bottom: 1px solid #222222;
    margin: 10px 0px;
    padding: 10px 0px;
    }

ul li {
    list-style: none;
    padding: 10px 0px;
    }
 
ul li ul {
    border-top: 1px solid #222222;
    padding: 0px 30px;
    margin-top: 10px;
    }
    
ul li:hover, ul li.active, ul li:hover a {
    list-style-type: circle;
    }

ul li a:hover, ul li.active a, #resume #jobDescription span a {
    color: #b14343;
    font-weight: bold;
    }
    
    
#footer {
    text-align: center;
    margin-top: 100px;
    }

#resume #objective {
    margin: 10px 0px;
    }

#resume span#third, #resume span#thirdLast {
width: 33%;
float: left;
display: block;
font-size: 90%;
font-weight: bold;
}

#resume span#thirdLast {
text-align: right;
}

#resume #jobDescription span {
    display: list-item;
    list-style-type: circle;
    margin: 10px 0 10px 40px;
    }
    
#project {
    margin: 5px 0px 20px 0px;
    padding: 15px;
    border: 1px solid #cccccc;
    box-shadow: 5px 6px 10px 0 #CCCCCC;
    -moz-box-shadow:    5px 6px 10px 0 #CCCCCC;
    -webkit-box-shadow: 5px 6px 10px 0 #CCCCCC;

    }
    
#project img {
    float: left;
    margin-right: 15px;
    }
    
#project div {
    float: left;
    }
    
#vid {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}

p#dates {
    text-align: right;
    font-size: 90%;
    font-weight: bold;
    margin: 5px 0px;
}

ol li {
    margin-bottom: 20px;
}

ol li span {
    display: block;
    margin-left: 15px;
    font-size: 90%;
}

li span a {
    color: #b14343;

}

ol em {
    text-align: center;
}