@CHARSET "UTF-8";

.content {
	position: absolute;
	/*border: solid 1px white;*/
	overflow-x:hidden;
	overflow-y:hidden;
	height:470px;
	width:1000px;
}

.content div.about {
	position: absolute;
	height:470px;
	width:660px;
	top:0px;
	left:0px;
}

table.aboutDescriptionFrame {
	 position:absolute;
	 top:0px;
	 left:0px;
	 width: 100%;
	 height: 470px;
	 z-index:1000;
	 border-collapse: collapse;
}

table.submenuFrame {
	 position:absolute;
	 top:0px;
	 left:680px;
	 width: 320px;
	 height: 470px;
	 z-index:1000;
	 border-collapse: collapse;
}

div.aboutDescriptionContent {
	max-height: 420px;
	overflow-y:hidden;
}

div.aboutDescriptionContent h2, .aboutDescriptionFrame h2 {
	text-align:left;
	color:#F04400;
}

div.aboutDescriptionContent h3, .aboutDescriptionFrame h3 {
	text-align:left;
	color:#F04400;
}

div.aboutDescriptionContent div.title {
	text-align:left;
	color:#F04400;
}

ul.list li.active {
	font-weight: bold;
}

.contentContainer {
	height: 490px;
}






