body {
    background:#1c1c1c url(background2.jpg) repeat-x top left;
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:10pt;
}
a {
    color: #D1261E;
}
a:visited {
    color: #D1261E;
}
div#container {
    position:absolute;
    left:50%;
    margin-left:-491px;
    width:982px;
    background:url(/skin/gradient.jpg) repeat;
    top:0px;
    min-height:400px;
}

div#header {
    position:absolute;
    top:0px;
    background:url(/skin/header2.jpg) #1c1c1c no-repeat left top;
    width:982px;
    height:128px;
}

div#buttons {
    margin-left:240px;
    margin-top:103px;
    position:relative;
    width:662px;
    height:25px;
    padding-left:0px;
    padding-top:0px;
}

div#buttons ul {
    height:25px;
    list-style: none;
    position:relative;
    line-height:24px;
    padding: 0; 
    margin: 0;
}

div#buttons li {
    float:left;
    height:25px;
    margin: 0;
    padding: 0;
}

div#buttons a {
    text-decoration:none;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    height:25px;
    display:block;
    width:70px;
}

div#buttons a:hover, div#buttons a.active {
    color:#f0c002;
    background:#191919;
}

div#side {
    margin-top:128px;
    position:absolute;
    background:#1c1c1c url(/skin/bg-content2.jpg) no-repeat top left;
    min-height:499px;
    width:982px;
    }

div#middle {
    margin-left:80px;
    width:822px;
    min-height:600px;
    background:#fff;
    position:absolute;
}

div#menu {
    position:relative;
    float:left;
    width:160px;
    background:url(menu.jpg) no-repeat top left;
    background-color:#fff;
    min-height:499px;
    margin-left:0px;
    padding-top:18px;
}

div#menu ul{
    list-style:none;
    line-height:14px;
    margin-left:12px;
    padding-left:10px;
}

div#menu ul li{
    display: block;
    margin-left:0px;
    padding-left:0px;
}

div#menu ul a{
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    width:138px;
    display:block;
}

div#menu ul a:hover, div#menu ul a.active{
    color:#f0c002;
    background: #191919;
}

div#content {
    position:relative;
    float:right;
    width:635px;
    min-height:479px;
    padding-left:20px;
    padding-top:20px;
    margin-right:5px;
    }

div#content h2 {
    margin-top:0px;
    }


/*--- contact form ---*/
input.input, textarea.input {
    width: 100%;
    border: 1px solid #000;
}

table.form {

    width:500px;
}

