/* THIS CSS FILE IS TO SET THE TWO COLUMN COLORS, IMAGES, ECT */

/* CONTENT AREA */
#content {
background:white url(/images/pegtv/cnttop-bg.jpg) repeat-x scroll left top;
margin-left: 250px;
}

/* SIDEBAR */
#sidebar {
color:#BCBABB;
background:white url(/images/pegtv/cnttop-bg.jpg) repeat-x scroll left top;
margin-right: -250px;
width: 250px;
}


