#inner_wrapper {
	background:url(../images/content_simplebg.jpg) repeat-y;
}
#left_column {
	width:250px;
	overflow:hidden; /* auto pops up scroll bars if the content over flows */
}

form .reqtext {
	padding-right: 18px;
	background:url('../images/required_symbol.gif') no-repeat right;
}
form .reqfield {
	background-color:#FFCC66;
}
