img {
border: none
}
a {
    color: black;
}
a:hover {
    text-decoration: none;
}
#main {
    width: 800px;
    margin: 0 auto;
    border: 1px black solid;
}
#top {
    width: 800px;
    height: 87px;
    padding: 0;
    margin: 0;
    background-image: url('../img/top.jpg');
}
#top h1 {
    text-align: right;
    margin: 0;
    font-family: Arial;
    text-transform: uppercase;
    padding: 50px 10px 0 0;
}
#left {
    width: 250px;
    height: 380px;
    margin: 0;
    padding: 0;
    background-image: url('../img/4.jpg');
    background-repeat: no-repeat;
    
}
#content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 510px;
    padding: 0;
    margin: 20px 10px 20px 0;
    font-size: 10px; 
    color: #5F5F5F;
    float: right;
    text-align: justify;
}
#footer {
    width: 800px;
    height: 154px;
    padding: 0;
    margin: 0;
}
.clear {
    clear: both;
}
.menu {
    margin: 0;
    padding: 1px;
    background-color: black;
    text-align: center;
}
.menu a {
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    margin-right: 4px;
    font-size: 11px;
}
input {
    border-right: #7a7a7a 1px solid; border-top: #7a7a7a 1px solid; font-size: 10pt; background: #ffe7d9; border-left: #7a7a7a 1px solid; color: #000000; border-bottom: #000000 1px solid; text-align: left; text-decoration: none
}
input {
    border-right: #7a7a7a 1px solid; border-top: #7a7a7a 1px solid; font-size: 10pt; background: #ffe7d9; border-left: #7a7a7a 1px solid; color: #000000; border-bottom: #000000 1px solid; text-align: left; text-decoration: none
}

#content h1 {
    font-size: 1.5em;   
}

#content h2 {
    font-size: 1.4em;   
}

.admin {
    padding: 0 0 20px 20px;
}

form.classic label {
    display: block; 
    margin-top: 20px;
}

form.classic .field {
    display: block;   
}

form.classic .text {
    width: 450px;
    background-color: white;
}

form.classic textarea {
    width: 450px;
    height: 300px;
    border: 1px solid black;
}

form.classic span.description {
    font-style: italic;
    font-size: 0.9em;
}

table.classic {
    margin-top: 20px;
    width: 450px;   
    border: 1px solid gray;
}

table.classic thead tr {
    border: 1px solid gray;
}

table.classic th, table.classic td {
    padding: 3px;   
}

.alert {
    text-align: center;
    font-weight: bold;
}

.error {
    color: red;   
}

.success {
    color: green;
}

.message {
    color: blue;   
}