
#top { margin: 0 auto 100px auto;}
#bottom { margin: 0 auto 0 auto;}

#top div.content {
 height: 100px;
}

div.rounded {
 width: 800px;
}

div.content {
 position: static;
}

body {
 font-family: verdana;
 margin: 0;
 padding: 100px 0 100px 0;
 background-repeat: no-repeat;
 background-position: top center;
}

#nav {
 font-size: 14px;
 font-weight: 100;
 font-family: verdana;
}

#titleWhite, #titleBlack {
 display: block;
 position: absolute;
 top: 37px;
 left: 219px;
 right: 219px;
 height: 29px;
 width: 362px;
}

div.openquotes, div.closequotes {
 position: absolute;
 height: 23px;
 width: 33px;
 background-repeat: no-repeat;
 background-position: top center;
}

div.openquotes {
 left: -33px;
 top: 0;
}

div.closequotes {
 right: -33px;
 bottom: 0;
}

#top h1 {
 font-family: bookman old style, serif;
 font-size: 30px;
 display: block;
 position: absolute;
 top: 20px;
 left: 0;
 width: 800px;
 padding: 0;
 margin: 0;
 text-align: center;
}

#bottom div.content {
 padding: 30px 60px;
}

#bottom h1 {
 text-align: center;
 margin: 0 0 30px 0;
 padding: 0;
 font-size: 22px;
 font-weight: 100;
}

#bottom h3 {
 margin: 30px 0 30px 0;
 padding: 10px 0;
 font-size: 18px;
 font-weight: normal;
 letter-spacing: 0.1ex;
 border-width: 1px;
 border-style: none none solid none;
}

#bottom h5 {
 font-weight: bold;
 font-size: 16px;
 margin: 30px 0 10px 0;
 line-height: 32px;
}

#bottom p {
 padding: 0;
 margin: 0 0 15px 0;
 line-height: 1.5;
 font-size: 14px;
 text-align: left;
}

#bottom ul {
 padding: 0 30px;
 margin: 20px 0;
 line-height: 1.5;
 font-size: 16px;
 text-align: left;
 list-style-type: none;
}

#bottom li {
 margin: 15px 0 0 0;
 padding: 0;
}

#bottom p.indent {
 padding: 0 30px;
}

#bottom a {
 text-decoration: none;
 font-weight: bold;
}

div.b {
 position: relative;
}

div.pics a.pic {
 position: absolute;
 display: block;
 overflow: hidden;
 width: 30px;
 height: 30px;
 border-style: solid;
 border-width: 1px;
 border-color: #888;
}

div.pics a.pic img {
 border-style: solid;
 border-width: 1px;
 border-color: #888;
 position: block;
 float: right;
}

div.pics a.pic:hover {
 overflow: visible;
 z-index: 9;
}

div.pics {
 position: absolute;
 top: 0;
 left: 370px;
 width: 300px;
 height: 30px;
 margin: 0 60px 0 0;
}

