/* CSS Document */

body {
	padding : 0;
	margin : 0;
	background-image : url(images/fidoBkgdPlain.gif);
    background-repeat : no-repeat;
	background-color : #990000;
}

#content {
   padding-top : 125px;
   padding-bottom : 130px;
   padding-left : 250px;
   width : 500px;
}

#content h1 {
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 140%;
      font-weight : bold;
      color : #000;
      background-color : transparent;
	  text-align : center;
}

#content h2 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 120%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}

#content p {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 90%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 100%;
}

#content li {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 90%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 100%;
	  list-style : disc;
}

#content td {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 90%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 100%;
}

#content th {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 90%;
      font-weight : bold;
      color : #000;
      background-color : transparent;
      line-height : 100%;
}

#logo{
    position : absolute;
    top : 30px;
    left : 20px;
    z-index : 50;
}

#topRight{
    position : absolute;
    top : 70px;
    left : 300px;
    z-index : 50;
}

#navigation {
       position : absolute;
       top : 250px;
       left : 35px;
       width : 140px;
}

#navigation a { 
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00f;
       background-color: transparent;
}

#adSense {
       position : absolute;
       top : 125px;
       left : 812px;
       width : 160px;
       height : 600px;
}

