#content {
	height: auto;
	margin-top: 15px;
	/*background-color: #C1CFE0; /*#CECEFA;*/
	padding-top: 10px;
	padding-bottom: 0px;	
}
#rand_img{
	background-image: url(../images/rand_img.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 479px;
	height: 441px;
	margin-top: 0px;
	margin-left: 9px;
	float: left;
}
#rand_img img {

	padding-left: 34px;
	padding-top: 97px;
}

#welcome {
	background-image: url(../images/welcome.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 494px;
	height: 357px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 90px;
	float: right;
}
.welcome_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-left: 30px;
	text-align: justify;
	text-indent: 20px;
}

#news_block{
	background-image: url(../images/news_block.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 672px;
	height: 365px;
	text-align: right;
	padding-top: 55px;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	
}
	.block_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.block_text{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 35px;
	padding-left: 35px;

}
.block_scroll{
	overflow: auto;
	width: 585px;
	height: 268px;
	text-align: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
}

.block_date{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	
	
}
#hours_block{
	background-image: url(../images/stat_block.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 305px;
	height: 171px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 9px;
	float: right;
	

}
#hours_block ul {
	list-style-type: none;
}
#hours_block li {


}
#hours_block ul.a {
	list-style-image: url(../images/dot.png);
}
#small_block{
	background-image: url(../images/small_box.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 305px;
	height: 220px;
	text-align: left;
	margin-top: 0px;
	margin-right: 12px;
	padding-top: 25px;
	float: right;


}
#small_block ul {
	list-style-type: none;
}
#small_block li {
	list-style-image: url(../images/dot.png);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom:2px;
}


