body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#header {
	background: #e8e8e8;
	background-image: url('images/main_logo.gif');
	background-repeat: no-repeat;
	height: 124px;
	width: 100%;
}

#header_image {
	background-image: url('images/main_image.gif');
	background-repeat: no-repeat;
	height: 124px;
	width: 123px;
	float: right;
}

#header_counselling {
	background-image: url('images/main_counselling.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 124px;
	width: 154px;
	float: right;
}

#top_menu {
	height: 20px;
	width: 100%;
	background: #E8B417;
	padding-top: 2px;
}

#top_shadow {
	background-image: url('images/main_shadow_body.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
	float: left;
}

#top_menu_shadow {
	background-image: url('images/main_shadow_menu.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 8px;
	width: 160px;
	float: left;
}

#side_menu {
	width: 150px;
	height: 210px;
	float: left;
	padding-left: 10px;
	margin-top: 20px;
	background: #489AB5;
}

#left_bar {
	background: #489AB5;
}

#content_holder {
	margin-left: 160px;
	background: #ffffff;
	padding: 0px 0px 10px 10px;
}

#content {
	padding: 10px 10px 0px 0px;
}

.spacer {
	height: 1px;
	width 1px;
}

#footer {
	clear: both;
}

#footer_menu {
	background-image: url('images/main_phone.gif');
	background-repeat: no-repeat;
	height: 27px;
	clear: both;
}

#preloader {
	display: none;
}

