body
{
	background: #7E5BA9 url(images/body_background_with_white.jpg) repeat-y center center;
}

#container2
{
	background: url(images/white_background.gif) no-repeat 199px 100%;
}

/* Left Sub-Menu */
	#left_menu
	{
		width: 165px;
		height: 277px;
		background: url(images/left_menu_background_sub.png) no-repeat top;
		margin-left: 18px;
		margin-top: 50px;
	}

	#left_menu a.selected
	{
		margin-bottom: -16px;
	}

	#left_menu ul
	{
		list-style-type: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #35559D;
		line-height: 15px;
		
		width: 145px;
		background-color: #F1A935;
		padding-top: 22px;
		padding-bottom: 9px;	
	}
	#left_menu ul li
	{
		padding-left: 8px;
	}	
	
	#left_menu ul li a
	{
		color: #35559D;
		text-decoration: none;
	}
	#left_menu ul li a:hover
	{
		text-decoration: underline;
	}
	
	a#button_kids_zone.selected { background: url(images/left_button-o_kids_zone.png) no-repeat top right; cursor: default; }
	a#button_parents.selected { background: url(images/left_button-o_parents.png) no-repeat top right; cursor: default; }
	a#button_teachers.selected {	background: url(images/left_button-o_teachers.png) no-repeat top right; cursor: default; }

#zone_title
{
	position: absolute;
	margin-top: 91px;
	margin-left: 0px;
	width: 303px;
	text-align: right;
}

#content
{
	width: 533px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	margin-top: 24px;
}

#content_top
{
	width: 533px;
	height: 34px;
	background: url(images/content_top.png) no-repeat top center;
}

#content_body
{
	background-color: White;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 20px;
	font-size: 11px;
}