﻿/* ------------------------------------------------ */
/* |                                               |*/
/* |                   ITinMotion                  |*/
/* |                                               |*/
/* |            CopyRight ITinMotion 2008          |*/
/* |                                               |*/
/* ------------------------------------------------ */

html
{
    background: #edcec2;
    margin: 0px;

}

body
{
    font-family: Verdana;
    font-size: 8pt;
    line-height: 1.166;
    color: #000000;
    background: #edcec2;
	margin: 0px auto;
    padding: 0px; /* width of the page and centering */
    width: auto;
    text-align: center; /* scroll bars */
        background-image: url(./images/ui/background.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #edcec2;
}

#master
{
    overflow: hidden;
    position: relative;
    top: 0px;
    text-align: left;
    width: 900px;
}

#header
{
    position: relative;
    text-align: left;
    top: 0;
    left: 0;
    width: 900px;
    height: 299px;
    color: #0000FF;
    background-color:Transparent;
    background-image: url(./images/ui/header.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.freespace
{
    padding: 5px;
}

#content
{
    float: left;
    width: 617px;
    height: 428px;
    overflow: auto;
    text-align: left;
    color: #4B4B4B;
    background-color: #FFFFFF;
}

#contentleft
{
    float: left;
    width: 281px;
    height: 428px;
    text-align: right;
    line-height: 0.75;
    color: #FFFFFF;
    font-size: 14pt;
    background-image: url(./images/ui/menu_bg.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    background-color: #FFFFFF;
}

#contentright
{
	float: left;
    width: 2px;
    height: 428px;
    text-align: left;
    color: #4B4B4B;
    background-color: #000000;
}

#footer
{
    clear: left;
    width: 900px;
    height: 22px;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: right;
    font-size: 7pt;
    color: #4B4B4B;
    background-color: #C0C0C0;
    background-image: url(./images/ui/footer.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

h1
{
    font-size: 120%;
}

/* links settings  */
A:link
{
    text-decoration: none;
    color: #FFFFFF;
}

A:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

A:active
{
    text-decoration: none;
    color: #FFFFFF;
}

A:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

