@charset "UTF-8";
@import url("toplevel.css");
#container {
	background: url(../../images/toplevel_images/css_images/bk.gif);/*creates a color in the right column background_*/
}
#contentbox {
	background: url(../../images/toplevel_images/css_images/rightcolumnend.gif) no-repeat 725px bottom;/*Adds an additional gradient at the bottom of the right column_*/
}

/*Left side content - includes the 3 column setup_*/
#leftcontent {
	margin: 0px;
	padding: 6px 0px 0px 30px;
	width: 695px;
	float: left;
	border-style: none;
	overflow: hidden;
}
#leftcontent #leftcontentcloser {
	margin: 0px;
	width: 731px;
	float: left;
	padding: 0px;
	height: 1px;
}
/*_Right column content_*/
#rightcontent {
	margin: 0px;
	padding: 8px 17px 0px;
	width: 181px;
	float: left;
	border-style: none;
}


