/*******************************************************
 * TITLE: Common Stylesheet for Gila                   * 
 * URI  : http://www.oswd.org/design/???/gila/gila.css *
 * MODIF: 2003-02-03 1231 +0800                        *
 *******************************************************/


/* ###### Body Text ###### */

body {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 85%;
  margin: 0;
/* background-image: url(img/tux.big.trans.png); */
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  border-right: 1px solid #e6dfcf; 
  border-top: 1px solid #e6dfcf; 
  border-left: 1px solid #e6dfcf; 
  border-bottom: 1px solid #e6dfcf; 
}

h1, h2, h3 {
  font-family: arial, verdana, tahoma, sans-serif;
}

/* #next {
font-style: italic;
background-image: url(img/next.gif);
background-position: right top;
background-repeat: no-repeat;
height: 42px;
} */

#poweredby {
padding-left: 10px; 
border-right: 1px solid #e6dfcf; 
border-top: 1px solid #e6dfcf; 
border-left: 1px solid #e6dfcf; 
background-image: url(img/dl_trans2.png);
color: #808080;
margin-left: 12em;
margin-right: 12em;
text-align: center;
}

#w3c {
margin-left: 12em;
margin-right: 12em;
text-align: center;
}

#title {
font-weight: bold;
height: 72px;
padding-top: 0px;
padding-left: 10px; 
border-right: 1px solid #e6dfcf; 
border-top: 1px solid #e6dfcf; 
border-left: 1px solid #e6dfcf; 
border-bottom: 1px solid #e6dfcf; 
background-image: url(img/dl_trans1.png);
font-size: 20px;
}

#content {

padding-right: 10px; 
padding-left: 10px; 

}


h1 {
  font-size: 164%;
  font-weight: bold;
  font-style: italic;
  padding-top: 1em;

}

p {
  padding-bottom: 1ex;
}

img {
  border: none;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText { position: inherit;
  line-height: 1.5em;
  margin-left: 12em;
  margin-right: 12em;
  border-right: 1px solid #e6dfcf; 
  border-top: 1px solid #e6dfcf; 
  border-left: 1px solid #e6dfcf; 
  background-image: url(http://www.alleslinux.com/pics/dl_trans.png);
  background-attachment: scroll; 
  min-height:630px;
}


#bodyText a:hover {
  text-decoration: none;
}

.smallCaps {
  font-variant: small-caps;
}
/* ###### Header ###### */

#header {
  height: 4em;
  padding: 0.25em 2.5mm 0 4mm;
}

.headerTitle {
  font-size: 252%;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
}

.headerTitle span {
  font-weight: normal;
}
