#main {
margin-left: 11em;
}

#leftSidebar {
width: 162px;
background-color: #1f335d;
float: left;
}

#titleImage {
display: block;
margin-left: auto;
margin-right: auto;
}

a:link {
text-decoration:none;
color: #b39e83;
}
a:visited {
text-decoration:none;
color: #b39e83;
}
a:active {
text-decoration:none;
color: #b39e83;
}
a:hover {
text-decoration:none;
color: #dfc184;
}