* {
margin: 0; padding: 0;
}

a img {
border: none;
}

body {
margin: 15px 0 0 0;
color: #000000;
background-color: #ffffdd;
font-family: Tahoma;
background: url("pix/bg.png") repeat-y top center #ffdfef;
}

#logo {
background: url("pix/logo.png") repeat-x top left;
width: 901px;
height: 100px;
margin: 0 auto;
}

#site {
width: 900px;
margin: 0 auto;
}

#left {
margin: 15px 0 0 0;
width: 190px;
float: left;
}

#left-menu {
border-top: 1px solid #ca1c4f;
border-bottom: 1px solid #ca1c4f;
}

#left-menu a {
display: block;
height: 25px;
padding: 10px 0 0 10px;
text-align: center;
text-decoration: none;
color: #000000;
border-top: 1px solid #ca1c4f;
border-bottom: 1px solid #ca1c4f;
font-weight: bold;
}

#left-menu a:hover {
background-color: #ffdfef;
font-weight: bold;
text-decoration: underline;
}

#banner a img {
margin: 15px 0 0 35px;
border: none;
}

#right {
width: 692px;
float: right;
}

#right .item {
width: 672px;
height: 91px;
margin: 15px 0 0 0;
padding: 9px;
border: 1px solid #ca1c4f;
background: url("pix/item-bg.png") repeat-x top left;
}

#right .item h2 {
margin: 0; padding: 0;
text-align: left;
}

#right .item-screen a {
border: 1px solid #ca1c4f;
float: left;
margin:  0 9px 0 0;
}

#right .item-title a {
height: 25px;
margin: 9px;
color: #ca1c4f;
font-weight: bold;
font-size: 15px;
}

#right .item-text {
margin:  5px 9px 9px 9px;
font-size: 12px;
text-align: justify;
}

#right .item-clicks {
width: 89px;
height: 77px;
border: 1px solid #ca1c4f;
float: right;
text-align: center;
padding: 5px 0;
margin: 0 2px 0 10px;
font-weight: bold;
font-size: 10px;
background: url("pix/clicks-bg.png") no-repeat;
}

#right .item-clicks b {
color: #ca1c4f;
font-size: 28px;
line-height: 50px;
}

#right .item-clicks a {
color: #ca1c4f;
text-decoration: none;
}

#right h1 {
color: #ca1c4f;
text-decoration: none;
color: #ac0000;
text-align: center;
margin: 15px 0 0 0;
font-size: 22px;
letter-spacing: 1px;
}

#right p {
margin: 15px 0 0 0;
font-size: 14px;
text-align: justify;
}

#right b {
color: #ac0000;
font-weight: bold;
}

#right a {
color: #ff0000;
font-weight: bold;
}

#right a:hover {
color: #000080;
text-decoration: none;
}

#right .form table {
margin: 20px auto 0 auto;
border: 2px solid #ac0000;
padding: 8px;
background-color: #ffdfef;
}

#right .form table td {
padding: 8px;
}

#right .form textarea {
width: 300px;
}

#spodek {
margin: 15px 0 15px 0;
padding-top: 8px;
border-top: 2px solid #ca1c4f;
text-align: center;
font-size: 13px;
font-weight: bold;
}

#spodek a {
color: #ca1c4f;
font-weight: bold;
text-decoration: none;
}

#spodek a:hover {
text-decoration: underline;
}

#clear {
clear: both;
}


