* {
margin: 0;
padding: 0;
}

a {
color: #DC8552;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #FCA16C;
}

input {
background-color: #F7D09B;
color: #9D3A06;
}

ul {
margin: 15px 40px;
}

body {
background: #3B362E;
background-position: 50% 50%;
font: normal 11px/18px georgia, times, serif;
text-align: center;
}

.bump {
margin-left: 15px;
}

#wrapper {
margin: 0 auto;
text-align: left;
width: 690px;
}

#head {
width: 690px;
height: 55px;
background: #9D3A06;
border: 5px solid #F1DAAC;
border-width: 0 5px 5px 5px;
text-align: right;
}


#left_column, #right_column {
padding-top: 20px;
width: 284px;
float: left;
}


#left_column {
margin-left: 48px;
color: #F7D09B;
background: #9d3a06;
}

* html #left_column {
position: relative;
top: -8px;
margin-left: 26px;
width: 286px;
}

* html #right_column {
position: relative;
top: -8px;
margin-left: 25px;
}

#right_column {
margin-left: 26px;
color: #F7D09B;
background: #9d3a06;
}

#left_column h1, #right_column h1{
font-size: 18px;
margin-left: 15px;
display: block;
padding-bottom: 3px;
width: 260px;
}

#left_column img, #right_column img{
border: 3px solid #C57234;
margin: 20px 0;
}

#left_column a:hover img, #right_column a:hover img{
border-color: #D48042;
}

#left_column h1 {
color: #F7D09B;
}

#right_column h1 {
color: #F7D09B;
}

#right_column a {
color: #F7D09B;
text-decoration: none;
}


p {
width: 250px;
margin: 20px 0 20px 20px;
}


.links {
list-style: none;
list-style-image: none;
margin: 20px 15px;
}

.links li {
border-style: solid;
border-width: 0 0 0 0;
}


.links a {
display: block;
width: 244px;
height: 24px;
background-color: #A55214;
font: normal 11px/24px georgia, times, serif;
color: #F7D09B;
text-decoration: none;
margin: 5px 0;
padding-left: 10px;
border-left: 1px solid #F7D09B;
}

* html .links a {
width: 238px;
}

.links a:hover {
background-color: #9D3A06;
color: #fff;
}

.links a.selected{
background-color: #F7D09B;
color: #9D3A06;
font-weight: bold;
}

