/* CSS Document */
#left_content_sidebar
{
	min-height:293px;
	color:#00bff2;
	width:153px;
	border-right:1px dashed #7fdff8;
	display:none;
}

*html #left_content_sidebar
{
	height:293px;
}

#left_content_main
{
	width:652px;
	min-height:380px;
	background-image:url(../images/home_page_bg.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:1.875em;
	left:0px;
}

*html #left_content_main
{
	height:380px;
}

#left_content_home
{
	position:relative;
	padding-left:120px;
	padding-right:120px;
	padding-top:20px;
}

#left_content_main a
{
	height:19px;
	color:#44d0f5;
	text-decoration:none;
	font-size:0.689em;
}