div#container { 
 background-image: url(../images/page_content_bg_sideright.gif);
 /*
	background-image:url(../images/page_content_bg_sideright.jpg);
	background-repeat:repeat-y;
	background-position:center;
*/
}
div#content-bg { /*background-image: url(../images/page_content_footer_bg.gif); background-position: bottom; background-repeat: no-repeat; padding:0px; padding-bottom:186px;*/
}
div#info {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
#col1 {
	width: 70%;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	float:left;
/*
	background-image: url(../images/page_sideright_col1_bg.jpg);
	background-repeat: no-repeat;
	min-height:555px;
*/
}
#col2 {
	width: 27%;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	float:right;
/*
	background-image: url(../images/page_sideright_col2_bg.jpg);
	background-repeat: no-repeat;
	min-height:555px;
*/
}
