body {
background: #9094AD;
font-family: Georgia, serif;
}

#container {
position: absolute;
left: 10%;
right: 10%;
top: 0px;
background: #DCDFE9;
}

#logo {
background-image: url(img/1.png);
background-repeat: no-repeat;
width: 257px;
height: 192px;
position: absolute;
top: 0px;
left: 0px;
}

#banner {
height: 192px;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
margin-left: 192px;
}

#nav {
background: #fff;
margin-top: 220px;
border-bottom: 6px solid #9094AD;
padding: 10px;
color: #9094AD;
font-weight: bold;
font-size: 14pt;
line-height: 150%;
text-align: center;
}

#content {
color: #000;
font-size: 14pt;
line-height: 140%;
margin-top: -16px;
margin-bottom: 32px;
padding: 20px;
background-image: url(img/2.png);
background-repeat: no-repeat;
background-position: right bottom;

}

#disclaimer {
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
background: #9094AD;
height: 32px;
font-size: 8pt;
text-align: center;
color: #fff;
}

#screenshots {
text-align: center;
}





img {
border: 0px;
}

#nav a {
color: #9094AD;
text-decoration: none;
}

#nav a:hover {
color: #000;
}

p {
clear: both;
}

h1 {
font-size: 12pt;
font-style: italic;
border-bottom: 2px solid #9094AD;
color: #9094AD;
padding-bottom: 5px;
width: 50%;
}

hr {
border: 1px solid #9094AD;
color: #9094AD;
width: 50%;
}

h1 a {
color: #000;
text-decoration: none;
}

h1:first-line {
font-size: 28pt;
font-style: normal;
font-weight: bold;
font-variant: small-caps;
padding-bottom: 5px;
color: #000;
}

h2 {
font-size: 10pt;
font-style: italic;
border-bottom: 2px solid #9094AD;
color: #9094AD;
padding-bottom: 5px;
}

h2 a {
color: #000;
text-decoration: none;
}

h2:first-line {
font-size: 18pt;
font-style: normal;
font-weight: bold;
font-variant: small-caps;
padding-bottom: 5px;
color: #000;
}

.thumbleft {
float: left;
padding: 10px;
margin-right: 15px;
}

.buttonspan {
display: block;
text-align: right;
margin-bottom: 30px;
}

#content a {
color: #9094AD;
}

#content a:visited {
text-decoration: none;
}

.visiting {
color: #000;
font-size: 20pt;
}