#content {
margin: 0;
padding: 0;
background: url(../images/bg_bar_2cols.gif);
background-repeat: no-repeat;
background-position:top;
float: left;
width: 922px;
clear:both;

}

#wrapper {
float:left;
border-left: 1px #875a8a solid;
border-right: 1px #875a8a solid;
background: url(../images/bg_2cols.gif);
background-repeat: repeat-y;
}

#leftCol, #rightCol {
margin: 0;
padding: 0;
width: 180px;
float: left;
text-align: center
}

#rightCol {
margin: 0 20px 0 0;
padding: 0;
width: 700px;
float: right;
text-align: left;
_width: 680px;			/*  *******  conditional comment for IE6 to position rightCol with left margin  ***********  */
_margin-left: 20px;			/*  *******  conditional comment for IE6 to position rightCol with left margin  ***********  */
}

#rightCol p {
margin-bottom: 8px;
}

#rightCol a {
text-decoration: underline;
}