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

	overflow: hidden;

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

	color: #ffffff;
}

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

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

	padding: 10px;

	overflow: hidden;

	float: right;
}

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

#div-gm-content
{
	margin: 0px 15px 0px 0px;

	position: relative;
	top: 50%;
}

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

	text-align: justify;

	line-height: 125%;
}

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

	line-height: 125%;
}

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

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

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

.li-series-links
{
}
