/* Design by Sujai Kumar <sujai@ylog.org> */

* {
    border: 0;
    padding: 0;
    margin: 0;
}

body {
    background-color: #000;
    font-family: verdana, helvetica, sans-serif;
    font-size:10pt;
}

a, a:visited, a:link {
    text-decoration: none;
    color: #e28564;
}

a:hover {
    color: #fff;
}

p {
    padding-bottom:1em;
    color: #999;
    line-height:150%;
}

h1 {
    font-size: 16pt;
    color: white;
}

#container {
    margin: 20px auto;
    width: 760px;
    background: black;
}

#top-bar {
    background: url('images/IMG_2061.jpg') no-repeat;
    width: 760px;
    height: 170px;
}

.home-image {
    float:left;
    width: 160px;
}

#left-column {
    width: 480px;
    float: left;
    text-align: justify;
}

#right-column {
    padding-left: 485px;
    text-align: right;
    padding-right: 20px;
}

ul {
    list-style: none;
    line-height: 200%;
}