* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    width: 750px;
    margin: 0 auto;
    font-family: Helvatica, Arial;
    font-size: 15px;
    color: #666666;
}

.clr {
    clear: both;
}

img#logo {
    margin-top: 100px;
    margin-bottom: 30px;
}

ul#menu {
    list-style: none;
    background-image: url(../images/menu.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 24px;
    padding-right: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 24px;
}

ul#menu li {
    float: right;
    padding-left: 20px;
    margin-right: 20px;
    background-image: url(../images/menuseparator.jpg);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

ul#menu li:last-child {
    background-image: none;
}

ul#menu a {
    font-size: 13px;
    color: #b3b3b3;
    text-decoration: none;
}

ul#menu a:hover {
    color: #7b7b7b;
}

#home {
    text-align: center;
}

#about {
    text-align: justify;
}

#projects{
    text-align: justify;
}

#contact{
    text-align: justify;
}

#contact form {
    float: right;
    margin-left: 30px;
}

#footer {
    text-align: right;
    font-size: 12px;
    margin: 20px 0;
}
