body {
font: 14px georgia, serif;
color: #43331D;
margin: 0;
background-color: #503D22;
}

a {
color: #43331D;
text-decoration: underline;
}

a:hover {
text-decoration: none;
color: #7C7336;
}

p {
padding: 0 5px;
}

p.copyright {
font-style: italic;
font-size: 12px;
text-align: center;
}

h1 {
margin: 0;
height: 35px;
padding-left: 5px;
font-size: 26px;
font-style: italic;
font-weight: normal;
color: white;
background-color: #7C7336;
}

h2 {
margin: 0 5px;
font-size: 18px;
font-weight: normal;
border-bottom: 1px solid;
}

#container {
width: 750px;
margin: 0 auto;
border: 1px solid black;
background: #9DC088 url(images/container.gif) repeat-y top left;
}

#left {
float: left;
width: 200px;
padding-top: 115px;
background: url(images/living_room.gif) no-repeat top left;
}

#left ul {
padding: 0;
margin: 0;
list-style-type: none;
}

#left li {
font-size: 12px;
padding: 1px 0 1px 14px;
background: url(images/bullet.gif) no-repeat top left;
}

#right {
margin-left: 200px;
}

#right_top {
height: 115px;
background-color: #8A9359;
}