body {
    background-color: #545947;
    margin: 0px;
    font: normal normal 12px tahoma;
    direction: rtl;
}

div#container {
    width: 800px;
    margin: 0 auto;
    background-image: url('img/back.png');
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 600px;
}

div#header {
    width: 758px;
    height: 139px;
    background-image: url('img/header.png');
    margin: 20px auto 20px auto;
}

div#header img#title {
    border: 1px solid red;
}

div#header img#flower {
    margin-right: 182px;
    margin-top: 60px;
}

div#header img#tableless {
    position: relative;
    bottom: 120px;
    right: 270px;
}

div#menu {
    width: 194px;
    height: 278px;
    background-image: url('img/menu.png');
    background-repeat: no-repeat;
    margin-right: 40px;
    float: right;
}

div#menu div#mainLinks {
    width: 165px;
    height: 235px;
    background-image: url('img/menu_back.png');
    background-repeat: no-repeat;
    margin: 15px auto;
}

div#menu div#links {
    padding: 10px 0px;
}

div#menu div:first-child {
    padding-top: 10px;
}

div#menu div a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 2px 20px;
}

div#menu div a:hover {
    text-decoration: underline;
}

div#extraText {
    margin: 30px 300px 10px 40px;
    font-size: 14px;
    font-weight: bold;
}

div#content {
    min-height: 330px;
    width: 430px;
    background-color: white;
    border: 1px solid #82A80D;
    margin: 40px 280px 20px 0px;
}

div#content div#dashed {
    height: 3px;    
    background-image: url('img/dashed.png');    
}

div#content div#text {
    padding: 10px;
    text-align: justify;
}

div#footer {
    padding: 10px;
    padding-bottom: 40px;
}

ul {
    margin: 15px;
    padding: 0px;
    line-height: 1.4em;
}

div.thumb {
    padding: 2px;
    border: 3px double #777;
    width: 200px;
    margin: 10px auto;
}

/* Tiny Classes */
.ltr {
    direction: ltr;
}

.bold {
    font-weight: bold;
}

.blue {
    color: #7fccdc;
}

.arial {
    font-family: arial;
}

.fs16 {
    font-size: 16px;
}

.link {
    color: blue;
    cursor: pointer;
    text-decoration: none;
}

.left {
    text-align: left;
    position: relative;
    bottom: 26px;
    left: 10px;
}

.link:hover {
    text-decoration: underline;
}

.collapse {
    border: 1px solid black;
    padding: 5px;
}

/* FORM */

form {
    margin: 0px;
    padding: 0px;
}

input, select, textarea {
    font: normal normal 12px tahoma;
}

input[type=submit], input[type=button] {
    min-width: 80px;
}

table.form {
    font-size: 12px;
}

table.form td {
    vertical-align: top;
    padding: 1px;
}

table.form td.caption {
   color: #0a500a;
}

table.form td.data label {
    color: #0a500a;
}

table.form td.button {
    text-align: left;
}

/* Messages */

div.info, div.error, div.warning {
    padding: 5px;
    border: 1px solid;
    width: 90%;
    margin: 5px auto;
}

div.info {
    background-color: #bcf0d6;
    color: #106f3f;
    border-color: #239159;
}

div.warning {
    background-color: #ffd563;
    color: #936c05;
    border-color: #f4b714;
}

div.error {
    background-color: #de1000;
    color: #FFFFFF;
    border-color: #ac1c12;
}