body
{
	background:#FEF6DF;
}
A
{
	text-decoration:none;
}

/*#main_table
{
	border:1px  solid red;
}
#main_table td
{
	border:1px  solid red;
}*/

#menu
{
	background:#CE3E1B;
	width:755px;
	height:20px;
	text-align:center;
}
#content
{
	width:585px;
	vertical-align:top;
	text-align:right;
	border:0px solid red;
}
#left_block
{
	width:175px;
	vertical-align:top;
	text-align:left;
	border:0px solid red;
}
#calendar
{
	
	width:175px;
	height:187px;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	padding:5px;
}
#calendar_title
{
	color:#FFF6DF;
	font-size:22px;
	font-weight:bold;
}
#news
{
	background:url(images/news.gif) no-repeat;
	width:175px;
	height:239px;
	padding-top:5px;
	padding-right:3px;
	text-align:center;
}
#news_title
{
	color:#E30200;
	font-size:22px;
	font-weight:bold;
}
#about
{
	background:url(images/about.gif) right top no-repeat;
	width:579px;
	height:185px;
	vertical-align:top;
	text-align:right;
	border:0px solid red;
}
	#about A:link {text-decoration: none; font-weight:normal; color: #ffffff; }
	#about A:visited {text-decoration: none; font-weight:normal; color: #ffffff;}
	#about A:active {text-decoration: none; font-weight:normal; color: #ffffff;}
	#about A:hover {text-decoration: none; font-weight:normal; color: #ffffff;}
#about_div
{
	padding-right:10px;
	padding-top:7px;
	/*padding-bottom:5px;*/
	padding-left:10px;
}
.block
{
	/*background-position:center center;*/
	margin-left:3px;
	margin-top:2px;
	margin-bottom:2px;
	width:293px;
	height:130px;
	cursor:hand;
}
	.block A:link {text-decoration: none;  }
	.block A:visited {text-decoration: none; }
	.block A:active {text-decoration: none; }
	.block A:hover {text-decoration: none; }
.block_text
{
	width:155px;
	height:110px;
	padding-right:7px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:hand;
}
    .block_text A:link {text-decoration: none;  }
	.block_text A:visited {text-decoration: none; }
	.block_text A:active {text-decoration: none; }
	.block_text A:hover {text-decoration: none; }
#footer
{
	background:url(images/footer.gif) no-repeat;
	background-position:bottom right;
	width:760px;
	height:32px;
	text-align:center;
	vertical-align:center;
	
}

/*------------content page----------------*/
#page
{
	background:url(images/page_bg.gif) no-repeat;
	background-position:right top;
	width:585px;
	height:420px;
	vertical-align:top;
	text-align:right;
	padding-top:10px;
	padding-right:0px;
	scrollbar-face-color:#FFB73A;
	scrollbar-highlight-color:#FFC974;
	scrollbar-3dlight-color:#FDB94E;
	scrollbar-darkshadow-color:#CE3E1B;
	scrollbar-shadow-color:#FFB034;
	scrollbar-arrow-color:#CE3E1B;
	scrollbar-track-color:#FFB73A;

}
#page_div
{
	width:580px;
	height:415px;
	padding-right:15px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:15px;
	overflow:auto;
}
#page_title
{
	color:#000000;
	font-size:22px;
	font-weight:bold;
	padding-right:10px;
}