body {
    background-color: #000000;
    background-image: url(../images/bg.png);
    background-position: top;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
}

a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

a:active, a:hover {
    color: #FF0000;
}

img {
    border: 0;
}
#page {
    margin: 0 auto;
    text-align: left;
    width: 920px;
}

/*header*/

div#header p, div#header h1, div#header ul {
    margin: 0;
    padding: 0;
}

div#logo a {
    display: block;
}

div#logo h1 a span, div#logo p {
    display: none;
}

div#header {
    background-color: #0B0C0A;
    height: 36px;
    padding: 0 6px;
    margin: 0 auto;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    border-radius: 0 0 10px 10px;
}

div#logo h1 a {
    background: url(../images/logo.png) no-repeat;
    height: 30px;
    width: 50px;
    float: right;
}

ul#menu {
    float: left;
    list-style: none;
    position: relative;
    top: 0px;
}

ul#menu li {
    float: left;
    margin-left: 5px;
    line-height: 1.4;
}

ul#menu li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 85px;
    height: 17px;
    padding: 4px 0;
    display: block;
    background-image: url(../images/tab.png);
    background-repeat: no-repeat;
    background-position: center left;
}

ul#menu li a:hover, ul#menu li a:active {
    background-position: bottom left;
}

ul#menu li a.selected {
    background-position: top left;
}

/*footer*/

#footer {
    padding: 0;
    color: #333333;
    text-align: center;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #333333;
    text-decoration: none;
}

/*container*/

#container {
    margin: 6px 0;
    padding: 9px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CC9999;
    overflow: hidden;
    zoom: 1;
}

.topbox {
    width: 900px;
    height: 320px;
    background-image: url(../images/intro_bg.png);
    background-repeat: repeat-y;
    color: #000;
    line-height: 18px;
}

.topbox h1 {
    float: right;
    width: 560px;
    padding: 50px 20px 10px 0;
    margin: 0;
    font-size: 18px;
}

.topbox ul {
    float: right;
    width: 560px;
    padding: 16px 20px 0 0;
    margin: 0;
    font-size: 12px;
}

.leftbox {
    float: left;
    clear: left;
    width: 640px;
    margin-top: 10px;
    background-color: #E7E7E7;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    border-radius: 6px 6px 0 0;
}

.rightbox {
    float: right;
    clear: right;
    width: 250px;
    margin-top: 10px;
    background-color: #E7E7E7;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    border-radius: 6px 6px 0 0;
}

.leftbox h1, .rightbox h1 {
    color: #FFFFFF;
    background-color: #7F0E0E;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    border-radius: 6px 6px 0 0;
    display: block;
    margin: 0;
    padding: 8px 16px;
    font-size: 18px;
}

.leftbox div {
    display: block;
    padding: 0px 16px 16px 16px;
    margin: 0;
    border: 1px solid #CC9999;
    line-height: 16px;
}

.leftbox h2 {
    display: block;
    color: #CC0000;
    font-size: 16px;
    margin: 16px 0;
}

.leftbox p {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 6px 0;
    text-indent: 2em;
    line-height: 16px;
}

.rightbox div {
    display: block;
    padding: 0 16px;
    margin: 0;
    border: 1px solid #CC9999;
    line-height: 16px;
}

.rightbox h2 {
    display: block;
    color: #CC0000;
    font-size: 16px;
    margin: 16px 0;
}

.rightbox h3 {
    display: block;
    font-size: 14px;
    margin: 6px 0;
}