﻿*
{
    margin:0px;
    padding:0px;
    border:0px;
    outline:0px;
}

html
{
    height:100%;
}

body
{
    height:100%;
    color:#666;
    font-family:Futura, Arial;
    background-image:url(../images/img_glo_frameleft_front.gif), url(../images/img_glo_frameright_front.gif);
    background-position:left top, right top;
    background-repeat:repeat-y;
    background-color:#fbf8ef;
}

/* LAYOUT */
#container
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

/* INDEX */
.index
{
    padding:73px 44px 0px 44px;
    text-align:center;
}

.index_header
{
    margin-bottom:66px;
}

.index article p
{
    padding:0px 10px;
    font-size:30px;
    line-height:40px;
}

ul
{
    list-style:none;
}

nav.links ul li:first-child
{
    margin-top:40px;
}

nav.links ul li
{
    margin-bottom:40px;
}

nav.footer
{
    margin:56px 0px 15px 0px;
}

.index footer p
{
    margin-top:40px;
    font-size:16px;
    font-family:Arial;
    line-height:20px;
    padding-bottom:70px;
}

/* ABOUT */
.about
{
    padding:26px 22px 0px 22px;
    text-align:center;
}

.about nav.home
{
    display:inline-block;
    float:left;
    margin-left:26px;
}

.about article
{
    clear:both;
    padding-top:66px;
}

.about article header
{
    margin-bottom:40px;
}

.about article p
{
    padding:0px 40px;
    margin-bottom:30px;
    font-size:30px;
    line-height:40px;
}

.about article p:last-child
{
    margin-top:60px;
    padding:0px 0px;
}

.about footer p
{
    margin:70px 26px 0px 26px;
    font-size:16px;
    font-family:Arial;
    line-height:20px;
    padding-bottom:70px;
}

sup
{
    line-height:0px;
}

.bold
{
    font-weight:bold;
}