html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: .95em;
    font-family: Georgia, Times, serif;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1.1em;
    color: #333;
    background: white;
    background: url(../images/bg.png) no-repeat;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a, a:link, a:visited, a:hover, a:active {
    color: #333;
}
h2 {
    font-weight:bold;
}
#container {
    width: 950px;
    padding-top: 50px;
}
#left_col {
    width: 550px;
    float: left;
    text-align: right;
}
#right_col {
    width: 400px;
    float: right;
}
#left_col div.content {
    padding-right: 25px;
}
#left_col h2 {
    margin: 3em 0 .1em 0;
    text-transform: uppercase;
}
#right_col h2 {
    margin: 0 0 .3em 0;
    font-style:italic;
}
#right_col h3 {
    margin: 2em 0 0 0;
    border-top: 1px solid;
    font-size: 1.1em;
    font-weight:bold;
    font-style:italic;
    text-transform: uppercase;
}
.project-short-desc {
    text-transform: uppercase;
}
.project-desc {
    margin-top: 1em;
}
.project-desc img {
    margin: 1em 0 2em 0;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style:italic;
}
