@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/bg-3col.jpg);
}

#topbanner-bg{
/* background: #000000; */
width: 674px;
margin-left:141px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin-right:1px;
background-color:#000000;
border-bottom:groove;
border-bottom-width:thin;
border-bottom-color:#0099cc;
}

#topbanner{
background: #000000; */
width: 674px;
}

#blackseparator{
width:673px;
margin: 0px 1px 0px 141px; 
background:#000000;
}

#contentcolumn{
margin: 0px 170px 0px 145px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#rightcolumn{
float: left;
width: 165px; /*Width of right column*/
margin-left: -165px; /*Set left margin to -(RightColumnWidth)*/
/* background: #000000; */
overflow:hidden;
}