body 
{
   margin:0 auto;
   width:1003px;
   padding:0;
   font:12px Arial, Helvetica, sans-serif;
   background:white;
   color:black;
}

img 
{
   border-style:none;
   margin-top: 94px;
}


div.page 
{
   margin:0 auto;
   width:1003px;
   background:url(../images/landing/primary-bg.gif) repeat-y;
}

div.header 
{
   width:1003px;
   height:124px;
   background:url(../images/landing/header-bg.png) no-repeat;
   margin-bottom: 0px;
}

div.header h1 
{
   margin:22px 0 0 18px;
   float:left;
   overflow:hidden;
   text-indent:-9999px;
   width:376px;
   height:79px;
}

div.header h1 a 
{
   display:block;
   height:100%;
}

div.content 
{
   width:680px;
   padding: 0px 0 50px;
   margin: 0px 6px 0 0;
   float: right;
}

div.content p
{
    padding:0 20px;
    margin-top: 0;
}

div.content div.chart
{
    text-align: center;
    padding: 20px;
}

div.sidebar 
{
   width:294px;
   padding:0px 0 0 20px;
   float:left; 
   text-align:center;
   clear:both;
}

div.content form
{
    width:310px;   
    padding:16px;
    margin:16px auto;
    background:#ffc;
}

div.content form h2,
div.content form p
{
    clear:both;
    text-align:center;
    
}

div.content form input.button
{
    border-top: 1px solid #eeedd7;
    border-left: 1px solid #eeedd7;
    
    border-bottom: 1px solid #d7d282;
    border-right: 1px solid #d7d282;

    background: #fffccb;
    padding:5px;
    margin:10px;
    
    text-transform: uppercase; 
}


div.content form label.text
{
   width:81px;
   float:left;
   font:14px/24px Arial, Helvetica, sans-serif;
   color:#003765;
   margin:5px 10px;
   text-align:right;
}

div.content form input.text
{
   float:left;
   width:155px;
   padding:3px 2px;
   background:#EDE866;
   border:1px inset #000;
   margin:5px 0;
}

div.content form select
{
   float:left;
   width:161px;
   background:#EDE866;
   border:1px inset #000;
   margin:5px 0 20px;
   padding:2px;
}

ul.menu
{
   padding:0;
   text-align:center;
}

ul.menu li
{
   display:inline;
   font-size:16px;
   font-weight:bold;
   margin-right:8px;
   
}

ul.menu a
{
    white-space:nowrap;
}

div.footer
{
   clear:both;
   color:white;
   text-align:center;
   background:url(../images/landing/page-bg.gif) repeat-x 0 100%;
   margin:0;
   padding:16px;
}

div.footer a
{
    color:white;
}

div.error
{
    margin:8px;
    padding:8px;
    background:pink;
    border:1px solid red;
    text-align:center;
}

table.girls
{
    margin:20px auto;
    border-spacing: 8px;    
}

table.girls td.girl
{
    background:#022C5E;
    padding:5px;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    color:white;
}

table.girls td.girl img
{
    display:block;
    border:1px solid #C6E2FF;
    margin:5px;
}


