#div-family-main
{
	height: 390px;
	width: 900px;

	overflow: hidden;

	font-family: Verdana;
	font-size: 8.5pt;

	color: #ffffff;
}

.div-family
{
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#div-fm-navigation, #div-fm-body
{
	/* #div-family-main.height - padding-top - padding-bottom:
	   390 - 10 - 10 = 370 */
	height: 370px;
	/* #div-family-main.width - padding-left - padding-right:
	   450 - 10 - 10 = 430 */
	width: 430px;

	padding: 10px;

	overflow: hidden;

	float: left;
}

#div-fm-navigation
{
}

.a-fm-nav-link
{
	font-family: Verdana;
	font-size: 8.5pt;

	font-weight: bold;

	text-transform: uppercase;
}

.a-fm-nav-link:active, .a-fm-nav-link:link, .a-fm-nav-link:visited,
.a-fm-link:active, .a-fm-link:link, .a-fm-link:visited
{
	text-decoration: none;

	color: #ffffff;
}

#div-fm-body
{
	overflow: auto;
}

#h2-fm-header
{
	/* align with .a-fm-nav-link */
	margin-top: 0px;

	font-family: Verdana;
	font-size: 8.5pt;
}

#div-fm-content
{
	margin: 0px 15px 0px 0px;
}

.p-fm-descr
{
	font-family: Arial;
	font-size: 9pt;

	text-align: justify;

	line-height: 125%;
}

#ul-fm-links
{
	padding-left: 0px;

	line-height: 125%;
}

.li-fm-link
{
	list-style-position: inside;
	list-style-type: square;
}

.a-fm-link
{
	font-family: Arial;
	font-size: 9pt;
}

.ul-model-links
{
	list-style: none;
}

.li-model-links
{
}
