body {
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3em;
    background-color: transparent;
}

div {
    margin: 0;
    padding: 0;
}

img {
    background: transparent;
}

a:link, a:visited {
    color: #333333;
    text-decoration: underline;
}
a:hover, a:active {
    text-decoration: none;
}

a img {
    border: none;
}

img.button {
    display: inline;
    margin: 0px 3px 0px 3px;
    vertical-align: middle;
}

.userstudio {
    font-variant: small-caps;
}





/*below : the meta div layout*/

#meta {
    display:hidden;
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
}




/*below : the lightbox elements layout*/

.lightboxOverlay {
    z-index:50;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    cursor:pointer;
}
.lightboxContainer {
    z-index:51;
    position:absolute;
    left:-9999em;
    background:#fff url('./layout/loading.gif') 50% 50% no-repeat;
    border: solid 1px #eee;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    cursor:pointer;
}
.lightboxClose {
    z-index:52;
    position:absolute;
    left:-9999em;
    padding:5px 10px 5px 10px;
    background:#eee;
    border-top:solid 2px #000;
    color:#000;
    font-weight:bold;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    cursor:pointer;
}




/*container*/

#container {
    /*width: 640px;
    height: 480px;*/
}

#banner {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 30px;
    margin-top: 30px;
    width: 580px;
    height: 123px;
}


#navig {
    position: absolute;
    top: 140px;
    left: 0;
    margin: 15px;
    width: 580px;
    text-align: right;
}

.lang {
	margin-bottom: -3px;
}


#content {
    position: absolute;
    top: 200px;
    left: 0;
    padding: 0px 70px 30px 70px;
    width: 485px;
}

p#helpLinks {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
}

h3 {
    margin-top: 50px;
    font-weight: normal;
}

hr {
    margin: 2em;
    height: 1px;
    background-color: #333333;
    border: 0;
}

li {
    margin-bottom: 20px;
}

.code {
    font-family: "Courier new", courier, serif;
}

.thumbnail {
    margin: 3px;
}

p#footer {
    margin-top: 60px;
    line-height: 1.3em;
    color: #999999;
    font-size: 10px;
}
#footer a {
    color: #999999;
}