/* CSS Document */

/*BASE STYLES*/
body
{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

p, td {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

a
{
color:#4EAB1E;
}

input, submit, select
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#28690F;
}

CSStyles
{
margin:0 0 0 25px;
}
/*BASE STYLES*/


/*WRAPPER STYLES*/
#outsideWrapper
{
margin:0 auto;
width:845px;
/*width:829px; old value*/
}

#contentWrapper
{
background-image:url(../images/sScoutBackground.gif);
background-repeat:repeat-y;
width:845px;
/*width:829px; old value*/
padding:10px 17px;
overflow:hidden;
}

#columnOne
{
width:232px;
padding:0 0;
margin:0 0;
float:left;
}

* html #columnOne
{
width:232px;
padding:0 0;
margin:0 -40px 0 0;
float:left;
}

#columnTwo
{
width:552px;
padding:0 0;
margin:0 10px;
float:left;
}


#mainContentBox
{
width:552px;
background-image:url(../images/lrgWindowBackground.gif);
background-repeat:repeat-y;
padding:0 0 0 5px;
margin:0 0;
text-align:left;
overflow:hidden;
}

#memberLoginBox, #currentSurveysBox, #otherProductsBox, #bonusDealsBox, #exclusiveInterviewsBox
{
width:232px;
background-image:url(../images/smlWindowBackground.gif);
background-repeat:repeat-y;
padding:10px 20px;
margin:0 0;
text-align:left;

}


/*WRAPPER STYLES*/