body {
   font: 90% Arial, Helvetica, sans-serif;
   color: #000;
   background-color: #fff;
   text-align: center;
}

#wrapper {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 650px;
   text-align: left;
}

#header {
   text-align: center;
   margin-bottom: 10px;
}

#navbar {
   text-align: center;
}

#content {
   margin-top: 10px;
}

#footer {
   border-top: 1px solid #333;
   text-align: center;
   width: 100%;
}

h3 {
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.2em;
}

em {
   font-style: italic;
}

strong {
   font-weight: bold;
}

h2 {
   font-weight: bold;
   font-size: 1.4em;
}

.onedown {
   font-size: 0.75em;
}

.txtleft {
   text-align: left;
}

.left {
   float: left;
   margin: 0 10px 10px 0;
}

.right {
   float: right;
   margin: 0 0 10px 10px;
}

.clearleft {
   clear: left;
}

.center {
   text-align: center;
}

.txtleft {
   text-align: left;
}

