body{
    background-image: url(background.jpg);
    background-repeat: repeat-x;
    color: #5D564C;
    font-family: Georgia;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}
#wrapper {
    padding: 20px;
}
#wrapper, #content {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

h1, h2 {
    text-align: center;
    color: #403B33;
}
h1{
    font-size: 40px;
    margin-bottom: 2px;
    padding-bottom: 0px;
}
h2 {
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 70px;
}
h3 {
    color: #403B33;
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
    
}
#menu {
    display: none;
}
a, a:link {
    color: #D3643B;
}

.projects img {
    width: 270px;
    height: 100px;
    padding: 3px;
    background-color: #403B33;
	border: 0px;
}
.projects li {
    width: 280px;
    margin-bottom: 5px;
    margin-right: 20px;
}
.projects .projectbody {
    padding: 5px;
}
.projects .comment {
    color: #67717E;
    margin-top: 8px;
    height: 100px;
}
.contact {
    margin-bottom: 50px;
}
.clear {
    clear: both;
}

