body {
    margin: 0px;
    padding: 0;

    background-image: url('bgx.png');
}

a {
    color: #064b9a;
    font-weight: bold;
}

p, li {
    text-align: justify; text-justify: newspaper;
}

li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #005500;
    list-style: circle;
    margin-right: 20px;
}

h2, h3 {
    text-decoration: underline;
    color: #006633;
}

#content {
    margin: 0 auto 0 auto;
    width:  1000px;
}

#data, #academic, #activity, #work {
    background-color: #fff;
    border: 4px solid black;
    margin: 10px;
    padding: 10px;
    padding-bottom: 90px;
    float: left;
}

#header{
    margin: 0 auto 0 auto;
    width: 1000px;
    padding: 10px;
}

#data{
    width: 650px;
    background-image: url('bg1.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

#academic{
    width: 200px;
    background-image: url('bg2.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

    #lang{}

#activity{
    width: 500px;
    background-image: url('bg3.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

    #defs{}

    #design{}

    #training{}

#work{
    width: 350px;    
    background-image: url('bg1.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

#foot{
    width: 1000px;
    font-size: x-small;
    margin: 10px;
    margin: 0 auto 0 auto;
}

.clear {
    clear: both;
}


