html, body {
    height: 100%;
    border:0;
    margin:0;                                                            
}

ul{
    list-style-type:none;
}

div#wrapper{
    background:url(../img/hector_padilla_left.jpg) no-repeat bottom right fixed;
    background-color: white;
    width:100%;
    color: #000;
    text-align: left;

}

div#left_bar{
    background-color:#587794;
    text-align: right;
    position: fixed;
    height: 100%;
}

div#left_bar #menu{
    width:400px;
    padding-right: 20px;
    margin-top: 60px;
    color:white;
    font-family:Sans-Serif;
    font-size: medium;
}

div#left_bar #menu h1{ font-size:xx-large; font-weight:bold;}
div#left_bar #menu h5{ font-size:xx-large; font-weight:bold;}
div#left_bar #menu h1 a{ color: white;}
div#left_bar #menu a{
    text-decoration:none;
    color:#aabfd2;
    font-weight:bold;
}

div#left_bar #menu #spacing{color:#aabfd2;}
div#content{
    padding-top: 40px;
    margin-left: 430px;
    margin-right: 200px;
    min-height: 800px;
    font-family:Sans-Serif;
    font-size: medium;
    color: #555;
    
}

div#content h1{
    color:#63829f;
}

div#content h2{
    font-size: x-large;
    color:#787878;
}

div#content a{
    color:#6988a5;
    text-decoration: none;
}

div#content .project{
	float: left;
    font-size: 14px;
    color: #777;
    border-top: dotted #bbb;
    padding-top: 20px;
}

div#content .project img{
    border: solid 5px #ddd;
    float: left;
    margin-bottom: 10px;
}

div#content .project .images{
    width: 170px;
	position: relative;
}


div#content .project a{
    color:#6988a5;
}

div#content .project span{
    color:#63829f;
}

div#content .project .title{
    color:#63829f;
    font-weight:bold;
}

div#content .project .description{
    padding-left: 20px;
    
    margin-left: 150px;
}

div#content .project .description li{
    list-style: none;
    padding-left: 40px;
}

.small{
    font-size: small;
    
}