body {
  background-image: url("background.jpg");
  font-family:"Arial";
  font-size:10.0pt;
}

#Navigation {
  position: absolute;
  top: 350px;
  left: 0px;
  width: 180px;
  height: 800px;
  background-color: Gray;
}

#Navigation li.#selected {
  list-style-image: url("square_selected.gif");
  font-size:10.0pt;
  font-family:Arial;
  color:black;
  font-weight:bold;
  padding-bottom: 1em;
}

#Navigation li {
  list-style-image: url("square.gif");
  font-size:10.0pt;
  font-family:Arial;
  color:black;
  font-weight:bold;
  padding-bottom: 1em;
}

#Header {
  margin-left: 180px;
  width: 620px;
}

#LangSelector {
  margin-left: 180px;
  width: 620px;
  padding-bottom: 1em;
}

#Header h2 {
  font-family:"Trebuchet MS";
  color:#999900;
}

#Header p {
  font-family: "Trebuchet MS";
}

#Header img {
  float: right;
}

#Home, #About, #References, #Languages, #Contact {
  position: relative;
  top: 10px;
  margin-left: 180px;
  width: 620px;
}

#FooterContact, #FooterNavigation {
  position: relative;
  top: 20px;
  margin-left: 180px;
  margin-top: 20px;
  width: 620px;
}

hr {
  color: Black;
}

#Languages #HeaderRow {
  background-color:#999900;
}

#Languages table {
  border: 1px;
  border-collapse: collapse;
  text-align: left;
  padding: 5px;
  width: 80%;
}

#Languages td
{
  font-family:"Wingdings";
  border: 1px solid #333;
  padding: 3px;
  width: 20%;
}

#Languages th {
  border: 1px solid #333;
  padding: 3px;
}

#FooterCopyright {
  position: relative;
  top: 40px;
  margin-left: 180px;
  width: 460px;
  background-color: Silver;
  padding: 1em 6em 1em 6em;
  color: #09156A;
}

a {
  color: Black;
  text-decoration: none;
}

#About a {
  color: Gray;
  text-decoration: underline;
}

#Contact a {
  color: Gray;
  text-decoration: underline;
}

#FooterNavigation a {
  color: Gray;
  text-decoration: none;
}

#FooterNavigation {
  color: Gray;
  text-decoration: none;
  font-family:"Times New Roman";
}

#HomePic, #AboutPic, #ReferencesPic, #LanguagesPic, #ContactPic {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 180px;
  height: 320px;
  background-color: Gray;
}

#Spacer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 40px;
  background-color:#666600;
}

#References ul {
  font-family: Arial;
  color:#336633;
  font-weight:bold;
  padding-bottom: 1em;
}

#References ul ul {
  font-family: Arial;
  color: Black;
  font-weight: normal;
  line-height: 150%;
}

h1 {
  font-family:"Trebuchet MS";
  color: #666600;
}

#Home p {
  font-size: 14.0pt;
  font-family:Arial;
  color:black;
}

#Home #CompanyName {
  font-size: 14.0pt;
  font-family:Arial;
  color:#336633;
  font-weight:bold;
}

#FooterContact p.title {
  font-family:Arial;
  font-weight:bold;
	font-size:8.0pt;
  padding-top: 1em;
}

#Contact p.title {
  font-family:"Trebuchet MS"
	font-size:10.0pt;
	font-weight:bold;
}

#FooterContact p.address {
  font-family:Arial;
	font-size:8.0pt;
}