/*design inspired by  http://www.ubuntu-fr.org/ */

* {
margin: 0px;
padding: 0px;
}

a:link{
color: #000;
background: transparent;
}

a:visited{
color: #565248;
background: transparent;
}

a:hover{
color: #002B3D;
background: transparent;
}

body {
background-color: #816647;
font-family: Verdana, Geneva, sans-serif;
font-size: 80%;
}

h1 {
height: 59px;
text-indent: -100em;
}

h2 {
color: #fff;
}

h3 {
padding: 2em 0 1em 0;
color: #980101;
background: transparent;
}

#pageHeader, #quickSummary {
background: #D9BB7A;
color: #fff;
padding : 10px;
}

#pageHeader {
background: #D9BB7A url(images/ubuntulogo.png) no-repeat;
background-position: 100% -285px;
height: 83px;
overflow: hidden;
}

#quickSummary {
background: #D9BB7A url(images/ubuntulogo.png) no-repeat;
 background-position: 100% -387px;
height: 60px;
overflow: hidden;
}

#preamble {
margin-left: 230px;
padding-left: 20px;
padding-right: 20px;
text-align: justify;
background: url(images/titlebg.png) no-repeat top left #fff;
}

#supportingText {
margin-left: 230px;
background: #fff;
}

#explanation, #participation, #benefits, #requirements
{
padding-left: 20px;
padding-right: 20px;
text-align: justify;
}

#footer {
background: url(images/footer.png) no-repeat bottom left #D9BB7A;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
margin-top: 20px;
}

#linkList {
width: 200px;
margin-left: 10px;
top: 173px;
position: absolute;
height: 500px;
}

#linkList h3{
padding: 3px;
padding-left: 6px;
font-size: 1em;
background: #AD9060 url(images/navtop.png) no-repeat right top;
color: #FFF;
margin-top: 20px;
height: 20px;
}

#linkList ul{
list-style: none;
}

#linkList ul li {
color: #000;
background: url(images/menu.png) no-repeat;
background-position: 6px;
text-decoration: none;
font-size: 70%;
padding-left: 30px;
padding-bottom: 6px;
padding-top: 6px;
}

#linkList ul li:hover{
color: #fff;
background: #AD9060 url(images/menuhover.png) no-repeat;
background-position: 6px;
font-size: 70%;
padding-left: 30px;
padding-bottom: 6px;
padding-top: 6px;
}

#lselect, #larchives, #lresources {
background: url(images/navbottom.png) no-repeat top left;
background-position: 0px 40px;
margin-top: 20px;
margin-bottom: 30px;
padding-bottom: 30px;
height: 260px;
overflow: hidden;
}
