body
{
    font: 15px "Gill Sans", "Gill Sans MT", GillSans, Calibri, "Trebuchet MS", sans-serif;
    background: #49465E;
    color: #C8C4FC;
}

a,
a:visited
{
    color: #9ca1dc;
    text-decoration: underline;
}

a:hover,
a:active
{
    color: #7B90F3;
    text-decoration: none;
}

#header h1,
#header h2
{
    text-align: left;
}

#header h1.name
{
    font-size: 50px;
    font-weight: bold;
    font-variant: small-caps;
    margin: 5px 10px -5px;
    color: #C8C4FC;
    padding: 0;
}

#header h2.desc
{
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
    margin: 0 0 75px 10px;
    padding: 0;
}

#nav
{
    width: 200px;
    float: left;
    text-align: right;
}

#nav .item,
#nav .title
{
    display: block;
}

#nav .section
{
    margin-top: 20px;
}

#nav .section .title
{
    font-weight: bold;
    text-decoration: underline;
}

#nav .section .sep
{
    display: none;
}

#content
{
    margin-left: 205px;
    text-align: center;
}

#content div.container
{
    width: 610px;
}

#content div.container,
#footer div.container
{
    margin: 0 auto;
    text-align: left;
}

#footer div.container
{
    width: 800px;
}

h1, h2, h3, h4, h5, h6
{
    text-align: center;
    font-weight: bold;
}

h1
{
    color: #C87370;
}

.highlight
{
    background-color: #E3BC63;
    color: #3e3f6a;
    padding: 2px 5px;
}

.red
{
    color: #C87370;
}

.highlight .red,
.red .highlight,
.highlight a:hover,
.highlight a:active
{
    color: #CE423C;
}

.blue
{
    color: #7B90F3;
}

.highlight .blue,
.blue .highlight,
.highlight a,
.highlight a:visited
{
    color: #3C51A0;
}

img
{
    background-color: #C3C3C3;
    padding: 2px;
    border: 2px solid #4C4C4C;
}

img.plain,
img.nobo
{
    background-color: transparent;
    border: 0;
    border: none;
}

ul {
	margin-left: 10px;
	padding: 0;
}

ul li {
	padding-left: 14px;
	margin-bottom: 13px;
}

.clear
{
    clear: right;
    padding-top: 10px;
}

#main .item2
{
    height: 74px;
}

a.main .clear
{
    clear: both;
}

#footer
{
    clear: both;
}

.item2 p
{
    margin-left: 5px ! important;
}

.item2 img.ico,
.item2 img.ico_m
{
    display: none;
}

strong,
b
{
    font-weight: bolder;
}