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

body {
	padding-right: 20px;
}

#container_wrapper {
	width: 100%;
}

#innerbar {
	height: 70px;
	background-image: url(/images/inner_top.gif);
	background-repeat: repeat-x;
}

#content_cell {
	height: 500px;
	padding-right: 10px;
}

#sidebar_cell {
	border-left: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
}
