#wrapper {
    width: 860px;
    margin: 0 auto;
    position: relative;
}

/*******************HEADER********************/

#header a {
    background: url(../img/header.gif) center top no-repeat;
    display: block;
    margin: 0 auto;
    width: 600px;
    height: 100px;
}

/*******************BODY********************/

#body {
    background: #F2FDFF;
	position: relative;
    border: 2px solid #003851;
}
#body .t {
    margin: -2px;
    background-image: url(../img/body_t.gif);
}
#body .lt {
    background-image: url(../img/body_lt.gif);
}
#body .rt {
    width: 100%;
    background-image: url(../img/body_rt.gif);
}

/*******************MENU********************/

#menu {
	position: relative;
    padding: 0 0 25px 0;
}
#menu .l {
    background-image: url(../img/menu_l.gif);
}
#menu .lt {
    background-image: url(../img/menu_lt.gif);
}
#menu .lb {
    background-image: url(../img/menu_lb.gif);
}
#menu .spacer {
	height: 170px;
}

#menu .user {
    padding: 25px 0;
    text-align: center;
}
#menu .user a {
    font-weight: normal;
}
#menu .user .buttons {
    margin-top: 10px;
}
#menu .user .links {
    margin-bottom: 5px;
}
#menu .user .login {
    margin: 0 25px;
    font: 7pt Verdana, Geneva, Kalimati, sans-serif;
}
#menu .user .login label {
    display: block;
}
#menu .user .login input.txt {
    width: 100%;
}
#menu .user .login input.btn {
    margin: 10px 0 0 0;
}

#menu .menu {
	background: #DCEFF2 url(../img/menu_r.gif) right top repeat-y;
}
#menu .menu h4 {
    background: url(../img/menu_title.gif) left top no-repeat;
    padding: 5px 0 0 0;
}
#menu .menu ul {
    margin: 0 16px 0 0;
	padding: 0 0 15px 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 7pt;
}
* html #menu .menu li {
	padding: 1px;
}
* html #menu .menu a {
	margin: -1px;
}
#menu .menu a {
    display: block;
    line-height: 11px;
    border: 1px solid #DCEFF2;
    background: url(../img/bullet.gif) left 1px no-repeat;
    //background-position: 1px 2px;
    padding: 0 0 0 11px;
}
#menu .menu a:hover {
    background-color: #E6F5F8;
    border-color: #C2D9DD;
}

#menu .copyright {
    background: url(../img/menu_copyright_t.gif) center top no-repeat;
    text-align: center;
}
#menu .copyright .b {
    margin: 10px 0;
    padding: 10px 0;
    background: url(../img/menu_copyright_b.gif) center bottom no-repeat;
}

#menu .banners {
    text-align: center;
    margin: 10px 0;
}

/*******************CONTENT********************/

#content {
    padding: 20px 25px 25px 15px;
}

#content #back {
    margin-bottom: 10px;
}

#content .pages {
    background: url(../img/pages_back.gif) center top no-repeat;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}
#content .pages .back {
    background: url(../img/pages_back.gif) center bottom no-repeat;
    padding: 15px 0 11px 0;
}
#content .pages select {
    margin-left: 5px;
}

/*******************ERROR********************/

#error {
    text-align: center;
    padding: 100px 0 500px 0;
}

/*******************TEXT********************/

#text {
    text-align: justify;
}
#text p {
    text-indent: 15px;
}
#text h5 {
    margin-top: 15px;
}
#text ul {
    margin: 5px 0 5px 15px;
}
#text li {
    margin: 0;
}

#text.library p {
    text-indent: 0;
    margin: 10px 0;
}
#text.library table {
    margin: 20px auto;
}
#text.library table.images th,
#text.library table.images td {
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}
#text.library table.images img {
    margin: 10px 0 0 0;
}

/*******************NEWS********************/

#news input.txt,
#news textarea.txt {
    width: 550px;
}

#news table {
	border-collapse: separate;
}

#news .news {
    border: 1px solid #9AC3D3;
    background: #EBF5F8;
    margin: 10px 0;
}
#news .news .header {
    font-size: 9pt;
    font-weight: bold;
    color: #003851;
    margin: 1px 1px 0 1px;
    padding: 3px 8px;
    border: 1px solid #9AC3D3;
}
#news .news .body {
    line-height: 135%;
    background: url(../img/news_body.jpg) left top no-repeat;
    font-size: 11px;
    padding: 7px 10px;
    text-align: justify;
}
#news .news .footer {
    background: #9AC3D3;
    padding: 4px 10px;
}
#news .news .footer .number {
    background: white;
    border: 1px solid #505050;
    font: bold 7pt Verdana, Geneva, Kalimati, sans-serif;
    padding: 0 5px;
    position: relative;
}
#news .news .footer .right {
    float: right;
    margin-top: -1px;
}

#news .form td {
    padding: 0 5px 5px 0;
}
#news .form .label {
    text-align: right;
}

#news .comment {
    margin: 20px 0 0 0;
}

/*******************EXPERIENCE********************/

#experience th {
    white-space: normal;
}

#experience td {
    text-align: center;
}

/*******************COMBATS API*******************/

.combats-api.copyright {
	padding-left: 0;
	text-align: center;
}
