@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;
}

#aside_nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 126px;
    text-align: center;
    padding-top: 1px;
}
#main_section {
    padding-top: 1px;
    margin-left: 162px;
    min-height: 600px;
}
