html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
p, ul
{
    padding-bottom: 15px;
}
strong {
    font-weight: bold;
}
a {
    color: #003399;
}
a:visited {
    color: #003399;
}

*:focus {
    outline: 0;
}

html {
    width: 100%;
    height: 100%;
}
body {
    font-size: 15px;
    line-height: 1.4;
    color: #555555;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}
img a {
    border: none;
}
.clear
{
    clear: both;
}
.col
{
    width: 50%;
    float: left;
}
h1
{
    font-size: 23px;
    padding-bottom: 15px;
    font-weight: bold;
}


/***   Header   ***/

.public .menu
{

}


/***   Main Parts   ***/

.public .page,
.public .footer,
.public .relative
{
    width: 700px;
    margin: 0 auto;
}
.public .content
{
    padding: 20px;
}
.public .footer
{
    border-top: 2px solid saddlebrown;
}
.public .text
{
    width: 520px;
    float: left;
}
.public .images
{
    width: 128px;
    float: right;
}


/***   Header   ***/

.public .header
{
    background: saddlebrown;
    color: #FFFFFF;
}
.public .relative
{
    position: relative;
    height: 160px;
}
.public .logo
{
    position: absolute;
    left: 0;
    top: 34px;
}
.public .owner
{
    position: absolute;
    top: 36px;
    left: 80px;
    font-size: 12px;
    z-index: 3;
}
.public .slogan
{
    position: absolute;
    right: 20px;
    bottom: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    line-height: 1;
}
.public .return
{
    position: absolute;
    right: 0;
    top: 6px;
}
.public .gallery
{
    position: relative;
}
.public .gallery div
{
    float: left;
    width: 132px;
    text-align: center;
}
.lang
{
    position: absolute;
    top: 36px;
    right: 0px;
    font-size: 12px;
    z-index: 10;
}
.lang a
{
    color: #ffffff;
}

