html {
height: 100.1%;
}
body {
margin: 0 0 0 0;
padding: 0 0 0 0;
/*background-color: #cda;*/
background-color: #fff;
color: #444;
font-family: Georgia, serif;
font-size: 0.825em;
line-height: 1.5;
height: 100%;
}
body * {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
a {
text-decoration: underline;
color: #444;
}
a:hover {
text-decoration: underline;
}
h2 a {
text-decoration: none;
}
p {
margin-bottom: 1em;
line-height: 1.6;
}

p.skip {
display: none;
}
#container {
position: relative;
width: 100%;
min-height: 100%;
min-width: 760px;
}
* html #container {
height: 100%;
}
#banner {
margin: 5em auto 2em auto;
width: 33.33%;
height: 256px;
background: transparent url(/i/14/banner14.png) bottom center no-repeat;
}
#banner h1 a {
display: none;
overflow: hidden;
}
#content {
width: 33.33%;
margin: 5em auto 10em auto;
}
#content h2 {
width: 29em;
text-align: left;
font-size: 1.2em;
margin-bottom: 0.5em;
margin-left: 0.5em;
font-weight: normal;
font-style: italic;
}
#content p {
width: 29em;
text-align: left;
font-size: 1em;
margin-left: 0.5em;
}
#nav {
display: block;
position: absolute;
top: 2em;
left: 33.33%;
width: 66.67%;
border-bottom: 8px solid #cda;
height: 2em;
/*color: #cda;*/
/*background: #333 url(/i/14/blcorner.png) bottom left no-repeat;*/
line-height: 1.6;
font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
}
#nav a {
/*color: #cda;*/
font-weight: normal;
text-decoration: none;
}
#nav a:hover {
text-decoration: underline;
}
#nav ul {
list-style-type: none;
margin-top: 0.25em;
}
#nav ul li {
display: inline;
margin-right: 1.5em;
margin-left: 0.5em;
}
#footer {
display: none;
text-size: 1em;
position: relative;
height: 12em;
margin-top: -22em;
background-color: #333;
}
