body {
    font-family: Helvetica, Verdana, sans-serif;
    width: 1075px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: #000000 url(images/background.gif);
    color: #ffffff;
    border: 0px #ff0000 solid;
}

h1 {
    font-size: 32px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border: 1px #ffffff solid;
}

#crossslide {
    width: 800px;
    height: 500px;
    margin: -1px 0 0 0;
    position: relative;
    z-index: -1;
    border: 0px solid #ffffff;
}

#upper-content {
    position: relative;
    width: 798px;
    height: 500px;
    margin: -1px 0 0 0;
    position: relative;
    z-index: -1;
    background: #444444;
    border: 1px solid #000000;
}

#upper-content h1 {
    padding: 80px 10px 10px 220px;
    font-size: 16px;
}

#upper-content p {
    padding: 5px 10px 10px 220px;
    font-size: 12px;
}

#upper-content-inside {
    position: relative;
    width: 798px;
    height: 710px;
    margin: -1px 0 0 0;
    position: relative;
    z-index: 2;
    background: #444444;
    border: 1px solid #ff0000;
}

#contact-form {
    position: relative;
    float: right;
    width: 550px;
    margin: -1px 0 0 0;
    position: relative;
    z-index: 10;
    border: 1px solid #0000ff;
}

#left-menu {
    float: left;
    width: 200px;
/*    height: 500px;*/
    background: url(images/left-menu-bg.png);
    /* for IE */
/*    filter:alpha(opacity=60);*/
    /* CSS3 standard */
/*    opacity:0.6;*/
    position: relative;
    z-index: 20;
    border: 0px solid #00ff00;
}

.left-buttons {
    position: relative;
    text-align: center;
    width: 199px;
    padding: 20px 0 20px 0;
    background: url(images/left-buttons-bg.png);
    border-bottom: 1px #888888 solid;

}

.left-buttons a {
    margin: 0;
    color: #ffffff;
}

#content-main {
    width: 800px;
    height: 170px;
    background: #222222;
    border-top: 1px solid #444444;
}

#content-main h1 {
    margin: 0 0 3px 0;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

#content-main p {
    margin: 5px 0 8px 0;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.left-copy {
    padding: 5px;
    width: 45%;
    float: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #444444;
}

.right-copy {
    padding: 5px;
    width: 45%;
    float: right;
    margin: 10px 10px 10px 10px;
    border: 1px solid #444444;
}

#footer {
    width: 1075px;
    height: 25px;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    Line-height: 25px;
    background: #000000 url(images/bg-footer.gif);
    border-top: 1px solid #777777;
}

#copyright {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding-top: 4px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    border: 0px #ffffff solid;
}

a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.logo {
    position: absolute;
    z-index: 10;
    margin: -490px 0 0 570px;
}

.logo-inside {
    position: absolute;
    z-index: 15;
    margin: -690px 0 0 570px;
}
