html, body {
margin: 0;
padding: 0;
font-family: Verdana;
background: center repeat url("img/background.png");
text-align: center;
vertical-align: sub;
}

#container {
/*visibility: hidden;*/

margin-right: auto;
margin-left: auto;
margin-top: 30px;
text-align: left;
/*background: #fff;*/
background: center repeat url('img/background2.png');
width: 720px;
/*height: 576px;*/
/*border: #742844 4px solid;*/
}

#headline {
background: center top no-repeat url('img/headline.png');
font-family: "Arial Black", Arial;
width: 100%;
font-size: large;
color: #742844;
text-align: center;
padding-top: 20px;
}

#headline h1 {
display: none;
font-family: "Arial Black", Arial;
font-size: large;
color: #742844;
}

#headline img {
text-align: center;
}

#main {
padding-top: 20px;
font-family: "Arial Black", Arial;
text-align: center;
color: #742844;
}

#text {
padding-top: 20px;
padding-right: 40px;
padding-left: 40px;
font-family: Verdana, Arial;
font-size: 0.7em;
text-align: left;
color: #000;
}

#text p {
text-indent: 2em;
text-align: justify;
}

#text h2 {
font-family: "Arial Black", Arial;
font-weight: bold;
font-size: 1.2em;
color: #742844;
line-height: 0.8em;

}

#text h3 {
font-family: "Arial Black", Arial;
font-weight: bold;
font-size: 1.0em;
color: #742844;
line-height: 0.8em;
}

#text ul li{
display: block;
background: -5px -2px url('img/right.png') no-repeat;
margin: 5px;
padding-left: 15px;
}


#text emp {
font-weight: bold;
}

#text a{
color: #7f2844;
text-decoration: none;
border-bottom: 1px solid #ddd;
}

#text a:hover{
color: #7f2844;
text-decoration: none;
border-bottom: 1px solid #7f2844;
}

#main h2 {
font-family: "Arial Black", Arial;
font-size: 1.2em;
color: #742844;
}


#menu {
/*border-bottom: 2px solid #c6b09e;#742844*/
border-bottom: 1px dotted #c6b09e;
border-top: 1px dotted #c6b09e;
line-height: 13px;
margin: 10px 42px -20px 42px;
padding:0pt 1px 4px;

}


#menu a {
text-decoration: none;
background: 0px -2px url('img/right.png') no-repeat;
padding-left: 14px;
margin-left: -5px;
color: #742844;
font-weight: bold;
font-size: 0.6em;
}

#menu a:hover, #menu .active {
color: #c6b09e;
background: 0px -2px url('img/down2.png') no-repeat;
}

#menu #mright {
float: right;
}
#menu #mleft {
float: left;
}

#footer {
background: center bottom no-repeat url('img/footer.png');
font-family: "Verdana", Arial;
font-size: 0.6em;
color: #c6b09e;
text-align: right;
padding-right: 20px;
padding-bottom: 5px;
vertical-align: bottom;
clear: both;
}

#footer a {
text-decoration: none;
font-weight: bold;
color: #c6b09e; 
}

#footer img {
border: 0px;
margin: 3px;
}


.picturel {
float: left;
margin-top: 10px;
}

.picturer {
float: right;
}
.clear {
clear:both;
line-height:0px;
}

