body {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    margin: 20px 0px 0px 0px;
}

body, td, p, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p {
    margin: 10px 0px 10px 0px;
}

#container {
    text-align: left;
    width: 960px;
}

#left {
    float: left;
    background-image: url(../images/left.gif);
    background-repeat: no-repeat;
    background-position: 0px 70px;
    width: 400px;
}

#logo {
    position: relative;
    top: 0px;
    left: 105px;
    width: 250px;
}

#homeLink {
    position: relative;
    top: 55px;
    left: 275px;
    width: 100px;
}

#aboutLink {
    position: relative;
    top: 94px;
    left: 290px;
    width: 100px;
}

#teamLink {
    position: relative;
    top: 187px;
    left: 281px;
    width: 100px;
}

#projectsLink {
    position: relative;
    top: 242px;
    left: 220px;
    width: 100px;
}

#servicesBox {
    position: relative;
    top: 103px;
    left: 345px;
    width: 150px;
    line-height: 18px;
}

#contactLink {
    position: relative;
    top: 170px;
    left: 105px;
    width: 100px;
}

#contacts {
    position: relative;
    top: 180px;
    left: 105px;
    width: 150px;
    background-color: inherit;
    color: #bd2842;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
}

.menuLink {
    background-color: inherit;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.menuLink:hover {
    background-color: inherit;
    color: #bd2842;
    text-decoration: none;
    font-weight: bold;
}

.servicesTitle {
    background-color: inherit;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.servicesTitleActive {
    background-color: inherit;
    color: #bd2842;
    text-decoration: none;
    font-weight: bold;
}

.subLink1 {
    background-color: inherit;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

.subLink1:hover {
    background-color: inherit;
    color: #bd2842;
    font-size: 12px;
    text-decoration: none;
}

.subLink2 {
    background-color: inherit;
    color: #777777;
    font-size: 12px;
    text-decoration: none;
}

.subLink2:hover {
    background-color: inherit;
    color: #bd2842;
    font-size: 12px;
    text-decoration: none;
}

#right {
    background-image: url(../images/slogan.gif);
    background-repeat: no-repeat;
    background-position: 100px top;
    margin: 0px 0px 0px 400px;
}

#content {
    line-height: 18px;
    margin: 80px 0px 10px 100px;
    text-align: justify;
}

#content h1 {
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#content h2 {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0px 0px 0px;
}

#content h3 {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#content a {
    background-color: inherit;
    color: #bd2842;
    text-decoration: none;
}

#content a:hover {
    background-color: inherit;
    color: #bd2842;
    text-decoration: underline;
}

#content ul {
    margin: 0px;
    padding-left: 15px;
}

#copyrights {
    background-color: inherit;
    color: #666666;
    font-size: 11px;
    font-family: Tahoma;
    margin: 0px 0px 20px 100px;
    position: relative;
    top: 205px;
    left: 3px;
}

.errMsg {
    background-color: inherit;
    color: #bd2842;
}

.successMsg {
    font-weight: bold;
}