

/* global
----------------------------------------------- */
body {
background: #fff url(images/bg.png) repeat-x;
font-family: verdana, helvetica, arial, sans-serif;
margin: 0 20px 0 20px;
color: #333;
}


/* layout
----------------------------------------------- */
#container {
position: relative;
background: url(images/header.jpg) no-repeat top left;
margin: 0 auto -1px auto;
padding-top: 144px;
width: 710px;
border-bottom: 5px solid #09345f;
}


.marge {
position: relative;
margin: 0 auto -1px auto;
padding-left: 1em;
font-size: 12px;
}


/* text
----------------------------------------------- */
p {
font-size: 12px;

}
h3 {
font-weight: bold;
font-size: 13px;
font-weight: bold;
}
h4 {
font-style: italic;
font-size: 12px;
}

#footer {
font-size: 9px;
text-align: center;
}
 


/* links
----------------------------------------------- */

 
a, a:link, a:visited {
color: #00d;
font-weight: bold;
}

a:hover {
color: #333;
}
 
#footer a, #footer a:link, #footer a:visited {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.lavaLampNoImage {
       
    position: relative;
    float: right;
    height: 60px;
    width: 170px;
    background-color: white;
    padding: 3px;
    margin: 3px 0;
    overflow: hidden;
    border: 1px solid gray;
}
.lavaLampNoImage li {

    list-style: none;
}
.lavaLampNoImage li.back {
    border: 1px solid #fff;
    background-color: #e6e8ea;
    width: 9px;
    height: 15px;
    z-index: 8;
    position: absolute;
}
.lavaLampNoImage li.back {
    z-index: 8;
    position: absolute;
}
.lavaLampNoImage li a {
font-family: times, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #00d;
    outline: none;
    text-align: left;
    padding: 3px 3px 3px;
    letter-spacing: 1px;
    z-index: 10;
    display: block;
    position: relative;
    overflow: hidden;
    margin: auto 3px;
}

 