BODY {
background: #e4e4e4;
font-family: Century Gothic;
font-size: 12px;
text-align: justify;
}

b {
color: #7BB973;
}

i {
color: #2C6EB4;
}

#content {
width: 460px;
height: 477px;
background: url(layout/board.png);
background-repeat: no-repeat;
padding-right: 20px;
margin-left: 13px;
margin-top: 20px;
font-size: 7pt;
}

#content_text {
position: relative;
top: 70px;
left: 70px;
width: 250px;
height: 330px;
font-family: Century Gothic;
text-align: justify;
overflow-y: auto;
}

#sidebar {
width: 147px;
height: 100%;
background: url(layout/sidebar.png);
background-repeat: repeat-y;
font-family: Bodoni MT;
}

.links {
color: #A39B8F;
font-size: 9pt;
}

.links2 a {
color: #A39B8F;
font-size: 9pt;
padding-left: 30px;
text-decoration: none;
font-weight: normal;
}

.links2 a:hover {
color: #92887A;
font-size: 9pt;
padding-left: 30px;
text-decoration: none;
font-weight: normal;
}

.navigation{
color: #857F76;
font-size: 9pt;
text-transform: capitalize;
padding-left: 20px;
font-weight: bold;
}

.title {
text-align: center;
font-size: 10pt;
color: #F9A1B7;
font-family: Bodoni MT, Georgia;
font-weight: bold;
}

.title2 {
text-align: left;
font-size: 10pt;
color: #659DD9;
font-family: Bodoni MT, Georgia;
font-weight: bold;
}

a {
color: #C99B5A;
}

a:hover{
color: #AD7D39;
}
