/* Background  */

body { 
background: #FFFFFF url('bg.gif') repeat-x;
margin: 0px; }

/* Navigation  */

#navcontainer { 
position: absolute; 
top: 320px; 
left: 550px;
padding: 1px;
margin: 0px;
width: 150px;
text-align: center; }

#navcontainer ul { list-style-type: none; }

#navcontainer li { 
margin-bottom: 1px; 
text-align: center; 
}

#navcontainer a { 
background: #73C27E; 
color: #484848; 
font: 13px Century Gothic; 
text-transform: lowercase; 
display: block; 
padding: 1px; }

#navcontainer a:hover { 
background: #C5C5C5; 
color: #FFFFFF; }

/* Links  */

a:link, a:visited, a:active { 
color: #19B12D; 
font-family: arial;
text-decoration: none; 
text-transform: uppercase; }

a:hover { 
text-decoration: none; }

/* Layout  */

#layout { position: absolute; 
top: 0px; 
left: 0px; }

#main { 
position: absolute; 
top: 320px; 
left: 50px;
width: 500px; 
font: 11px Verdana; 
line-height: 18px;
color: #5D5D5D; 
text-align: justify;
background-color: #FFFFFF; 
padding: 10px; }

table, tr, td {
font-size: 11px;
margin: 0px auto;
padding: 0px;
line-height: 18px; 
}

.header { 
color: #404040; 
font-family: Century Gothic;
font-size: 20px; 
line-height: 0px; 
padding-top: 3px; 
padding-bottom: 2px;
text-transform: lowercase;  }

.subheader { 
color: #404040;
font-family: Georgia; 
font-size: 11px; 
font-style: italic;
letter-spacing: 2px; 
padding-top: 3px; 
padding-bottom: 2px;
text-transform: lowercase; }

.quote {
background: url('quote.gif') no-repeat top left;
color: #5D5D5D;
padding-left: 50px; 
padding-right: 50px; 
padding-top: 16px; 
padding-bottom: 10px;
}

B {
color: #484848; 
font-family: verdana;
}

I {
color: #484848; 
font-family: verdana;
}

.img { 
border: 8px solid #E2E2E2;
margin: 8px; }

hr {
width: 100px;
height: 1px;
margin-top: 20px;
margin-bottom: 0px;
text-align: left;
}

.fineprint { font-size: 9px;
line-height:12px; }