BODY{
    margin: 0;
    background: #d7d7d7;  
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    color: #847e80;
}

A {
}

A:Hover {
}

a img{
    border: none;
}

#site{
    width:980px;
    margin: 0 auto;
    background: url(../images/siteBg_02.png) repeat-y;
}
#header{
    width: 900px;
    margin: 0 auto;
    padding:20px 20px;
    
}

#nav{
    background: url(../images/navBg_06.png) no-repeat;
    width: 900px;
    height: 85px;
    margin: 0;
    padding: 0;
}
#nav a{
    float: left;
    display: block;
}
#home{background: url(../images/navBg_06.png) no-repeat -298px 0px;width: 120px;height: 85px; margin-left: 298px;}
#home:hover,#home.active{background-position: -298px -85px;}
#blog{background: url(../images/navBg_06.png) no-repeat -418px 0px;width: 112px;height: 85px;}
#blog:hover,#blog.active{background-position: -418px -85px;}
#faqs{background: url(../images/navBg_06.png) no-repeat -530px 0px;width: 115px;height: 85px;}
#faqs:hover,#faqs.active{background-position: -530px -85px;}
#privacy{background: url(../images/navBg_06.png) no-repeat -645px 0px;width: 129px;height: 85px;}
#privacy:hover,#privacy.active{background-position: -645px -85px;}
#terms{background: url(../images/navBg_06.png) no-repeat -774px 0px;width: 125px;height: 85px;}
#terms:hover,#terms.active{background-position: -774px -85px;}


#mastArea{
    width: 900px;
    margin: 0 auto;
    padding:20px 20px;
    height: 302px;
    
}
#mast{
    background: url(../images/mastHead_09.png) no-repeat;
    float: left;
    width: 613px;
    height: 302px;
}
#form{
    background: url(../images/formBg_11.png) no-repeat;
    width: 296;
    height: 302px;
    margin-right: -10px;
    float: right;
}
#cash{
    width: 208px;
    margin: 60px auto 0px;    
}

input{
    background: url(../images/inputBg_03.png) no-repeat;
    border: none;
    width: 200px;
    height: 25px;
    margin-bottom: 8px;
    padding-left: 10px;
}
input.submit{
    background: url(../images/submitBg_07.png) no-repeat;
    width: 208px;
    height: 39px;
    margin-left: -4px;
}
input.submit:hover{
    background-position:0px -39px;
}
select{
    height: 25px;
    width: 200px;
    border: none;
    background: url(../images/inputBg_03.png) no-repeat;
    margin-bottom: 8px;
}

/* content styles */
#content{
    width: 900px;
    margin: 0 auto;
}
.leftCol{
    float: left;
    width: 610px;
}
.leftCol b{
    color: #2d8dc8;
}
.rightCol{
    float: right;
    width: 260px;
    border-left:1px solid #847e80;
    padding-left: 20px;
    min-height: 500px;
}

/* footer styles */
#footer{
    width: 900px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 7pt;
}
#footer a{
    color: #847e80;
    text-decoration: none;
}

.question{
    cursor: pointer;
    text-decoration: underline;
}
.answer{
    display: none;
}
.error{
    border: 2px solid red;
}


/* match */
#match{
    margin: 50px 0px 0;
    height: 400px;
}
