#title {
width: 100%;
position: fixed;
background-repeat: repeat-x;
height: 32px;
background-image: url("graphics/title-bar.png")
}
#body-container {
width: 60em;
padding-left: 0.75em;
padding-right: 0.75em;
margin-left: auto;
margin-right: auto
}
.intro {
font-size: 1.75em;
text-align: justify
}
#work {
border-left-style: none;
border-bottom-style: none;
border-right-style: none;
width: 39em;
float: left
}
#contact {
width: 20em;
float: right
}
#title ul, #title li {
list-style: none;
float: left
}
.spacer {
width: 100%;
height: 52px
}
.article {
width: 39.25em;
float: right
}
.sidebar {
width: 20em;
float: left
}
.content {
border-top-style: inset;
border-top-width: 2px
}
#footer {
clear: both;
font-size: 0.25em
}
.logo {
float: left
}
