body {
    font: 14px/18px Verdana, Arial, Tahoma, sans-serif;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 16px;
    font-weight: normal;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .83em;
}
h6 {
    font-size: .75em;
}
a {
    color: blue;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 8px;
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
strong {
    font-weight: bold;
}

#wrapper {
    width: 1000px;
    margin: 15px auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 150px;
    background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
    position: relative;
}

#title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 110px;
}

h1.title {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 30px;
}

h2.title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
	line-height: 1.2em;
}

h3 {
    margin-bottom: 10px;
}

div.text {
    text-align: justify;
    width: 530px;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.2em;
    text-indent: 25px;
	padding-left: 420px;
	background: url(../images/shkala.jpg) no-repeat left top;
	height: 600px;
}

div.edit {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
}

div.edit a {
	color: red;
}

#terms {
    width: 990px;
    margin: 0 auto;
}

#terms table td {
    width: 320px;
    padding: 0 5px;
}

#elements p, #categories p {
    margin-bottom: 5px;
}

#notes table {
    width: 100%;
}

#notes td.note {
    font-weight: bold;
}

#notes td.info {
    text-align: right;
}

#notes table#send_form {
    width: 350px;
    margin: 0 auto;
}

.want {
    text-align: center;
    margin: 15px 0 0;
}

.back {
    text-align: center;
    margin: 15px 0;
}

#success {
    color: #4CBB17;
    border-left: 4px solid #4CBB17;
    padding: 14px;
    margin-bottom: 14px;
}

#success ul {
    list-style-type: none;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    height: 100px;
    background: #BFF08E;
}