/* CSS Document */

body {
margin:0;
padding:0;
background-color:#a5c821;
}

#wrapper {
margin:0 auto 0 auto;
width:965px;
height:600px;
background-image:url(cookeAndCoHoldingPageBG.png);
background-repeat:no-repeat;
}

#textLeft {
float:left;
margin:125px 0 0 75px;
width:400px;
font:bold 120% Arial, Helvetica, sans-serif;
color:#fff;
line-height:160%;
}

#textLeft a:link, #textLeft a:active, #textLeft a:visited  {
font:bold 100% Arial, Helvetica, sans-serif;
color:#D4CB3D;
line-height:180%;
text-decoration:none;
}

#textLeft a:hover  {
font:bold 100% Arial, Helvetica, sans-serif;
color:#D4CB3D;
line-height:180%;
text-decoration:underline;
}


#textRight {
float:right;
margin:140px 75px 0 0;
width:300px;
font:bold 130% Arial, Helvetica, sans-serif;
color:#D4CB3D;
line-height:180%;
}

#textRight a:link, #textRight a:active, #textRight a:visited  {
font:bold 100% Arial, Helvetica, sans-serif;
color:#D4CB3D;
line-height:180%;
text-decoration:none;
}

#textRight a:hover  {
font:bold 100% Arial, Helvetica, sans-serif;
color:#D4CB3D;
line-height:180%;
text-decoration:underline;
}

.number {
font:bold 150% Arial, Helvetica, sans-serif;
color:#D4CB3D;
line-height:180%;
}


