#outercontainer {
	margin-left: -450px;
	position: absolute;
	left: 50%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	width: 900px;
	height: auto;
}
#outercontainer-counseling {
	margin-left: -450px;
	position: absolute;
	left: 50%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	width: 900px;
	height: auto;
}
#left-column {
	clear: left;
	float: left;
	height: 450px;
	width: 33%;
	background-color: #FFFFFF;
}
#right-column {
	float: right;
	height: 470px;
	width: 63%;
	background-color: #FFFFFF;
	padding-right: 20px;
}
#column1 {
	clear: left;
	float: left;
	height: 100%;
	width: 33%;
}

#column2 {
	float: left;
	height: 100%;
	width: 44%;
	background-color: #FFFFFF;
	padding-right: 10px;
}
#column3 {
	float: right;
	height: 100%;
	width: 21%;
	background-color: #FFFFFF;
	padding-right: 0px;
}
#bottom {
	clear: both;
	float: left;
	height: auto;
	width: 900px;
}
.menu-body {
	width: 265px;
	background-image: url(graphics/bg-menu.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 10px;
	height: 450px;
	background-color: #CCCCCC;
}
.menu-body-index {
	width: 265px;
	background-image: url(graphics/bg-menu.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 2px;
	height: 340x;
	background-color: #CCCCCC;
}
#innercontainer {
	float: left;
	height: 535px;
	width: 900px;
	background-color: #FFFFFF;
}
#innercontainer-counseling {
	float: left;
	height:640px;
	width: 900px;
	background-color: #FFFFFF;
}
.counseling-inset {
	background-image: url(graphics/bg-counseling-insets.gif);
	border: 1px solid #554D2D;
	width: 150px;
	height: auto;
	margin-left: 25px;
}
.rowa {
	background-color: #C9D2AE;
	width: 95%;
	height: auto;
	float: left;
	clear: left;
	padding-left: 10px;
	padding-right: 10px;
}
.rowb{
	background-color: #ECEFE2;
	width: 95%;
	height: auto;
	float: left;
	clear: left;
	padding-left: 10px;
	padding-right: 10px;
}

