/* General style sheet */

body {
font-size: medium;
padding: 0;
background: #007286;
}

img {
width: 100%;
}

#pdf_thingy {
width: 400px;
margin-left: 20px;
margin-bottom: 10px;
background: #fff url(image/pdf.jpg) no-repeat top left;
}

#pdf_thingy p {
padding-left: 100px;
padding-top: 5px;
}

#word_thingy {
width: 400px;
margin-left: 20px;
margin-bottom: 10px;
background: #fff url(image/file_word.gif) no-repeat top left;
}

#word_thingy p {
padding-left: 100px;
padding-top: 5px;
}

#image_thingy {
width: 400px;
margin-left: 20px;
margin-bottom: 10px;
background: #fff url(image/image.gif) no-repeat top left;
}

#image_thingy p {
padding-left: 100px;
padding-top: 5px;
}

#casestudy {
width: 400px;
margin-left: 20px;
background: #fff url(image/casestudy.gif) no-repeat top left;
}

#casestudy p {
padding-left: 100px;
padding-top: 5px;
}

#box-out {
width: 440px;
background: #9CB7BC url(image/box-out.gif) repeat-y top left;
}

#box-out_top {
background: #fff url(image/box-out_top.gif) no-repeat top left;
}

#box-out_bottom {
background: #9CB7BC url(image/box-out_bottom.gif) no-repeat bottom left;
}

#scheme {
width: 400px;
}

#scheme dt.field {
float: left;
width: 80px;
}

#scheme dt.filling {
float: right;
width: 100px;
}

dt, dd { 
  font-family: century gothic, helvetica, sans-serif; 
  text-align: left;
  color: #363636; 
} 

dt {
  font-weight: bold;
  font-size: 120%;
}

dd.field {
color: #076E81;
  font-weight: bold;
}

dd.filling {
font-size: 80%;
}