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

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

#topbanner-bg{
/* background: #000000; */
width: 843px;
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: 843px;
}
#blackseparator{
width:843px;
margin: 0px 1px 0px 141px; 
background:#000000;
}
#contentcolumn{
margin: 5px 0px 0 145px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}


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

