/* Main */

body {
background: #e4e4e4 url("img/bg.gif") repeat-x;
font: 1em arial,tahoma,sans-serif;
margin: 0;
}

h1 {}

h2 {
font-family: arial, tahoma, sans-serif;
font-size: 1.6em;
margin-top: 30px;
padding: 0;

}

#border {
top: 30px;
width: 927px;
border: 0;
margin-left: auto;
margin-right: auto;
position: relative;
direction:rtl;
}

img#box {
position: absolute;
top: 150px;
left: 0px;
}

#main {
width: 665px;
background: url("img/main.png") repeat-y;
border: 0;
color: white;
margin-bottom: 50px;
}

img#frame-top {
position: relative;
top: 0px;
left: 0px;
}

img#frame-bottom {
position: relative;
bottom: -28px;
left: 0px;
}

ul#menu {
list-style: none;
margin: 0;
padding: 0 30px;
position: absolute;
top: 150px;
left:300px;
}

ul#menu li
{
margin-right: 11px;
float: right;
}

#text {
border: 0;
margin-top: 0;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
width: 550px;
height: 100%;
text-align: right;
}

#text_en {
border: 0;
margin-top: 0;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
width: 550px;
height: 100%;
text-align: left;
direction:ltr;
}

a:link {
color: #9999ff;
}

a:visited {
color: #806ea9;
}

#text li {
margin-bottom: 0.4em;
}

#text p {
margin-top: 2em;
}

.screenshot {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 10px;
}

#text img {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#text img.inline {
display: inline;
text-align: none;
margin-left: 0px;
margin-right: 0px;
}
