html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #d2d7d5;
    font: 13px serif;
    line-height:1.3em;
}
#content,#mainmenu{
    font-family: sans-serif;
}
#container{
    width:1000px;
    margin:8px auto;
    height:780px;
    border:1px solid #ffffff;
    border-radius:10px;
}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
a,a:hover,a:visited{color:#999933;}
#container2{
    width:1000px;
    height: 590px;
}
.front{
    background: transparent url(../images/content/background_front.jpg) no-repeat;
    }

.page{
    background: transparent url(../images/content/background_page.jpg) no-repeat;
    }

#header {
    clear:both;
    height: 100px;
    margin:5px 20px 10px 20px;
    padding:5px;
    background: transparent url(transparant50.png) repeat;
    border-radius:50px;
    
}
#header h1{
    font: 2.8em serif ;
    font-style: italic;
    color: #9c085c;
    padding:0px;
    margin:10px 0 15px 0 ;
    text-align: center;
    text-shadow:2px 2px px #888;
}
#header a {color: #9c085c;}
#language{float:right;
          margin:0px 20px 0 0;
}
#language img{
    margin: 2px 4px;
}
#content{
    width:700px;
     height:570px;
    margin:0px auto;
    padding:8px 15px;
    text-align: center;
    border:1px solid #cccccc;
    color:#3333333;
    line-height:1.5em;
}

#content h1{
    color:#999933;
    margin:15px 5px 20px;
}
#content img{margin:8px;}

#footer{
 text-align: center;
 margin:8px auto;
 width:700px;
 color: #9c085c;
 color:#333;
}
#footer strong{
    font-weight: normal;
}
#footer a{color:inherit}

img {
    border: 0
}

#mainmenu  {
    display: block;
    
     height:16px;
    list-style: none;
    margin:5px 15px;
    padding:5px 0px;
   
    color: #9c085c;
    text-align: center;
}
#mainmenu li{
    
    
display: inline-block;
padding:0 5px;
margin: 0 8px;
text-align: center;
}
.front #content{
    background: transparent url(transparant50.png) repeat;
    
}
li{
    list-style: none;}
.jlist li{
    
    float:left;
    width:180px;
    margin:2px 10px;
    padding:1px;
    border: 0px solid transparent;
    height:148px;


}
ul.jlist {margin:0px 0 0 0;
       }

ul.jlist li img:hover {
    border: 1px solid #777;
    max-height: 118px;
}
#content .jlist img {
    margin:0;
    padding:0;
}
.jlist h2 {
 padding:2px 0 ;
 margin:0 0 2px 0;
 color:#999933;
}
#content .jlist p {
    margin:0px 0 0 0;
    padding:2px;
    line-height: 1.3em;
}

.jlist h3{
    color:#999933;
    font-weight: bold;
    font-size: 1.1em;
     padding:0;
 margin:0;
}
.goback {position: relative;
    float:left;
     cursor: pointer;
}

.jlist form {
    float:right;
   margin:0;
}
/* anim */
.js .front #content {
    display:none;

}

.jewel{
    background: transparent url(transparant40.png) repeat;
    padding-top:5px;
    border-radius:10px;

}
.jimage {
    height:390px;
}
.jcontent{
    height:125px;
    overflow: auto;
    margin-bottom: 5px;
}
.jbottom {
    height:30px;
}

.none {
}

.pag {
    clear:both;
    margin:15px 0  0 0;
    }
   .lthumb{
   float:left;
}
.rthumb{
   float:right;
}
