/*  Style sheet to use with Triangle website */

body, html {
    background-color: #000;
    color: #fff;
    font-family: Geneva, Arial, sans-serif;
    font-size: 10px;
}

div {
    margin: 0;
    padding: 0;
}

a {
    color: #f60;
    text-decoration: none;
}

#containest {
/*  This is the path to the main background image */
    background-image: url(pic/august2006home.jpg);
    background-position: 90px 130px;
    background-repeat: no-repeat;
    height: 729px;
    margin: 50px auto 0 auto;
    position: relative;
    width: 989px;
}

#container {
/*  This is the path to the main frame image */
    background-image: url(pic/page-with-lines2.gif);
    background-repeat: no-repeat;
    left: 0;
    height: 500px;
    padding: 130px 90px;
    position: absolute;
    top: 0;
    width: 802px;
}

#content {
    height: 315px;
    left: 570px;
    overflow: auto;
    padding: 0 5px 0px 12px;
    position: absolute;
    top: 180px;
    width: 300px;
}

#content h1 {
    height: 32px;
    margin: 0;
    padding-top: 6px;
}

#content h2 {
    font-size: 1em;
    font-weight: normal;
}

#content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content img {
    margin: 3px;
}

p.newsLink {
    margin-left: 10px;
}

p.newsLink a {
    color: #fff;
}

#heading {
    height: 30px;
    left: 580px;
    position: absolute;
    top: 140px;
}

#links {
    height: 84px;
    left: 90px;
    position: absolute;
    top: 490px;
    width: 800px;
    background-image: url(pic/triangle-scratched-logo.gif);
    background-position: 8px 12px;
    background-repeat: no-repeat;
}

#links table {
    font-size: 1em;
    margin-left:335px;
    width:500px;
}

#links th {
    font-weight: normal;
    text-align: left;
}


#address {
    left: 285px;
    padding: 10px 0 0 140px;
    position: absolute;
    top: 575px;
    width: 460px;
}

ul#departmentList li {
    display: inline;
    margin-right: 20px;
}

#company-registration { color:#fff; position:absolute; text-align:center; top:640px; left:200px; width:500px;}
