body{
    padding: 0;
    margin: 0;
    padding-top: 50px;
    font-family: "Segoe UI","Helvetica","Microsoft Sans Serif","sans-serif";
    font-size: 13px;
    color: #333;
    background: #a0aaaa url("/img/screen/background.png") repeat-x;
}

div, p, h1, h2, h3, h4{
    padding: 0;
    margin: 0;
}

h3{
    font-size: 18px;
}

.color-one{
    color: #3a8800;
}

.color-two{
    color: #006388;
}

.color-three{
    color: #880000;
}

.clear{
    clear: both;
}

#messages
{
    position: relative;
    top: -50px;
    width: 100%;
}

.notice, .error
{
    background: #6c8193 url('/img/screen/notice.png') top repeat-x;
    line-height: 25px;
    min-height: 25px;
    display: block;
    padding: 0 1%;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #414e59;
}
a.notice
{
    text-decoration: none;
}

.notice a
{
    text-decoration: underline;
}

.failure, .error
{
    background: #b64141 url('/img/screen/notice-failure.png') top repeat-x;
    border-color: #592020;
}

.success
{
    background: #57b741 url('/img/screen/notice-success.png') top repeat-x;
    border-color: #2b5920;
}

#container{
    width: 775px;
    margin: 0 auto;
    position: relative;
}

#logo{
    width: 340px;
    height: 70px;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    text-indent: -7000px;
    background: transparent url("/img/screen/logo.png") no-repeat;
}

#introduction{
    width: 650px;
    height: 80px;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    text-indent: -7000px;
    background: transparent url("/img/screen/introduction.png") no-repeat;
}

#content {
    width: 775px;
    position: relative;
}

#content div.top{
    height: 10px;
    background: transparent url("/img/screen/content-border-top.png");
}

#content div.content {
    height: 235px;
    overflow: hidden;
    padding: 0 37px;
    background-color: #eee;
    border-left: 3px solid;
    border-right: 3px solid;
    border-color: #333;
}

#content div.content div.text{
    float: left;
    width: 450px;
}

#content div.content div.text div.item
{
    width: 135px;
    float: left;
    margin: 5px;
}

#content div.content div.text div.full-item
{
    margin: 5px;
}

#content div.content div.image
{
    float: left;
    width: 245px;
    height: 225px;
}

#content div.nav {
    background: #eee;
    border: 3px solid #333;
}

#content div.nav ul{
    height: 49px;
    padding: 0 37px;
    margin: 0;
    list-style: none;
    background: url("/img/screen/nav-background.png");
}
#content div.nav ul li
{
    float: left;
}

#content div.nav ul li a{
    display: block;
    width: 135px;
    margin-right: 5px;
    float: left;
    line-height: 49px;
    text-align: center;
    color: #fff;
    background: url("/img/screen/nav-tab.png") center;
}

#content div.nav ul li.last a{
    margin-right: 0;
}

#content div.nav ul li a:hover{
    color: #00f;
    background: url("/img/screen/nav-tab-hover.png") center;
}

#content div.nav ul li.current a{
    background: url("/img/screen/nav-tab-current.png") center;
}

#footer{
    height: 25px;
    margin-top: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 11px;
    color: #444;
    background: transparent url("/img/screen/footer.png") center;
}