/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: arial;
font-size: 13px;
color: #000000;
text-align: center;
line-height: 18px;
background: url(../backs/html.jpg) repeat-y top center #322f31;
overflow-x: hidden;
overflow-y: scroll;
}

/* FONTS */
h1 {
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #0a5693;
margin-bottom: 10px;
}

h2 {
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #0a5693;
margin: 0;
margin-bottom: -20px;
}

font.blue {
color: #0a5693;
}

/* DIVS */
#container {
position: absolute;
left: 50%;
margin-left: -500px;
padding: 0;
width: 1000px;
height: 100%;
}

#container_right {
position: absolute;
top: 0px;
right: 0px;
width: 50%;
height: 100%;
background: #8b8d90;
}

#menu {
position: absolute;
top: 140px;
left: 200px;
width: 690px;
height: 51px;
background: url(../backs/menu.jpg) no-repeat;
z-index: 5;
}

#date {
position: absolute;
top: 115px;
right: 120px;
color: #0a5693;
z-index: 2;
}

#banner {
position: absolute;
top: 200px;
left: 0px;
}

#submenu {
position: absolute;
top: 0px;
left: 0px;
height: 500px;
width: 188px;
}

#content {
position: absolute;
top: 0px;
left: 200px;
width: 479px;
height: 100%;
background: #ffffff;
}

#content_text {
position: relative;
float: left;
margin: 190px 0 0 20px;
width: 440px;
color: #322f31;
text-align: left;
}

#sidebar {
position: absolute;
top: 0px;
left: 679px;
width: 211px;
height: 100%;
background: #c5c6c7;
}

#sidebar_inner {
margin-top: 230px;
}

#bottom_naw {
position: absolute;
top: 500px;
left: 0px;
width: 188px;
margin: 10px 0 0 0;
color: #8b8d90;
text-align: right;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.logo {
position: absolute;
top: 15px;
left: 0px;
}

img.header {
position: absolute;
top: 0px;
left: 200px;
z-index: 1;
}

/* TABLES */
table {
margin: 0;
padding: 0;
border-collapse: collapse;
}

td {
font-family: arial;
font-size: 13px;
line-height: 20px;
}

td.descr {
padding-right: 20px;
}

/* FORMS */
input, textarea {
font-family: arial;
font-size: 13px;
}

.submit {
font-family: arial;
font-size: 11px;
}

/* LINKS */
a {
color: #322f31;
}

a:hover {
color: #0a5693;
}

#bottom_naw a {
color: #8b8d90;
text-decoration: none;
}

/* LISTS */
ul {
margin: 0 0 0 15px;
padding: 0;
}

/* LISTS MENU */
#menu ul {
margin: 6px 0 0 6px;
padding: 0;
list-style: none;
}

#menu ul li {
float: left;
padding: 0 11px 0 11px;
border-right: 1px solid #ffffff;
}

#menu ul li a {
text-decoration: none;
color: #ffffff;
}

#menu ul li a:hover {
color: #c5c6c7;
}

/* LISTS SUBMENU */
#submenu ul {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
}

#submenu ul li {
position: relative;
clear: both;
padding: 0 10px 5px 0;
text-align: right;
}

#submenu ul li a {
text-decoration: none;
color: #ffffff;
}

#submenu ul li a:hover {
color: #c5c6c7;
}
