
html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica;
    font-size: 12px;
}
img {
    border: none;
}
h1, h2, h3, h4, h5 {
    color: #800000;
}
p {
    text-align: justify;
}
a {
    color: #800000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
li {
    padding: 5px;
}
#page {
    background: #888 url('/img/body_background.png') left top repeat-x;
}
#header h1 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
#header h2 {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
#header {
    width: 800px;
    height: 640px;
    margin: auto;
}
#left_header {
    width: 640px;
    float: left;
    height: 100%;
    background: #fff url('/img/center.png') right bottom no-repeat;
}
#right_header {
    width: 160px;
    float: right;
    background-color: #aa0000;
    height: 100%;
}
#top_header {
    height: 100px;
    width: 600px;
    padding: 20px;
    background: #fff url('/img/header.png') left top no-repeat;
}
.left-menu {
    height: 500px;
		background-color: #aa0000;
		float:left;
}
.right-menu {
    /*height: 640px;*/
}
.menu {
    width: 160px;
    font-size: 12px;
    background-color: #aa0000;
    color: #333;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li {
    border-bottom: 1px solid #cc3333;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background: none;
}
.menu li a {
    display: block;
    border-left: 10px solid #880000;
    border-right: 10px solid #bb0000;
    background-color: #aa0000;
    color: #fff;
    text-decoration: none;
    padding: 8px 0 8px 5px;
}
.menu li a:hover {
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
}
#content {
    clear: both;
    width: 740px;
    margin: auto;
    padding: 20px 30px;
    color: #494949;
    background: transparent url('/img/content.png') top left repeat-y;
}
#footer {
    clear: both;
    width: 740px;
    height: 40px;
    margin: auto;
    padding: 5px 30px;
    border-top: 1px solid #ccc;
    color: #fff;
    text-align: left;
}
#footer p {
    width: 40%;
    padding: 0;
    margin: 0;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #333;
}
p.track {
    color: #555555;
    margin: 472px 60px 0 15px;
    float: right;
    width: 400px;
}
p.track a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
