div {
        -moz-box-sizing:border-box;
        box-sizing:border-box;
}

a {
        text-decoration: none;
        color: #FF0000;
}
/*
a:link {
        color: #9E1A12;
}

a:visited {
        color: #9E1A12;
}

a:hover {
        color: #D96C00;
}
*/

img {
        border: 0;
}

body {
        margin: 0;
        padding: 0;
        text-align: center;
        background: #ffffff url(../../skins/img/bckg.jpg) repeat-x;
        font-family: Verdana, Tahoma, MS Sans Serif;
        font-size: 11px;
        color: #666666;
}

#bckg {
        position: absolute;
        left: 0; /* IE */
        width: 100%;
        height: 506px;
        background: url(../../skins/img/skybckg.jpg) center top no-repeat;
}

#main {
        position: relative;
        width: 760px;
        margin: 70px auto 0px auto;
        background: #ffffff url(../../skins/img/leftbar.jpg) repeat-y;
}

#header {
        position: relative;
        height: 49px;
        padding-top: 18px;
        text-align: left;
        background: #FFFFFF url(../../skins/img/header.jpg) no-repeat;
}

#header a {
        margin-left: 22px;
        padding-left: 22px;
        font-family: Trebuchet Ms;
        color: #868B8D;
        font-size: 10px;
}

#header a:hover {
        color: #BB475E;/*#333365;*/
}

#header .home a{
        background: url(../../skins/img/home.jpg) left no-repeat;
}
#header .email a{
        background: url(../../skins/img/email.jpg) left no-repeat;
}

#topbar {
        position: relative;
        height: 188px;
        background-color: #FFFFFF;
}

#content_box {
        position: relative;
        float:right;
        padding: 20px 22px 20px 0px;
        width: 470px;
        margin: 0;
        text-align: justify;
        line-height: 16px;
}

#content {
        position: relative;
}

#leftbar {
        position: relative;
        text-align: left;
        width: 286px;
        padding: 20px 0px 220px 0px;
}

#contactbox {
        position: absolute;
        left: 0;
        bottom: 38px;
        width: 286px;
        height: 211px;
}

#footer {
        position: relative;
        clear: both;
        height: 39px;
        padding-top: 13px;
        background: #406981 url(../../skins/img/footerbckg.jpg);
        text-align: left;
        font-family: Tahoma, Verdana, MS Sans Serif;
        font-size: 11px;
        color: #E1EAF2;
}

#vega {
        margin-left: 22px;
        padding-right: 48px;
        /*background: url(../../skins/img/vega.jpg) right no-repeat;*/
        color: #E1EAF2;
        line-height: 25px;
}

#vega:hover {
        color: #ffffff;
}

#copyright {
        margin-left: 120px;
        
}

#content h1 {
        font-size: 13px;
        font-weight: bold;
        color: #77A4C3;
        padding-left: 16px;
        margin-bottom: 25px;
        background: url(../../skins/img/ind5.jpg) no-repeat left;
/*        background-image: url(../../skins/img/ind5.jpg);
        background-repeat: no-repeat;
        background-position: left 3px;*/
}

h3 {
        padding-left: 15px;
/*        background: url(../../skins/img/arrow.gif);/* no-repeat left;*/
        font-family: Century Gothic, MS Sans Serif, Verdana, Tahoma;
        font-size: 16px;
        color: #417195;
        border: 1px solid #000000;
        background-image: url(../../skins/img/ind5.jpg);
        background-repeat: no-repeat;
        background-position: left 4px;

}
