﻿body				
{
margin:0;
padding:0;
background-color: #000; 
color: #fff;
background-image:url('images/bg.jpg');
background-position:center top;
background-repeat:no-repeat;
width: 100%;
 font-family:Arial, Sans-Serif;
 font-size:13px;
}

a {color:#a0a0a7;}


#contentContainer
{
border:solid 1px red;
width:1000px;
margin-left:auto;
margin-right:auto;
}

.contentTop
{
padding:0;
height:11px;
width:980px;
background-image:url('images/dct.png');
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

.contentMiddle
{
padding-top:2px;
min-height:20px;
width:980px;
background-image:url('images/dcm.png');
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}

.contentBottom
{
padding:0;
height:12px;
width:980px;
background-image:url('images/dcb.png');
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
margin-bottom:25px;
}

.padding
{
text-align:left;
width:960px;
margin-left:auto;
margin-right:auto;
}

.padding img
{
 margin:25px 7px;
}

img {border:0;}

h2
{
font-size:30px;
margin:0 0 20px 0;
}

#LavaWrapper
{
position:relative;
top:35px;
left:145px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
            height: 29px;
            width: 550px;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border:solid 0px red;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
           border-bottom: 5px solid #858483;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
        }
            .lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }   
        /* Styles for each menu-item. */
        .lavaLamp li a {
           font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
        }



.footerLink
{
    margin-right:11px;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#a0a0a7;
}

.footerLink a:hover
{
    text-decoration:underline;
}

dt 
{
  padding-top:5px;
  margin-right:10px;
  float: left;
  clear: left;
  text-align: right;
  width:100px;
}

dd {
  margin-bottom: 10px;
}

.input_text 
{
height:25px;
padding-top: 4px;
  margin-top: 0px;
  font-size: 14px;
width:220px;
}
