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

#left-menu
{
	height: 997px
}

#left-menu-about
{
	background: url(../images/about_button.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;}

#about-pic
{
	float: left;
	display: block;
	position: relative;
	left: 27px;
	top: 17px;
}

#infomation
{
	float: left;
	display: block;
	position: relative;
	left: 27px;
	top: 28px;
	width: 686px;
	height: 300px;
}

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

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

#map
{
	float: left;
	display: block;
	position: relative;
	left: 27px;
	top: 40px;
}