/* CSS Document */


body {
background-image : url(back.gif);
background-repeat : repeat;
font-family : Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size : 12px;
}

#wrapper {
margin-left : auto;
margin-right : auto;
width : 780px;
padding : 10px;
}

#spacer {
float : left;
width : 10px;
height : 1px;
}

#content {
clear : both;
float : left;
width : 700px;
text-align : justify;
margin-left : 10px;
margin-bottom : 15px;
font-size : 1.2em;
}

#pic {
float : left;
width : 190px;
height : 165px;
margin-top : 10px;
list-style-image : url(_button-bullit.gif);
}

#nav {
text-decoration : underline;
font-size : 1em;
line-height : 20px;
float : left;
width : 190px;
margin-left : -28px;
height : 165px;
color : #cc3300;
margin-bottom : 10px;
list-style-image : url(_button-bullit.gif);
}

*:first-child+html #pic {
  margin-top:-6px;
}

#footer {
font-size : 1.2em;
clear : both;
margin : 0;
padding : 5px 10px 50px 5px;
color : #000;
width : 600px;
}

#footer-address {
font-size : 0.8em;
line-height : 1.2em;
font-family : Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#right {
float : right;
}

#left {
float : left;
}

#list {

float: right;

}

#references{
float:left;
width:80%;

}

.test{
border-bottom:2px solid black;
float:left;
margin-top:15px;
width:280px;

}

.test p {
text-align:left;

}

.bold {
font-weight:bold;
margin-bottom:10px;
}

a:link {
color:#CC3300;
}

a:visited {
color:#CC3300;
}


h1 {
color : #cc3300;
margin : 0;
padding : 5px;
}

h2 {
margin-top : 0;
padding-top : 7px;
}

h2, p {
margin-left : 7px;
margin-right : 7px;
}



/* ----------- CLEAR FIX ------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
