.docpointer
{
	cursor: pointer;
	color: #5E2F00;

	font-weight: bold;
	font-family: cursive;

}


body.main
{
	background-image: url(ribbontownofprovince.jpg);
}
.headlinetop
{
	background-image: url(title_townofprovince_t.png);
}
.headlinebottom
{
	background-image: url(title_townofprovince_b.png);
}
.navigate
{	
	background-image: url(townofprovince_map.jpg);
}
.mnucurrent
{
	border-top: 3px double #000000;
	border-bottom: 3px double #000000;
	font-size: medium;
	font-weight: bold;
	height:25px;
	display: block;
	/*color: #000197;*/
	color: #000000;
	margin: 3px 25px 3px 10px;
	text-decoration: none;
}

.submnu
{	
	display:block;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-size: small;
	margin: 3px 25px 3px 10px;
	font-weight: bolder;
}
.submnu:hover
{
	text-decoration: underline;	
}

.submnucur
{	
	text-decoration: underline;
	font-style: italic;
	font-size: small;
	display:block;
	margin: 3px 25px 3px 10px;
	color:#000000;
	font-weight: bolder;
}

.rightcontainer
{
	/*margin-top:-845px; /*50 px от верхнего дива*/
   min-height: 740px; /* для нормальных браузеров*/
   -height: 740px; /* для ie6 достаточно этого, т.к. он воспринимает свойство "height" как min-height*/
   min-height: 740px;
   height:auto !important;
   height:740px; /* последние 3 строчки — для ie7 */
	
}