#content
{
	background: url(../images/content_background.png) repeat-y 50% 0;
	float: left;
	width: 960px;
	min-height: 1136px;
	height:auto !important; /* IE 6 min-height fix */
	height: 1136px; /* IE 6 min-height fix */
}

#left-menu
{
	height: 1137px
}

#left-menu-about
{
	background: url(../images/about_button_eng.jpg) no-repeat;
	display: block;
	width: 220px;
	height: 39px;
}

#faq
{
	background: url(../images/faq_button.jpg) no-repeat;
	display: block;
	width: 220px;
	height: 39px;
}

#left-menu-about:hover, #left-menu-about.active {background-position: 0 -39px;}
#faq:hover, #faq.active {background-position: 0 -39px;}

h1
{
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #555454;
}

p
{
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #555454;
}