body {
    background: #202428;
    font-family: 'lato', calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-shadow: 0px 0px 1px #bbb;
    color: #433210;
    letter-spacing: 1px;
    line-height: 12px;
}
#layout {
    margin: 80px auto;
    width: 1000px;
}
#content1 {
    width: 810px;
    float: left;
    margin: 0 auto;
}
#content2 {
    margin: 0px;
    padding: 6px;
}
#left1 {
    width: 150px;
    float: left;
    margin: 0 auto;
}
#left2 {
    margin: 0px;
    padding: 6px;
}
.box {
    background: #fff;
    border: 1px solid #d1b74f;
    border-top: 0px;
    box-shadow: 5px 6px #d6d5d6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px;
    margin-bottom: 2px;
}

.box-without-title {
    background: #fff;
    border: 1px solid #d1b74f;
    box-shadow: 5px 6px #d6d5d6;
    border-radius: 5px;
    margin-bottom: 2px;
}
.title {
    font: 11px monospace;
    text-transform: uppercase;
    color: #2e3439;
    background: #d1b74f;
    letter-spacing: 3px;
    text-align: left;
    padding: 2px;
    padding-left: 8px;
    padding-top: 4px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
a:link,
a:visited,
a:active {
    color: #d1b74f;
    text-decoration: none;
}
a:hover {
    color: #e3202f;
}
#menu a {
    display: inline-block;
    background: #f0d88d;
    margin-bottom: 4px;
    padding: 1px;
    padding-top: 2px;
    width: 120px;
    line-height: 11px;
    font: italic 11px georgia, monospace;
    text-transform: lowercase;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 5px;
    color: #34373B;
}
#menu a:hover {
    display: inline-block;
    background: #e3202f;
    margin-bottom: 4px;
    padding: 1px;
    padding-top: 2px;
    width: 120px;
    line-height: 11px;
    font: italic 11px georgia, monospace;
    text-transform: lowercase;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.dimmedCard{
	opacity:0.25;
	filter:alpha(opacity=30);
}
b {
    color: #e3202f;
    font-weight: bold;
}
i {
    font-style: italic;
    color: #9e9e9e;
}
u {
    color: #daac5c;
    text-decoration: none;
}
td {
    font-family: 'lato', calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: #e3202f;
    border-radius: 12px;
    border: 0px solid #ccc;
}
::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    background: transparent;
}